Home
last modified time | relevance | path

Searched refs:FontList (Results 1 – 25 of 64) sorted by relevance

123

/trunk/main/svtools/source/control/
H A Dctrltool.cxx86 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 Dstdmenu.cxx66 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 Dctrltool.hxx152 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 Dstdmenu.hxx33 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 Dctrlbox.hxx51 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 Dflstitem.hxx35 class FontList;
47 const FontList* pFontList;
53 SvxFontListItem( const FontList* pFontLst,
67 const FontList* GetFontList() const { return pFontList; } in GetFontList()
H A Deditview.hxx55 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 DViewElementListProvider.hxx29 class FontList;
55 FontList* getFontList() const;
60 mutable FontList* m_pFontList;
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx86 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 Dgcach_ftyp.hxx160 typedef ::std::hash_map<sal_IntPtr,FtFontInfo*> FontList; typedef in FreetypeManager
161 FontList maFontList;
/trunk/main/cui/source/dialogs/
H A Dsrchxtra.cxx91 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 Dfontsizemenucontroller.cxx168 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 Dtbunocontroller.cxx168 const FontList* _pFontList = NULL; in UpdateFont()
169 ::std::auto_ptr<FontList> aHold( new FontList( this )); in UpdateFont()
H A Dtbcontrl.cxx185 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 DSvxSBFontNameBox.hxx55 const FontList* pFontList;
70 void Fill( const FontList* pList ) in Fill()
H A DSvxSBFontNameBox.cxx40 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 Dfutext.hxx36 class FontList;
85 static void ChangeFontSize( bool, OutlinerView*, const FontList*, ::sd::View* );
H A DDrawDocShell.hxx40 class FontList;
217 FontList* mpFontList;
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx128 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 DViewElementListProvider.cxx212 FontList* ViewElementListProvider::getFontList() const in getFontList()
221 m_pFontList = new FontList( pRefDev ? pRefDev : pDefaultOut in getFontList()
/trunk/main/vcl/inc/
H A Dglyphcache.hxx95 typedef ::std::hash_map<ImplFontSelectData,ServerFont*,IFSD_Hash,IFSD_Equal > FontList; typedef in GlyphCache
96 FontList maFontList;
/trunk/main/sw/inc/
H A Ddocsh.hxx43 class FontList;
71 FontList* mpFontList; // aktuelle FontListe
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx39 class FontList;
319 virtual const FontList *GetFontList() const;
/trunk/main/cui/source/inc/
H A Dchardlg.hxx38 class FontList;
131 const FontList* GetFontList() const;
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx539 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()

Completed in 135 milliseconds

123