LCOV - code coverage report
Current view: top level - include/svx - svdetc.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 14 22 63.6 %
Date: 2014-11-03 Functions: 10 18 55.6 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2             : /*
       3             :  * This file is part of the LibreOffice project.
       4             :  *
       5             :  * This Source Code Form is subject to the terms of the Mozilla Public
       6             :  * License, v. 2.0. If a copy of the MPL was not distributed with this
       7             :  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
       8             :  *
       9             :  * This file incorporates work covered by the following license notice:
      10             :  *
      11             :  *   Licensed to the Apache Software Foundation (ASF) under one or more
      12             :  *   contributor license agreements. See the NOTICE file distributed
      13             :  *   with this work for additional information regarding copyright
      14             :  *   ownership. The ASF licenses this file to you under the Apache
      15             :  *   License, Version 2.0 (the "License"); you may not use this file
      16             :  *   except in compliance with the License. You may obtain a copy of
      17             :  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
      18             :  */
      19             : 
      20             : #ifndef INCLUDED_SVX_SVDETC_HXX
      21             : #define INCLUDED_SVX_SVDETC_HXX
      22             : 
      23             : #include <rtl/ustring.hxx>
      24             : #include <editeng/outliner.hxx>
      25             : #include <svx/svxdllapi.h>
      26             : #include <tools/shl.hxx>
      27             : #include <vcl/outdev.hxx>
      28             : 
      29             : 
      30             : 
      31             : // ExchangeFormat-Id der DrawingEngine holen. Daten koennen dann per
      32             : //   static bool CopyData(pData,nLen,nFormat);
      33             : // bereitgestellt werden, wobei pData/nLen einen SvMemoryStream beschreiben in
      34             : // dem ein SdrModel gestreamt wird an dem fuer die Zeitdauer des Streamens das
      35             : // Flag SdrModel::SetStreamingSdrModel(sal_True) gesetzt wird.
      36             : // sal_uIntPtr SdrGetExchangeFormat(); -- JP 18.01.99 - dafuer gibt es ein define
      37             : 
      38             : class SdrOutliner;
      39             : class SdrModel;
      40             : class SvtSysLocale;
      41             : class LocaleDataWrapper;
      42             : 
      43             : namespace com { namespace sun { namespace star { namespace lang {
      44             :     struct Locale;
      45             : }}}}
      46             : 
      47             : // Einen Outliner mit den engineglobalen
      48             : // Defaulteinstellungen auf dem Heap erzeugen.
      49             : // Ist pMod<>NULL, dann wird der MapMode des uebergebenen
      50             : // Models verwendet. Die resultierende Default-Fonthoehe bleibt
      51             : // jedoch dieselbe (die logische Fonthoehe wird umgerechnet).
      52             : SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner(sal_uInt16 nOutlinerMode, SdrModel& rMod);
      53             : 
      54             : // Globale Defaulteinstellungen fuer die DrawingEngine.
      55             : // Diese Einstellungen sollte man direkt beim Applikationsstart
      56             : // vornehmen, noch bevor andere Methoden der Engine gerufen werden.
      57             : class SVX_DLLPUBLIC SdrEngineDefaults
      58             : {
      59             : friend class SdrAttrObj;
      60             :     OUString   aFontName;
      61             :     FontFamily eFontFamily;
      62             :     Color      aFontColor;
      63             :     sal_uIntPtr      nFontHeight;
      64             :     MapUnit    eMapUnit;
      65             :     Fraction   aMapFraction;
      66             : 
      67             : private:
      68             :     static SdrEngineDefaults& GetDefaults();
      69             : 
      70             : public:
      71             :     SdrEngineDefaults();
      72             :     // Default Fontname ist "Times New Roman"
      73             :     static void       SetFontName(const OUString& rFontName) { GetDefaults().aFontName=rFontName; }
      74             :     static OUString   GetFontName()                        { return GetDefaults().aFontName; }
      75             :     // Default FontFamily ist FAMILY_ROMAN
      76             :     static void       SetFontFamily(FontFamily eFam)       { GetDefaults().eFontFamily=eFam; }
      77             :     static FontFamily GetFontFamily()                      { return GetDefaults().eFontFamily; }
      78             :     // Default FontColor ist COL_BLACK
      79             :     static void       SetFontColor(const Color& rColor)    { GetDefaults().aFontColor=rColor; }
      80        7570 :     static Color      GetFontColor()                       { return GetDefaults().aFontColor; }
      81             :     // Default FontHeight ist 847. Die Fonthoehe wird in logischen Einheiten
      82             :     // (MapUnit/MapFraction (siehe unten)) angegeben. Die Defaulteinstellung
      83             :     // 847/100mm entspricht also ca. 24 Point. Verwendet man stattdessen
      84             :     // beispielsweise Twips (SetMapUnit(MAP_TWIP)) (20 Twip = 1 Point) muss
      85             :     // man als Fonthoehe 480 angeben um 24 Point als default zu erhalten.
      86             :     static void       SetFontHeight(sal_uIntPtr nHeight)         { GetDefaults().nFontHeight=nHeight; }
      87        2518 :     static sal_uIntPtr      GetFontHeight()                      { return GetDefaults().nFontHeight; }
      88             :     // Der MapMode wird fuer den globalen Outliner benoetigt.
      89             :     // Gleichzeitig bekommt auch jedes neu instanziierte SdrModel
      90             :     // diesen MapMode default zugewiesen.
      91             :     // Default MapUnit ist MAP_100TH_MM
      92             :     static void       SetMapUnit(MapUnit eMap)             { GetDefaults().eMapUnit=eMap; }
      93        7700 :     static MapUnit    GetMapUnit()                         { return GetDefaults().eMapUnit; }
      94             :     // Default MapFraction ist 1/1.
      95             :     static void       SetMapFraction(const Fraction& rMap) { GetDefaults().aMapFraction=rMap; }
      96        6926 :     static Fraction   GetMapFraction()                     { return GetDefaults().aMapFraction; }
      97             : 
      98             :     // Einen Outliner mit den engineglobalen
      99             :     // Defaulteinstellungen auf dem Heap erzeugen.
     100             :     // Ist pMod<>NULL, dann wird der MapMode des uebergebenen
     101             :     // Models verwendet. Die resultierende Default-Fonthoehe bleibt
     102             :     // jedoch dieselbe (die logische Fonthoehe wird umgerechnet).
     103             :     friend SVX_DLLPUBLIC SdrOutliner* SdrMakeOutliner(sal_uInt16 nOutlinerMode, SdrModel& rMod);
     104             : };
     105             : 
     106             : class SfxItemSet;
     107             : // Liefert eine Ersatzdarstellung fuer einen XFillStyle
     108             : // Bei XFILL_NONE gibt's sal_False und rCol bleibt unveraendert.
     109             : SVX_DLLPUBLIC bool GetDraftFillColor(const SfxItemSet& rSet, Color& rCol);
     110             : 
     111             : 
     112             : 
     113             : // Ein ItemSet auf Outliner- bzw. EditEngine-Items durchsuchen
     114             : // Liefert sal_True, wenn der Set solchen Items enthaelt.
     115             : bool SearchOutlinerItems(const SfxItemSet& rSet, bool bInklDefaults, bool* pbOnlyEE=NULL);
     116             : 
     117             : // zurueck erhaelt man einen neuen WhichTable den
     118             : // man dann irgendwann mit delete platthauen muss.
     119             : sal_uInt16* RemoveWhichRange(const sal_uInt16* pOldWhichTable, sal_uInt16 nRangeBeg, sal_uInt16 nRangeEnd);
     120             : 
     121             : 
     122             : 
     123             : class Link;
     124             : 
     125             : // Hilfsklasse zur kommunikation zwischen dem Dialog
     126             : // zum aufbrechen von Metafiles (sd/source/ui/dlg/brkdlg.cxx),
     127             : // SdrEditView::DoImportMarkedMtf() und
     128             : // ImpSdrGDIMetaFileImport::DoImport()
     129             : class SVX_DLLPUBLIC SvdProgressInfo
     130             : {
     131             : private:
     132             :     sal_uIntPtr nSumActionCount;    // Summe aller Actions
     133             :     sal_uIntPtr nSumCurAction;  // Summe aller bearbeiteten Actions
     134             : 
     135             :     sal_uIntPtr nActionCount;       // Anzahl der Actions im akt. Obj.
     136             :     sal_uIntPtr nCurAction;     // Anzahl bearbeiteter Act. im akt. Obj.
     137             : 
     138             :     sal_uIntPtr nInsertCount;       // Anzahl einzufuegender Act. im akt. Obj.
     139             :     sal_uIntPtr nCurInsert;     // Anzahl bereits eingefuegter Actions
     140             : 
     141             :     sal_uIntPtr nObjCount;      // Anzahl der selektierten Objekte
     142             :     sal_uIntPtr nCurObj;            // Aktuelles Objekt
     143             : 
     144             :     Link *pLink;
     145             : 
     146             : public:
     147             :     SvdProgressInfo( Link *_pLink );
     148             : 
     149             :     void Init( sal_uIntPtr _nSumActionCount, sal_uIntPtr _nObjCount );
     150             : 
     151             :     bool SetNextObject();
     152             : 
     153             :     void SetActionCount( sal_uIntPtr _nActionCount );
     154             :     void SetInsertCount( sal_uIntPtr _nInsertCount );
     155             : 
     156             :     bool ReportActions( sal_uIntPtr nAnzActions );
     157             :     bool ReportInserts( sal_uIntPtr nAnzInserts );
     158             : 
     159             :     sal_uIntPtr GetSumActionCount() const { return nSumActionCount; };
     160           0 :     sal_uIntPtr GetSumCurAction() const { return nSumCurAction; };
     161           0 :     sal_uIntPtr GetObjCount() const { return nObjCount; };
     162           0 :     sal_uIntPtr GetCurObj() const { return nCurObj; };
     163             : 
     164           0 :     sal_uIntPtr GetActionCount() const { return nActionCount; };
     165           0 :     sal_uIntPtr GetCurAction() const { return nCurAction; };
     166             : 
     167           0 :     sal_uIntPtr GetInsertCount() const { return nInsertCount; };
     168           0 :     sal_uIntPtr GetCurInsert() const { return nCurInsert; };
     169             : 
     170             :     bool ReportRescales( sal_uIntPtr nAnzRescales );
     171             : };
     172             : 
     173             : 
     174             : 
     175             : class SdrLinkList
     176             : {
     177             :     std::vector<Link*> aList;
     178             : protected:
     179             :     unsigned FindEntry(const Link& rLink) const;
     180             : public:
     181         340 :     SdrLinkList(): aList()                   {}
     182           0 :     ~SdrLinkList()                           { Clear(); }
     183             :     SVX_DLLPUBLIC void Clear();
     184        7510 :     unsigned GetLinkCount() const            { return (unsigned)aList.size(); }
     185        5504 :     Link& GetLink(unsigned nNum)             { return *aList[nNum]; }
     186        1388 :     const Link& GetLink(unsigned nNum) const { return *aList[nNum]; }
     187             :     void InsertLink(const Link& rLink, unsigned nPos=0xFFFF);
     188             :     void RemoveLink(const Link& rLink);
     189             :     bool HasLink(const Link& rLink) const { return FindEntry(rLink)!=0xFFFF; }
     190             : };
     191             : 
     192             : SdrLinkList& ImpGetUserMakeObjHdl();
     193             : SdrLinkList& ImpGetUserMakeObjUserDataHdl();
     194             : 
     195             : class SdrOle2Obj;
     196             : class AutoTimer;
     197             : 
     198             : class OLEObjCache
     199             : {
     200             :     std::vector<SdrOle2Obj*> maObjs;
     201             : 
     202             :     size_t         nSize;
     203             :     AutoTimer*          pTimer;
     204             : 
     205             :     void UnloadOnDemand();
     206             :     bool UnloadObj( SdrOle2Obj* pObj );
     207             :     DECL_LINK( UnloadCheckHdl, AutoTimer* );
     208             : 
     209             : public:
     210             :     OLEObjCache();
     211             :     SVX_DLLPUBLIC ~OLEObjCache();
     212             : 
     213             :     void InsertObj(SdrOle2Obj* pObj);
     214             :     void RemoveObj(SdrOle2Obj* pObj);
     215             : 
     216             :     SVX_DLLPUBLIC size_t size() const;
     217             :     SVX_DLLPUBLIC SdrOle2Obj* operator[](size_t nPos);
     218             :     SVX_DLLPUBLIC const SdrOle2Obj* operator[](size_t nPos) const;
     219             : };
     220             : 
     221             : 
     222             : class SVX_DLLPUBLIC SdrGlobalData
     223             : {
     224             :     const SvtSysLocale*         pSysLocale;     // follows always locale settings
     225             :     const LocaleDataWrapper*    pLocaleData;    // follows always SysLocale
     226             : public:
     227             :     SdrLinkList         aUserMakeObjHdl;
     228             :     SdrLinkList         aUserMakeObjUserDataHdl;
     229             :     SdrOutliner*        pOutliner;
     230             :     SdrEngineDefaults*  pDefaults;
     231             :     ResMgr*             pResMgr;
     232             :     sal_uIntPtr                 nExchangeFormat;
     233             :     OLEObjCache         aOLEObjCache;
     234             : 
     235             : 
     236             :     const SvtSysLocale*         GetSysLocale();     // follows always locale settings
     237             :     const LocaleDataWrapper*    GetLocaleData();    // follows always SysLocale
     238             : public:
     239             :     SdrGlobalData();
     240             : 
     241        6729 :     OLEObjCache&        GetOLEObjCache() { return aOLEObjCache; }
     242             : };
     243             : 
     244       50838 : inline SdrGlobalData& GetSdrGlobalData()
     245             : {
     246       50838 :     void** ppAppData=GetAppData(SHL_SVD);
     247       50838 :     if (*ppAppData==NULL) {
     248         170 :         *ppAppData=new SdrGlobalData;
     249             :     }
     250       50838 :     return *((SdrGlobalData*)*ppAppData);
     251             : }
     252             : 
     253             : namespace sdr
     254             : {
     255             :     SVX_DLLPUBLIC OUString GetResourceString(sal_uInt16 nResID);
     256             : }
     257             : 
     258             : 
     259             : // #i101872# isolated GetTextEditBackgroundColor for tooling
     260             : class SdrObjEditView;
     261             : 
     262             : SVX_DLLPUBLIC Color GetTextEditBackgroundColor(const SdrObjEditView& rView);
     263             : 
     264             : 
     265             : 
     266             : #endif // INCLUDED_SVX_SVDETC_HXX
     267             : 
     268             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10