Home
last modified time | relevance | path

Searched refs:bShowPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DErrorBarItemConverter.cxx268 bool bShowPos, bShowNeg; in ApplySpecialItem() local
269 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in ApplySpecialItem()
271 if( ( bShowPos != bNewIndPos || in ApplySpecialItem()
411 bool bShowPos, bShowNeg; in FillSpecialItem() local
412 lcl_getErrorIndicatorValues( GetPropertySet(), bShowPos, bShowNeg ); in FillSpecialItem()
414 if( bShowPos ) in FillSpecialItem()
H A DStatisticsItemConverter.cxx446 bool bShowPos, bShowNeg; in ApplySpecialItem() local
447 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in ApplySpecialItem()
450 ( bShowPos != bNewIndPos || in ApplySpecialItem()
651 bool bShowPos, bShowNeg; in FillSpecialItem() local
652 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in FillSpecialItem()
654 if( bShowPos ) in FillSpecialItem()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx222 bool bShowPos = (mrModel.mnTypeId == XML_plus) || (mrModel.mnTypeId == XML_both); in convertFromModel() local
224 if( bShowPos || bShowNeg ) try in convertFromModel()
230 aBarProp.setProperty( PROP_ShowPositiveError, bShowPos ); in convertFromModel()
248 if( bShowPos ) in convertFromModel()