Searched refs:rBulletState (Results 1 – 3 of 3) sorted by relevance
1014 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in PaintBullet() local1015 bDrawBullet = rBulletState.GetValue() ? true : false; in PaintBullet()1524 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in ImplHasNumberFormat() local1525 return rBulletState.GetValue(); in ImplHasNumberFormat()1989 …const SfxBoolItem& rBulletState = (const SfxBoolItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_… in ImplGetNumbering() local1991 if( rBulletState.GetValue() ) in ImplGetNumbering()
687 const SfxBoolItem& rBulletState = (const SfxBoolItem&) in GetPrevPara() local689 sal_Bool bBullet = rBulletState.GetValue() ? sal_True : sal_False; in GetPrevPara()
2976 const SfxBoolItem& rBulletState = static_cast<const SfxBoolItem&>( in Paint() local2978 bPaintBullet = rBulletState.GetValue() ? true : false; in Paint()
Completed in 113 milliseconds