Lines Matching refs:GetPropertySet
159 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
204 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
230 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in ApplySpecialItem()
234 GetPropertySet()->setPropertyValue( C2U( "PositiveError" ), uno::makeAny( fValue )); in ApplySpecialItem()
242 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
260 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in ApplySpecialItem()
287 … uno::Reference< chart2::data::XDataSource > xErrorBarSource( GetPropertySet(), uno::UNO_QUERY ); in ApplySpecialItem()
349 uno::Reference< beans::XPropertySet > xErrorBarProp( GetPropertySet()); in FillSpecialItem()
381 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
389 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
397 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
405 lcl_getErrorValues( GetPropertySet(), fPos, fNeg ); in FillSpecialItem()
414 lcl_getErrorIndicatorValues( GetPropertySet(), bShowPos, bShowNeg ); in FillSpecialItem()
437 … uno::Reference< chart2::data::XDataSource > xErrorBarSource( GetPropertySet(), uno::UNO_QUERY ); in FillSpecialItem()