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()274 pBulletFont = new Font; in SvxNumberFormat()275 rStream >> *pBulletFont; in SvxNumberFormat()276 if(!pBulletFont->GetCharSet()) in SvxNumberFormat()277 pBulletFont->SetCharSet(rStream.GetStreamCharSet()); in SvxNumberFormat()280 pBulletFont = 0; in SvxNumberFormat()291 (pBulletFont&&pBulletFont->GetCharSet()) ? pBulletFont->GetCharSet() in SvxNumberFormat()293 if(pBulletFont) in SvxNumberFormat()[all …]
436 const Font* pBulletFont=0; in AbstractNumberingDefinitions() local445 pBulletFont = rFmt.GetBulletFont(); in AbstractNumberingDefinitions()446 if (!pBulletFont) in AbstractNumberingDefinitions()448 pBulletFont = &numfunc::GetDefBulletFont(); in AbstractNumberingDefinitions()451 eChrSet = pBulletFont->GetCharSet(); in AbstractNumberingDefinitions()452 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()453 eFamily = pBulletFont->GetFamily(); in AbstractNumberingDefinitions()533 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()535 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()