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.cxx269 bool bShowPos, bShowNeg; in ApplySpecialItem() local
270 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in ApplySpecialItem()
272 if( ( bShowPos != bNewIndPos || in ApplySpecialItem()
413 bool bShowPos, bShowNeg; in FillSpecialItem() local
414 lcl_getErrorIndicatorValues( GetPropertySet(), bShowPos, bShowNeg ); in FillSpecialItem()
416 if( bShowPos ) in FillSpecialItem()
H A DStatisticsItemConverter.cxx447 bool bShowPos, bShowNeg; in ApplySpecialItem() local
448 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in ApplySpecialItem()
451 ( bShowPos != bNewIndPos || in ApplySpecialItem()
653 bool bShowPos, bShowNeg; in FillSpecialItem() local
654 lcl_getErrorIndicatorValues( xErrorBarProp, bShowPos, bShowNeg ); in FillSpecialItem()
656 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()

Completed in 34 milliseconds