Lines Matching refs:C2U
161 xSeriesProperties->getPropertyValue( C2U( "Label" ) ) >>= aLabelAtSeries; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
168 xSeriesProperties->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabelAtSeries ) ); in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
170 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
178 xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
185 xPointProp->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel ) ); in lcl_insertOrDeleteDataLabelsToSeriesAndAllPoints()
213 xProp->getPropertyValue( C2U("Role") ) >>= aRet; in GetRole()
418 xProp->getPropertyValue( C2U("AttachedAxisIndex") ) >>= nAxisIndex; in setStackModeAtSeries()
470 xProp->getPropertyValue( C2U("AttachedAxisIndex") ) >>= nRet; in getAttachedAxisIndex()
494 xAxisProp->getPropertyValue( C2U("NumberFormat")) >>= nResult; in getNumberFormatKeyFromAxis()
556 if( (xSeriesProperties->getPropertyValue( C2U( "Symbol" )) >>= aSymbProp ) ) in switchSymbolsOnOrOff()
565 xSeriesProperties->setPropertyValue( C2U( "Symbol" ), uno::makeAny( aSymbProp )); in switchSymbolsOnOrOff()
579 if( (xSeriesProperties->getPropertyValue( C2U( "LineStyle" )) >>= eLineStyle ) && in switchLinesOnOrOff()
582 …xSeriesProperties->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_SOLID ) … in switchLinesOnOrOff()
586 …xSeriesProperties->setPropertyValue( C2U( "LineStyle" ), uno::makeAny( drawing::LineStyle_NONE ) ); in switchLinesOnOrOff()
596 if( (xSeriesProperties->getPropertyValue( C2U( "LineWidth" )) >>= nOldValue ) && in makeLinesThickOrThin()
600 xSeriesProperties->setPropertyValue( C2U( "LineWidth" ), uno::makeAny( nNewValue ) ); in makeLinesThickOrThin()
613 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in setPropertyAlsoToAllAttributedDataPoints()
633 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in hasAttributedDataPointDifferentValue()
699 xProp->getPropertyValue( C2U( "HiddenValues" ) ) >>= aHiddenValues; in lcl_SequenceHasUnhiddenData()
754 xProp->getPropertyValue( C2U("HiddenValues") ) >>= aHiddenIndicesSeq; in translateIndexFromHiddenToFullSequence()
786 if( (xProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel) ) in hasDataLabelsAtSeries()
806 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in hasDataLabelsAtPoints()
814 if( (xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel) ) in hasDataLabelsAtPoints()
840 …if( xSeriesProperties->getPropertyValue( C2U( "AttributedDataPoints" ) ) >>= aAttributedDataPointI… in hasDataLabelAtPoint()
852 if( (xProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel) ) in hasDataLabelAtPoint()
882 xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in insertDataLabelToPoint()
884 xPointProp->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel ) ); in insertDataLabelToPoint()
900 xPointProp->getPropertyValue( C2U( "Label" ) ) >>= aLabel; in deleteDataLabelsFromPoint()
904 xPointProp->setPropertyValue( C2U( "Label" ), uno::makeAny( aLabel ) ); in deleteDataLabelsFromPoint()