Home
last modified time | relevance | path

Searched refs:bBullet (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx245 sal_Bool bBullet : 1; member in SvxXMLListLevelStyleContext_Impl
342 , 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()
/trunk/main/sw/source/core/inc/
H A Ddrawfont.hxx76 sal_Bool bBullet : 1; member in SwDrawTextInfo
128 bBullet = bB; in SwDrawTextInfo()
331 return bBullet; in GetBullet()
532 bBullet = bNew; in SetBullet()
/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx689 sal_Bool bBullet = rBulletState.GetValue() ? sal_True : sal_False; in GetPrevPara() local
690 if ( !bBullet && ( pImpEE->aStatus.GetControlWord() & EE_CNTRL_OUTLINER ) ) in GetPrevPara()
696 bBullet = sal_True; in GetPrevPara()
698 if ( bBullet ) in GetPrevPara()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1474 sal_Bool bBullet = rInf.GetBullet(); in DrawText() local
1476 bBullet = sal_False; in DrawText()
1597 if( bBullet ) in DrawText()
1643 if( bBullet ) in DrawText()
1868 xub_StrLen nTmpIdx = bBullet ? in DrawText()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx294 sal_Bool bBullet; in ImpCheckMousePos() local
295 if ( pOwner->IsTextPos( aPaperPos, 0, &bBullet ) ) in ImpCheckMousePos()
300 if ( bBullet ) in ImpCheckMousePos()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx1905 sal_Bool bBullet = sal_False; in SwitchNumberType() local
1917 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()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx615 sal_Bool bBullet = sal_True; in SetPropertyValueHelper() local
616 if( aValue >>= bBullet ) in SetPropertyValueHelper()
618 SfxBoolItem aItem( EE_PARA_BULLETSTATE, bBullet ); in SetPropertyValueHelper()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx701 const sal_Bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); in _DrawText() local
708 rPor.Width(), bBullet ); in _DrawText()

Completed in 70 milliseconds