Home
last modified time | relevance | path

Searched refs:maFontCollection (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx736 …sal_uInt32 nEnvironment = maFontCollection.GetCount() * 76 // 68 bytes pro Fontenityatom und … in ImplCloseDocument()
779 …<< (sal_uInt16)0xf << (sal_uInt16)EPP_FontCollection << (sal_uInt32)maFontCollection.GetCount() * … in ImplCloseDocument()
781 for ( sal_uInt32 i = 0; i < maFontCollection.GetCount(); i++ ) in ImplCloseDocument()
784 const FontCollectionEntry* pDesc = maFontCollection.GetById( i ); in ImplCloseDocument()
1283 … mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, 0 ); in ImplGetStyleSheets()
1298 … mpStyleSheet->SetStyleSheet( xPropertySet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
1303 … mpStyleSheet->SetStyleSheet( xPropSet, maFontCollection, nInstance, nLevel ); in ImplGetStyleSheets()
1351 const FontCollectionEntry* pDesc = maFontCollection.GetById( pPortion->mnFont ); in ImplWriteParagraphs()
1417 sal_uInt16 nFontId = (sal_uInt16)maFontCollection.GetId( aFontDescEntry ); in ImplWriteParagraphs()
3127 const FontCollectionEntry* pDesc = maFontCollection.GetById( pPortion->mnFont ); in ImplAdjustFirstLineLineSpacing()
[all …]
H A Deppt.hxx753 FontCollection maFontCollection; member in PPTWriter
H A Deppt.cxx153 maFontCollection.GetId( aDefaultFontDesc ); // default is always times new roman in PPTWriter()