/trunk/main/svtools/source/control/ |
H A D | ctrltool.cxx | 86 friend class FontList; 109 friend class FontList; 343 FontList::FontList( OutputDevice* pDevice, OutputDevice* pDevice2, sal_Bool bAll ) : in FontList() function in FontList 379 FontList::~FontList() in ~FontList() 403 FontList* FontList::Clone() const in Clone() 405 FontList* pReturn = new FontList( in Clone() 696 FontInfo FontList::Get( const XubString& rName, in Get() 804 delete[] ((FontList*)this)->mpSizeAry; in GetSizeAry() 805 ((FontList*)this)->mpSizeAry = NULL; in GetSizeAry() 842 ((FontList*)this)->mpSizeAry[nRealCount] = 0; in GetSizeAry() [all …]
|
H A D | stdmenu.cxx | 66 void FontNameMenu::Fill( const FontList* pList ) in Fill() 183 void FontStyleMenu::Fill( const XubString& rName, const FontList* pList ) in Fill() 414 void FontSizeMenu::Fill( const FontInfo& rInfo, const FontList* pList ) in Fill()
|
/trunk/main/svtools/inc/svtools/ |
H A D | ctrltool.hxx | 152 class SVT_DLLPUBLIC FontList : private List class 181 FontList( OutputDevice* pDevice, 184 ~FontList(); 186 FontList* Clone() const; 219 FontList( const FontList& ); 220 FontList& operator =( const FontList& );
|
H A D | stdmenu.hxx | 33 class FontList; 163 void Fill( const FontList* pList ); 197 void Fill( const XubString& rName, const FontList* pList ); 226 void Fill( const FontInfo& rInfo, const FontList* pList );
|
H A D | ctrlbox.hxx | 51 class FontList; 390 void Fill( const FontList* pList ); 424 void Fill( const XubString& rName, const FontList* pList ); 445 const FontList* pFontList; 473 void Fill( const FontInfo* pInfo, const FontList* pList );
|
/trunk/main/editeng/inc/editeng/ |
H A D | flstitem.hxx | 35 class FontList; 47 const FontList* pFontList; 53 SvxFontListItem( const FontList* pFontLst, 67 const FontList* GetFontList() const { return pFontList; } in GetFontList()
|
H A D | editview.hxx | 55 class FontList; 241 void ChangeFontSize( bool bGrow, const FontList* pList ); 243 static bool ChangeFontSize( bool bGrow, SfxItemSet& rSet, const FontList* pFontList );
|
/trunk/main/chart2/source/controller/inc/ |
H A D | ViewElementListProvider.hxx | 29 class FontList; 55 FontList* getFontList() const; 60 mutable FontList* m_pFontList;
|
/trunk/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 86 for( FontList::iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in InvalidateAllGlyphs() 238 FontList::iterator it = maFontList.find( aFontSelData ); in CacheFont() 298 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in CalcByteCount() 315 FontList::iterator it = maFontList.begin(); in GarbageCollect()
|
H A D | gcach_ftyp.hxx | 160 typedef ::std::hash_map<sal_IntPtr,FtFontInfo*> FontList; typedef in FreetypeManager 161 FontList maFontList;
|
/trunk/main/cui/source/dialogs/ |
H A D | srchxtra.cxx | 91 const FontList* pAppFontList = 0; in PageCreated() 102 const FontList* pList = pAppFontList; in PageCreated() 107 pFontList = new FontList( this ); in PageCreated()
|
/trunk/main/framework/source/uielement/ |
H A D | fontsizemenucontroller.cxx | 168 FontList* pFontList = 0; in fillPopupMenu() 180 pFontList = new FontList( pInfoPrinter ); in fillPopupMenu() 184 pFontList = new FontList( Application::GetDefaultDevice() ); in fillPopupMenu()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 168 const FontList* _pFontList = NULL; in UpdateFont() 169 ::std::auto_ptr<FontList> aHold( new FontList( this )); in UpdateFont()
|
H A D | tbcontrl.cxx | 185 const FontList* pFontList; 186 ::std::auto_ptr<FontList> m_aOwnFontList; 211 void Fill( const FontList* pList ) in Fill() 217 …inline void SetOwnFontList(::std::auto_ptr<FontList> _aOwnFontList) { m_aOwnFontList = _aOwnFo… in SetOwnFontList() 553 sal_Bool GetDocFontList_Impl( const FontList** ppFontList, SvxFontNameBox_Impl* pBox ) in GetDocFontList_Impl() 564 ::std::auto_ptr<FontList> aFontList(new FontList( pBox )); in GetDocFontList_Impl() 572 const FontList* pNewFontList = pFontListItem->GetFontList(); in GetDocFontList_Impl()
|
/trunk/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.hxx | 55 const FontList* pFontList; 70 void Fill( const FontList* pList ) in Fill()
|
H A D | SvxSBFontNameBox.cxx | 40 bool GetDocFontList_Impl( const FontList** ppFontList, SvxSBFontNameBox* pBox ) in GetDocFontList_Impl() 52 const FontList* pNewFontList = pFontListItem->GetFontList(); in GetDocFontList_Impl()
|
/trunk/main/sd/source/ui/inc/ |
H A D | futext.hxx | 36 class FontList; 85 static void ChangeFontSize( bool, OutlinerView*, const FontList*, ::sd::View* );
|
H A D | DrawDocShell.hxx | 40 class FontList; 217 FontList* mpFontList;
|
/trunk/main/svx/source/mnuctrls/ |
H A D | fntszctl.cxx | 128 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in StateChanged() 151 const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; in StateChanged()
|
/trunk/main/chart2/source/controller/drawinglayer/ |
H A D | ViewElementListProvider.cxx | 212 FontList* ViewElementListProvider::getFontList() const in getFontList() 221 m_pFontList = new FontList( pRefDev ? pRefDev : pDefaultOut in getFontList()
|
/trunk/main/vcl/inc/ |
H A D | glyphcache.hxx | 95 typedef ::std::hash_map<ImplFontSelectData,ServerFont*,IFSD_Hash,IFSD_Equal > FontList; typedef in GlyphCache 96 FontList maFontList;
|
/trunk/main/sw/inc/ |
H A D | docsh.hxx | 43 class FontList; 71 FontList* mpFontList; // aktuelle FontListe
|
/trunk/main/sw/source/filter/html/ |
H A D | svxcss1.hxx | 39 class FontList; 319 virtual const FontList *GetFontList() const;
|
/trunk/main/cui/source/inc/ |
H A D | chardlg.hxx | 38 class FontList; 131 const FontList* GetFontList() const;
|
/trunk/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 539 const FontList* m_pFontList; 773 const FontList* SvxCharNamePage::GetFontList() const in GetFontList() 795 new FontList( Application::GetDefaultDevice() ); in GetFontList() 811 const FontList* _pFontList, in calcFontInfo() 886 const FontList* pFontList = GetFontList(); in UpdatePreview_Impl() 902 const FontList* pFontList = GetFontList(); in FillStyleBox_Impl() 938 const FontList* pFontList = GetFontList(); in FillSizeBox_Impl() 1022 const FontList* pFontList = GetFontList(); in Reset_Impl() 1236 const FontList* pFontList = GetFontList(); in FillItemSet_Impl()
|