Home
last modified time | relevance | path

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

/AOO42X/main/editeng/source/items/
H A Dnumitem.cxx195 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 …]
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx436 const Font* pBulletFont=0; in AbstractNumberingDefinitions() local
445 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()
/AOO42X/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()