Searched refs:pBulletFont (Results 1 – 3 of 3) sorted by relevance
195 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 …]
437 const Font* pBulletFont=0; in AbstractNumberingDefinitions() local446 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()
163 Font* pBulletFont; // Pointer auf den BulletFont member in SvxNumberFormat198 const Font* GetBulletFont() const {return pBulletFont;} in GetBulletFont()
Completed in 19 milliseconds