Home
last modified time | relevance | path

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

/trunk/main/editeng/source/items/
H A Dnumitem.cxx195 pBulletFont(0) in SvxNumberFormat()
207 pBulletFont(0) in SvxNumberFormat()
217 delete pBulletFont; in ~SvxNumberFormat()
291 (pBulletFont&&pBulletFont->GetCharSet()) ? pBulletFont->GetCharSet() in SvxNumberFormat()
293 if(pBulletFont) in SvxNumberFormat()
375 if(pBulletFont) in Store()
441 pBulletFont = new Font(*rFormat.pBulletFont); in operator =()
486 (pBulletFont && !rFormat.pBulletFont) || in operator ==()
487 (!pBulletFont && rFormat.pBulletFont) || in operator ==()
488 (pBulletFont && *pBulletFont != *rFormat.pBulletFont) in operator ==()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx437 const Font* pBulletFont=0; in AbstractNumberingDefinitions() local
446 pBulletFont = rFmt.GetBulletFont(); in AbstractNumberingDefinitions()
447 if (!pBulletFont) in AbstractNumberingDefinitions()
449 pBulletFont = &numfunc::GetDefBulletFont(); in AbstractNumberingDefinitions()
452 eChrSet = pBulletFont->GetCharSet(); in AbstractNumberingDefinitions()
453 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()
454 eFamily = pBulletFont->GetFamily(); in AbstractNumberingDefinitions()
534 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()
536 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx163 Font* pBulletFont; // Pointer auf den BulletFont member in SvxNumberFormat
198 const Font* GetBulletFont() const {return pBulletFont;} in GetBulletFont()

Completed in 21 milliseconds