Home
last modified time | relevance | path

Searched refs:FontList (Results 1 – 25 of 64) sorted by last modified time

123

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3663 const FontList *pFList = 0; in NewFontAttr()
H A Dsvxcss1.cxx974 const FontList *SvxCSS1Parser::GetFontList() const in GetFontList()
1158 const FontList *pFList = rParser.GetFontList(); in ParseCSS1_font_family()
H A Dsvxcss1.hxx39 class FontList;
319 virtual const FontList *GetFontList() const;
H A Dswcss1.hxx93 virtual const FontList *GetFontList() const;
H A Dhtmlcss1.cxx1164 const FontList *SwCSS1Parser::GetFontList() const in GetFontList()
1166 const FontList *pFList = 0; in GetFontList()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx1943 const FontList* pList = 0; in ApplyNumRule()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx918 pFontList = new FontList( pPrt ); in Reset()
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx54 class FontList;
213 FontList* pFontList;
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx1074 const FontList* pList = pFontListItem->GetFontList(); in SetFont()
/trunk/main/sd/source/ui/view/
H A Ddrtxtob1.cxx340 const FontList* pFontList = pFonts ? pFonts->GetFontList(): 0; in Execute()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx740 const FontList* pFontList = 0; in AppendPortion()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1447 …eFontSizeImpl( EditView* pEditView, bool bGrow, const ESelection& rSel, const FontList* pFontList ) in ChangeFontSizeImpl()
1462 void EditView::ChangeFontSize( bool bGrow, const FontList* pFontList ) in ChangeFontSize()
1520 bool EditView::ChangeFontSize( bool bGrow, SfxItemSet& rSet, const FontList* pFontList ) in ChangeFontSize()
/trunk/main/editeng/inc/editeng/
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 );
H A Dediteng.hxx59 class FontList;
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx678 const FontList* pList = pFontListItem->GetFontList(); in setNumberingProperty()
H A Dunostyle.cxx2060 const FontList* pList = pFontListItem->GetFontList(); in lcl_SetStyleProperty()
H A Dunosett.cxx2074 const FontList* pList = pFontListItem->GetFontList(); in SetNumberingRuleByIndex()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx529 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ~FreetypeManager()
648 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in AnnounceFonts()
659 for( FontList::iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ClearFontList()
675 FontList::iterator it = maFontList.find( nFontId ); in CreateFont()
H A Dgcach_ftyp.hxx160 typedef ::std::hash_map<sal_IntPtr,FtFontInfo*> FontList; typedef in FreetypeManager
161 FontList maFontList;
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()
/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/source/ui/app/
H A Ddocshini.cxx497 mpFontList = new FontList( mpDoc->getReferenceDevice( true ) ); in UpdateFontList()
/trunk/main/sw/inc/
H A Ddocsh.hxx43 class FontList;
71 FontList* mpFontList; // aktuelle FontListe
/trunk/main/svx/source/tbxctrls/
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()
H A Dtbunocontroller.cxx168 const FontList* _pFontList = NULL; in UpdateFont()
169 ::std::auto_ptr<FontList> aHold( new FontList( this )); in UpdateFont()

Completed in 225 milliseconds

123