Searched refs:bBullet (Results 1 – 8 of 8) sorted by relevance
76 sal_Bool bBullet : 1; member in SwDrawTextInfo128 bBullet = bB; in SwDrawTextInfo()331 return bBullet; in GetBullet()532 bBullet = bNew; in SetBullet()
245 sal_Bool bBullet : 1; member in SvxXMLListLevelStyleContext_Impl342 , bBullet( sal_False ) in SvxXMLListLevelStyleContext_Impl()351 bBullet = sal_True; in SvxXMLListLevelStyleContext_Impl()471 if( bBullet ) in GetProperties()492 if( ( bBullet || bNum ) && nRelSize ) in GetProperties()500 if (bBullet && sSuffix.getLength()) in GetProperties()576 if( bBullet ) in GetProperties()661 if( ( bNum || bBullet ) && nRelSize ) in GetProperties()
689 sal_Bool bBullet = rBulletState.GetValue() ? sal_True : sal_False; in GetPrevPara() local690 if ( !bBullet && ( pImpEE->aStatus.GetControlWord() & EE_CNTRL_OUTLINER ) ) in GetPrevPara()696 bBullet = sal_True; in GetPrevPara()698 if ( bBullet ) in GetPrevPara()
1474 sal_Bool bBullet = rInf.GetBullet(); in DrawText() local1476 bBullet = sal_False; in DrawText()1597 if( bBullet ) in DrawText()1643 if( bBullet ) in DrawText()1868 xub_StrLen nTmpIdx = bBullet ? in DrawText()
294 sal_Bool bBullet; in ImpCheckMousePos() local295 if ( pOwner->IsTextPos( aPaperPos, 0, &bBullet ) ) in ImpCheckMousePos()300 if ( bBullet ) in ImpCheckMousePos()
1905 sal_Bool bBullet = sal_False; in SwitchNumberType() local1917 bBullet = sal_True; in SwitchNumberType()1924 sal_Bool bNumeric = !(bBitmap||bBullet); in SwitchNumberType()1942 aStartED.Show(!(bBullet||bBitmap)); in SwitchNumberType()1944 aBulletPB.Show(bBullet); in SwitchNumberType()
615 sal_Bool bBullet = sal_True; in SetPropertyValueHelper() local616 if( aValue >>= bBullet ) in SetPropertyValueHelper()618 SfxBoolItem aItem( EE_PARA_BULLETSTATE, bBullet ); in SetPropertyValueHelper()
695 const sal_Bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); in _DrawText() local702 rPor.Width(), bBullet ); in _DrawText()
Completed in 206 milliseconds