Lines Matching refs:pBulletFont
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()
300 CreateFontToSubsFontConverter(pBulletFont->GetName(), in SvxNumberFormat()
306 pBulletFont->SetName(sFontName); in SvxNumberFormat()
332 if(pConverter && pBulletFont) in Store()
336 pBulletFont->SetName(sFontName); in Store()
375 if(pBulletFont) in Store()
378 rStream << *pBulletFont; in Store()
439 DELETEZ(pBulletFont); in operator =()
440 if(rFormat.pBulletFont) in operator =()
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 ==()
561 delete pBulletFont; in SetBulletFont()
562 pBulletFont = pFont ? new Font(*pFont): 0; in SetBulletFont()