Home
last modified time | relevance | path

Searched refs:cBullet (Results 1 – 12 of 12) sorted by relevance

/trunk/main/editeng/source/items/
H A Dnumitem.cxx177 cBullet(SVX_DEF_BULLET), in SvxNumberFormat()
243 cBullet = nUSHORT; in SvxNumberFormat()
290 cBullet = ByteString::ConvertToUnicode( (sal_Char)cBullet, in SvxNumberFormat()
304 cBullet = ConvertFontToSubsFontChar(pConverter, cBullet); in SvxNumberFormat()
334 cBullet = ConvertFontToSubsFontChar(pConverter, cBullet); in Store()
345 rStream << (sal_uInt16)cBullet; in Store()
411 cBullet = rFormat.cBullet ; in operator =()
453 cBullet != rFormat.cBullet || in operator ==()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx232 sal_Unicode cBullet; member in SvxXMLListLevelStyleContext_Impl
332 , cBullet( 0 ) in SvxXMLListLevelStyleContext_Impl()
379 cBullet = rValue[0]; in SvxXMLListLevelStyleContext_Impl()
474 nCount = cBullet ? 15 : 14; in GetProperties()
591 cBullet = GetImport().ConvStarBatsCharToStarSymbol( cBullet ); in GetProperties()
596 cBullet = GetImport().ConvStarMathCharToStarSymbol( cBullet ); in GetProperties()
604 if( cBullet ) in GetProperties()
607 sTmp.append( cBullet ); in GetProperties()
H A Dxmlnume.cxx127 sal_Unicode cBullet = 0xf095; in exportLevelStyle() local
170 cBullet = (sal_Unicode)sValue[0]; in exportLevelStyle()
323 if( cBullet ) in exportLevelStyle()
325 if( cBullet < ' ' ) in exportLevelStyle()
327 cBullet = 0xF000 + 149; in exportLevelStyle()
330 sTmp.append( cBullet ); in exportLevelStyle()
/trunk/main/editeng/source/misc/
H A Dswafopt.cxx85 cBullet = 0x2022; in SvxSwAutoFmtFlags()
86 cByInputBullet = cBullet; in SvxSwAutoFmtFlags()
133 cBullet = rAFFlags.cBullet; in operator =()
H A Dacorrcfg.cxx436 rSwFlags.cBullet = in Load()
596 pValues[nProp] <<= (sal_Int32)rSwFlags.cBullet; in Commit()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx125 sal_Unicode cBullet; //Symbol member in SvxNumberFormat
199 void SetBulletChar(sal_Unicode cSet){cBullet = cSet;} in SetBulletChar()
200 sal_Unicode GetBulletChar()const {return cBullet;} in GetBulletChar()
H A Dswafopt.hxx40 sal_Unicode cBullet; member
/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx546 sal_Unicode cBullet(0x2190); // default safe bullet in ReadLVL() local
879 cBullet = sNumString.Len() ? sNumString.GetChar(0) : 0x2190; in ReadLVL()
881 if (!cBullet) // unsave control code? in ReadLVL()
882 cBullet = 0x2190; in ReadLVL()
952 rNumFmt.SetBulletChar(cBullet); in ReadLVL()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx788 SwBulletPortion::SwBulletPortion( const xub_Unicode cBullet, in SwBulletPortion() argument
795 : SwNumberPortion( XubString( rBulletFollowedBy ).Insert( cBullet, 0 ) , in SwBulletPortion()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx1514 cBullChar = aFlags.cBullet; in BuildEnum()
1709 sChgStr.Insert( aFlags.cBullet, 0 ); in BuildEnum()
2790 pEditFlags->cBullet = pFlags->cByInputBullet; in SetAutoFmtFlags()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2388 sal_Unicode cBullet = 0; in IMPL_LINK() local
2397 cBullet = rCurFmt.GetBulletChar(); in IMPL_LINK()
2399 else if(rCurFmt.GetBulletChar() != cBullet ) in IMPL_LINK()
2417 pMap->SetChar( cBullet ); in IMPL_LINK()
H A Dautocdlg.cxx624 bModified |= String(pOpt->cBullet) != sBulletChar; in FillItemSet()
625 pOpt->cBullet = sBulletChar.GetChar(0); in FillItemSet()
749 sBulletChar = pOpt->cBullet; in Reset()

Completed in 115 milliseconds