/trunk/main/chart2/source/controller/chartapiwrapper/ |
H A D | WrappedScaleProperty.cxx | 151 m_aOuterValue = rOuterValue; in setPropertyValue() 167 aScaleData.Maximum = rOuterValue; in setPropertyValue() 173 aScaleData.Minimum = rOuterValue; in setPropertyValue() 190 if( (rOuterValue >>= fStepHelp) ) in setPropertyValue() 214 if( rOuterValue>>=nIntervalCount ) in setPropertyValue() 223 if( (rOuterValue >>= bBool) && bBool ) in setPropertyValue() 263 aScaleData.Origin = rOuterValue; in setPropertyValue() 279 if( (rOuterValue >>= nType) ) in setPropertyValue() 305 rOuterValue >>= aTimeIncrement; in setPropertyValue() 315 if( rOuterValue >>= bBool ) in setPropertyValue() [all …]
|
H A D | DiagramWrapper.cxx | 1255 if( !(rOuterValue >>= nNew) ) in setPropertyValue() 1261 m_aOuterValue = rOuterValue; in setPropertyValue() 1387 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 1395 m_aOuterValue = rOuterValue; in setPropertyValue() 1475 if( ! (rOuterValue >>= bNew3D) ) in setPropertyValue() 1478 m_aOuterValue = rOuterValue; in setPropertyValue() 1553 m_aOuterValue = rOuterValue; in setPropertyValue() 1667 if( ! (rOuterValue >>= nNewValue) ) in setPropertyValue() 1670 m_aOuterValue = rOuterValue; in setPropertyValue() 1792 m_aOuterValue = rOuterValue; in setPropertyValue() [all …]
|
H A D | DataSeriesPointWrapper.cxx | 285 if( ! (rOuterValue >>= nChartAxisAssign) ) in setPropertyValue() 309 virtual Any convertOuterToInnerValue( const Any& rOuterValue ) const; 331 Any WrappedSegmentOffsetProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 335 Any aResult( rOuterValue ); in convertOuterToInnerValue() 337 if( rOuterValue >>= nOffset ) in convertOuterToInnerValue() 379 void WrappedLineColorProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue() argument 383 m_aOuterValue = rOuterValue; in setPropertyValue() 385 WrappedSeriesAreaOrLineProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue() 439 void WrappedLineStyleProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue() argument 442 Any aNewValue(rOuterValue); in setPropertyValue() [all …]
|
H A D | WrappedAxisAndGridExistenceProperties.cxx | 52 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 156 void WrappedAxisAndGridExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference… in setPropertyValue() argument 160 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 223 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 282 void WrappedAxisTitleExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue() argument 286 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 341 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 392 void WrappedAxisLabelExistenceProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue() argument 396 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 415 xProp->setPropertyValue( C2U( "DisplayLabels" ), rOuterValue ); in setPropertyValue()
|
H A D | WrappedAddInProperty.cxx | 51 void WrappedAddInProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPrope… in setPropertyValue() argument 55 if( ! (rOuterValue >>= xAddIn) ) in setPropertyValue() 80 void WrappedBaseDiagramProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::… in setPropertyValue() argument 84 if( ! (rOuterValue >>= aBaseDiagram) ) in setPropertyValue() 134 void WrappedRefreshAddInAllowedProperty::setPropertyValue( const Any& rOuterValue, const Reference<… in setPropertyValue() argument 138 if( ! (rOuterValue >>= bUpdateAddIn) ) in setPropertyValue()
|
H A D | WrappedNumberFormatProperty.cxx | 61 void WrappedNumberFormatProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans:… in setPropertyValue() argument 65 if( ! (rOuterValue >>= nFormat) ) in setPropertyValue() 68 m_aOuterValue = rOuterValue; in setPropertyValue() 79 …xInnerPropertySet->setPropertyValue( m_aInnerName, this->convertOuterToInnerValue( rOuterValue ) ); in setPropertyValue() 137 void WrappedLinkNumberFormatProperty::setPropertyValue( const Any& rOuterValue, const Reference< be… in setPropertyValue() argument 147 if( rOuterValue >>= bLinkFormat ) in setPropertyValue()
|
H A D | ChartDocumentWrapper.cxx | 313 void WrappedDataSourceLabelsInFirstRowProperty::setPropertyValue( const Any& rOuterValue, const Ref… in setPropertyValue() argument 317 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue() 320 m_aOuterValue = rOuterValue; in setPropertyValue() 419 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue() 422 m_aOuterValue = rOuterValue; in setPropertyValue() 514 void WrappedHasLegendProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue() argument 518 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 602 void WrappedHasMainTitleProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans:… in setPropertyValue() argument 606 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 679 void WrappedHasSubTitleProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::… in setPropertyValue() argument [all …]
|
H A D | LegendWrapper.cxx | 71 …virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xIn… 78 virtual Any convertOuterToInnerValue( const Any& rOuterValue ) const; 110 void WrappedLegendAlignmentProperty::setPropertyValue( const Any& rOuterValue, const Reference< bea… in setPropertyValue() argument 119 …if( (rOuterValue >>= eOuterPos) && eOuterPos == ::com::sun::star::chart::ChartLegendPosition_NONE… in setPropertyValue() 131 Any aInnerValue = this->convertOuterToInnerValue( rOuterValue ); in setPropertyValue() 190 Any WrappedLegendAlignmentProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 195 if( rOuterValue >>= ePos ) in convertOuterToInnerValue()
|
H A D | WrappedSplineProperties.cxx | 107 …void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno:… in setPropertyValue() argument 111 if( ! (rOuterValue >>= aNewValue) ) in setPropertyValue() 114 m_aOuterValue = rOuterValue; in setPropertyValue() 178 …un::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOuterValue ) const; 259 Any WrappedSplineTypeProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 262 rOuterValue >>= nOuterValue; in convertOuterToInnerValue()
|
H A D | WrappedCharacterHeightProperty.cxx | 69 void WrappedCharacterHeightProperty_Base::setPropertyValue( const Any& rOuterValue, const Reference… in setPropertyValue() argument 76 xInnerPropertySet->setPropertyValue( m_aInnerName, rOuterValue ); in setPropertyValue() 127 Any WrappedCharacterHeightProperty_Base::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 130 return rOuterValue; in convertOuterToInnerValue()
|
H A D | WrappedScaleTextProperties.cxx | 51 …virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xIn… 72 void WrappedScaleTextProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue() argument 80 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 82 if( rOuterValue.hasValue() ) in setPropertyValue()
|
H A D | WrappedAddInProperty.hxx | 42 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 58 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 74 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 90 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
|
H A D | WrappedSceneProperty.cxx | 66 void WrappedD3DTransformMatrixProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue() argument 72 if( rOuterValue >>= aHM ) in setPropertyValue() 89 WrappedProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue()
|
H A D | WrappedAutomaticPositionProperties.cxx | 51 …virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xIn… 67 void WrappedAutomaticPositionProperty::setPropertyValue( const Any& rOuterValue, const Reference< b… in setPropertyValue() argument 73 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
|
H A D | WrappedGapwidthProperty.cxx | 75 void WrappedBarPositionProperty_Base::setPropertyValue( const Any& rOuterValue, const Reference< be… in setPropertyValue() argument 79 if( ! (rOuterValue >>= nNewValue) ) in setPropertyValue() 82 m_aOuterValue = rOuterValue; in setPropertyValue()
|
H A D | WrappedStockProperties.cxx | 62 …void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::star::uno:… 89 void WrappedStockProperty::setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const :… in setPropertyValue() argument 93 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue() 96 m_aOuterValue = rOuterValue; in setPropertyValue()
|
H A D | WrappedSeriesOrDiagramProperty.hxx | 125 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… in setPropertyValue() argument 129 if( ! (rOuterValue >>= aNewValue) ) in setPropertyValue() 134 m_aOuterValue = rOuterValue; in setPropertyValue()
|
H A D | WrappedTextRotationProperty.cxx | 69 Any WrappedTextRotationProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 73 if( rOuterValue >>= nVal ) in convertOuterToInnerValue()
|
H A D | WrappedCharacterHeightProperty.hxx | 44 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 58 …un::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOuterValue ) const;
|
H A D | WrappedScaleProperty.hxx | 67 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 74 …alue( tScaleProperty eScaleProperty, const ::com::sun::star::uno::Any& rOuterValue, const ::com::s…
|
H A D | WrappedNumberFormatProperty.hxx | 46 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 68 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
|
H A D | TitleWrapper.cxx | 64 …virtual void setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xIn… 84 void WrappedTitleStringProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::… in setPropertyValue() argument 91 rOuterValue >>= aString; in setPropertyValue()
|
/trunk/main/chart2/source/tools/ |
H A D | WrappedProperty.cxx | 66 Any WrappedProperty::convertOuterToInnerValue( const Any& rOuterValue ) const in convertOuterToInnerValue() 68 return rOuterValue; in convertOuterToInnerValue() 71 void WrappedProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPropertySe… in setPropertyValue() argument 75 …opertySet->setPropertyValue( this->getInnerName(), this->convertOuterToInnerValue( rOuterValue ) ); in setPropertyValue()
|
H A D | WrappedIgnoreProperty.cxx | 59 void WrappedIgnoreProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XProp… in setPropertyValue() argument 62 m_aCurrentValue = rOuterValue; in setPropertyValue()
|
/trunk/main/chart2/source/inc/ |
H A D | WrappedProperty.hxx | 49 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st… 66 …un::star::uno::Any convertOuterToInnerValue( const ::com::sun::star::uno::Any& rOuterValue ) const;
|