Home
last modified time | relevance | path

Searched refs:bShowSymbol (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx75 sal_Bool bShowSymbol; // Symbol auch anzeigen? member in SvxNumberType
88 void SetShowSymbol(sal_Bool bSet) {bShowSymbol = bSet;} in SetShowSymbol()
89 sal_Bool IsShowSymbol()const{return bShowSymbol;} in IsShowSymbol()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx92 bShowSymbol(sal_True) in SvxNumberType()
101 bShowSymbol(rType.bShowSymbol) in SvxNumberType()
132 if(bShowSymbol) in GetNumStr()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx113 bool bShowSymbol = !rDataLabel.mbDeleted && rDataLabel.mobShowLegendKey.get( false ); in lclConvertLabelFormatting() local
118 DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in lclConvertLabelFormatting()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1099 bool bShowSymbol = bShowAny && ::get_flag( maData.mnFlags, EXC_CHTEXT_SHOWSYMBOL ); in ConvertDataLabel() local
1102 cssc2::DataPointLabel aPointLabel( bShowValue, bShowPercent, bShowCateg, bShowSymbol ); in ConvertDataLabel()

Completed in 41 milliseconds