Lines Matching refs:rOuterValue

1222 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1248 void WrappedDataRowSourceProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue() argument
1252 if( ! (rOuterValue >>= eChartDataRowSource) ) in setPropertyValue()
1255 if( !(rOuterValue >>= nNew) ) in setPropertyValue()
1261 m_aOuterValue = rOuterValue; in setPropertyValue()
1329 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1383 void WrappedStackingProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPr… in setPropertyValue() argument
1387 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
1395 m_aOuterValue = rOuterValue; in setPropertyValue()
1445 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1471 void WrappedDim3DProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPrope… in setPropertyValue() argument
1475 if( ! (rOuterValue >>= bNew3D) ) in setPropertyValue()
1478 m_aOuterValue = rOuterValue; in setPropertyValue()
1520 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1546 void WrappedVerticalProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XPr… in setPropertyValue() argument
1550 if( ! (rOuterValue >>= bNewVertical) ) in setPropertyValue()
1553 m_aOuterValue = rOuterValue; in setPropertyValue()
1600 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1663 void WrappedNumberOfLinesProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue() argument
1667 if( ! (rOuterValue >>= nNewValue) ) in setPropertyValue()
1670 m_aOuterValue = rOuterValue; in setPropertyValue()
1759 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1785 void WrappedAttributedDataPointsProperty::setPropertyValue( const Any& rOuterValue, const Reference… in setPropertyValue() argument
1789 if( ! (rOuterValue >>= aNewValue) ) in setPropertyValue()
1792 m_aOuterValue = rOuterValue; in setPropertyValue()
1880 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1906 void WrappedSolidTypeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans::XP… in setPropertyValue() argument
1910 if( ! (rOuterValue >>= nNewSolidType) ) in setPropertyValue()
1913 m_aOuterValue = rOuterValue; in setPropertyValue()
1957 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
1976 void WrappedAutomaticSizeProperty::setPropertyValue( const Any& rOuterValue, const Reference< beans… in setPropertyValue() argument
1982 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()
2033 …virtual void setPropertyValue( const ::com::sun::star::uno::Any& rOuterValue, const ::com::sun::st…
2050 void WrappedIncludeHiddenCellsProperty::setPropertyValue( const Any& rOuterValue, const Reference< … in setPropertyValue() argument
2054 if( ! (rOuterValue >>= bNewValue) ) in setPropertyValue()