Home
last modified time | relevance | path

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

/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1014 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in PaintBullet() local
1015 bDrawBullet = rBulletState.GetValue() ? true : false; in PaintBullet()
1524 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in ImplHasNumberFormat() local
1525 return rBulletState.GetValue(); in ImplHasNumberFormat()
1989 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in ImplGetNumbering() local
1991 if( rBulletState.GetValue() ) in ImplGetNumbering()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx687 const SfxBoolItem& rBulletState = (const SfxBoolItem&) in GetPrevPara() local
689 sal_Bool bBullet = rBulletState.GetValue() ? sal_True : sal_False; in GetPrevPara()
H A Dimpedit3.cxx2976 const SfxBoolItem& rBulletState = static_cast<const SfxBoolItem&>( in Paint() local
2978 bPaintBullet = rBulletState.GetValue() ? true : false; in Paint()

Completed in 56 milliseconds