Lines Matching refs:C2U

66             ( xProp->getPropertyValue( C2U( "ErrorBarY" )) >>= xResult );  in lcl_GetYErrorBar()
115 xErrorBarProp->getPropertyValue( C2U( "PositiveError" )) >>= rOutPosError; in lcl_getErrorValues()
116 xErrorBarProp->getPropertyValue( C2U( "NegativeError" )) >>= rOutNegError; in lcl_getErrorValues()
133 xErrorBarProp->getPropertyValue( C2U( "ShowPositiveError" )) >>= rOutShowPosError; in lcl_getErrorIndicatorValues()
134 xErrorBarProp->getPropertyValue( C2U( "ShowNegativeError" )) >>= rOutShowNegError; in lcl_getErrorIndicatorValues()
289 C2U( "ErrorBarY" ), uno::makeAny( xErrorBarProp )); in ApplySpecialItem()
292 xErrorBarProp->setPropertyValue( C2U( "ErrorBarStyle" ), in ApplySpecialItem()
317 xErrorBarProp->setPropertyValue( C2U( "PositiveError" ), in ApplySpecialItem()
319 xErrorBarProp->setPropertyValue( C2U( "NegativeError" ), in ApplySpecialItem()
341 xErrorBarProp->setPropertyValue( C2U( "PositiveError" ), uno::makeAny( fValue )); in ApplySpecialItem()
362 xErrorBarProp->setPropertyValue( C2U( "NegativeError" ), uno::makeAny( fValue )); in ApplySpecialItem()
404 xEqProp->getPropertyValue( C2U("ShowEquation")) >>= bShowEq; in ApplySpecialItem()
409 xEqProp->setPropertyValue( C2U("ShowEquation"), uno::makeAny( bNewShowEq )); in ApplySpecialItem()
422 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in ApplySpecialItem()
427 … xEqProp->setPropertyValue( C2U("ShowCorrelationCoefficient"), uno::makeAny( bNewShowCoeff )); in ApplySpecialItem()
454 … xErrorBarProp->setPropertyValue( C2U( "ShowPositiveError" ), uno::makeAny( bNewIndPos )); in ApplySpecialItem()
455 … xErrorBarProp->setPropertyValue( C2U( "ShowNegativeError" ), uno::makeAny( bNewIndNeg )); in ApplySpecialItem()
541 if( xErrorBarProp->getPropertyValue( C2U( "ErrorBarStyle" )) >>= nStyle ) in FillSpecialItem()
632 xEqProp->getPropertyValue( C2U("ShowEquation")) >>= bShowEq; in FillSpecialItem()
642 xEqProp->getPropertyValue( C2U("ShowCorrelationCoefficient")) >>= bShowCoeff; in FillSpecialItem()