Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/filter/eppt/
H A Deppt.hxx320 FontCollection& rFontCollection, int nLevel );
361 … FontCollection& rFontCollection, int nLevel, const PPTExCharLevel& rCharLevel );
381 … FontCollection& rFontCollection, int nInstance, int nLevel );
536 …void ImplGetPortionValues( FontCollection& rFontCollection, sal_Bool bGetPropStateValue…
562 sal_Bool bLast, FontCollection& rFontCollection );
564 FontCollection& rFontCollection );
626 ParaFlags, FontCollection& rFontCollection,
661 … rXText, int nInstance, FontCollection& rFontCollection, PPTExBulletProvider& rBuProv );
H A Deppt.cxx2028 FontCollection& rFontCollection, int nLevel ) in SetStyleSheet() argument
2030 PortionObj aPortionObj( rXPropSet, rFontCollection ); in SetStyleSheet()
2186 … FontCollection& rFontCollection, int nLevel, const PPTExCharLevel& rCharLevel ) in SetStyleSheet() argument
2205 const FontCollectionEntry* pDesc = rFontCollection.GetById( rCharLevel.mnFont ); in SetStyleSheet()
2214 const FontCollectionEntry* pDesc = rFontCollection.GetById( rCharLevel.mnFont ); in SetStyleSheet()
2263 rLevel.mnBulletFont = (sal_uInt16)rFontCollection.GetId( aFontDescEntry ); in SetStyleSheet()
2372 FontCollection& rFontCollection, int nInstance, int nLevel ) in SetStyleSheet() argument
2376 mpCharSheet[ nInstance ]->SetStyleSheet( rXPropSet, rFontCollection, nLevel ); in SetStyleSheet()
2377 …mpParaSheet[ nInstance ]->SetStyleSheet( rXPropSet, rFontCollection, nLevel, mpCharSheet[ nInstanc… in SetStyleSheet()
H A Depptso.cxx1734 FontCollection& rFontCollection ) : in PortionObj() argument
1746 ImplGetPortionValues( rFontCollection, sal_False ); in PortionObj()
1750 sal_Bool bLast, FontCollection& rFontCollection ) : in PortionObj() argument
1813 …if ( bLast && pText[ aString.Len() - 1 ] == sal_Unicode(')') && rFontCollection.GetScriptDirection… in PortionObj()
1876 ImplGetPortionValues( rFontCollection, sal_True ); in PortionObj()
1900 void PortionObj::ImplGetPortionValues( FontCollection& rFontCollection, sal_Bool bGetPropStateValue… in ImplGetPortionValues() argument
1908 sal_uInt32 nCount = rFontCollection.GetCount(); in ImplGetPortionValues()
1909 mnFont = (sal_uInt16)rFontCollection.GetId( aFontDesc ); in ImplGetPortionValues()
1912 FontCollectionEntry& rFontDesc = rFontCollection.GetLast(); in ImplGetPortionValues()
1935 sal_uInt32 nCount = rFontCollection.GetCount(); in ImplGetPortionValues()
[all …]