| /AOO41X/main/chart2/source/tools/ |
| H A D | WrappedPropertySet.cxx | 114 Reference< beans::XPropertySet > xInnerPropertySet( this->getInnerPropertySet() ); in setPropertyValue() local 116 pWrappedProperty->setPropertyValue( rValue, xInnerPropertySet ); in setPropertyValue() 117 else if( xInnerPropertySet.is() ) in setPropertyValue() 118 xInnerPropertySet->setPropertyValue( rPropertyName, rValue ); in setPropertyValue() 163 Reference< beans::XPropertySet > xInnerPropertySet( this->getInnerPropertySet() ); in getPropertyValue() local 165 aRet = pWrappedProperty->getPropertyValue( xInnerPropertySet ); in getPropertyValue() 166 else if( xInnerPropertySet.is() ) in getPropertyValue() 167 aRet = xInnerPropertySet->getPropertyValue( rPropertyName ); in getPropertyValue() 201 Reference< beans::XPropertySet > xInnerPropertySet( this->getInnerPropertySet() ); in addPropertyChangeListener() local 202 if( xInnerPropertySet.is() ) in addPropertyChangeListener() [all …]
|
| H A D | WrappedProperty.cxx | 71 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 74 if(xInnerPropertySet.is()) in setPropertyValue() 75 …xInnerPropertySet->setPropertyValue( this->getInnerName(), this->convertOuterToInnerValue( rOuterV… in setPropertyValue() 78 Any WrappedProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) … in getPropertyValue() 82 if( xInnerPropertySet.is() ) in getPropertyValue() 84 aRet = xInnerPropertySet->getPropertyValue( this->getInnerName() ); in getPropertyValue()
|
| /AOO41X/main/chart2/source/controller/chartapiwrapper/ |
| H A D | WrappedNumberFormatProperty.cxx | 61 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 69 if(xInnerPropertySet.is()) in setPropertyValue() 71 … bool bUseSourceFormat = !xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in setPropertyValue() 79 …xInnerPropertySet->setPropertyValue( m_aInnerName, this->convertOuterToInnerValue( rOuterValue ) ); in setPropertyValue() 83 …FormatProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 86 if( !xInnerPropertySet.is() ) in getPropertyValue() 91 Any aRet( xInnerPropertySet->getPropertyValue( m_aInnerName )); in getPropertyValue() 95 Reference< chart2::XDataSeries > xSeries( xInnerPropertySet, uno::UNO_QUERY ); in getPropertyValue() 100 Reference< chart2::XAxis > xAxis( xInnerPropertySet, uno::UNO_QUERY ); in getPropertyValue() 137 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() [all …]
|
| H A D | LegendWrapper.cxx | 71 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const 73 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const 89 …gnmentProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 93 if( xInnerPropertySet.is() ) in getPropertyValue() 96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue() 103 aRet = xInnerPropertySet->getPropertyValue( m_aInnerName ); in getPropertyValue() 110 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 113 if(xInnerPropertySet.is()) in setPropertyValue() 121 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bOldShowLegend; in setPropertyValue() 125 xInnerPropertySet->setPropertyValue( C2U( "Show" ), uno::makeAny(bNewShowLegend) ); in setPropertyValue() [all …]
|
| H A D | WrappedAutomaticPositionProperties.cxx | 51 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const 53 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const 67 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 70 if( xInnerPropertySet.is() ) in setPropertyValue() 80 … Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in setPropertyValue() 82 xInnerPropertySet->setPropertyValue( C2U( "RelativePosition" ), Any() ); in setPropertyValue() 92 …sitionProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 95 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue() 96 if( xInnerPropertySet.is() ) in getPropertyValue() 98 Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in getPropertyValue()
|
| H A D | WrappedScaleTextProperties.cxx | 51 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const 53 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const 72 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 77 if( xInnerPropertySet.is() ) in setPropertyValue() 91 xInnerPropertySet->setPropertyValue( aRefSizeName, uno::makeAny( aRefSize ) ); in setPropertyValue() 94 xInnerPropertySet->setPropertyValue( aRefSizeName, Any() ); in setPropertyValue() 103 …leTextProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 108 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue() 109 if( xInnerPropertySet.is() ) in getPropertyValue() 111 if( xInnerPropertySet->getPropertyValue( aRefSizeName ).hasValue() ) in getPropertyValue()
|
| H A D | WrappedScaleProperty.cxx | 136 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 139 setPropertyValue( m_eScaleProperty, rOuterValue, xInnerPropertySet ); in setPropertyValue() 142 …dScaleProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 145 return getPropertyValue( m_eScaleProperty, xInnerPropertySet ); in getPropertyValue() 148 …Property, const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 153 Reference< chart2::XAxis > xAxis( xInnerPropertySet, uno::UNO_QUERY ); in setPropertyValue() 226 aScaleData.Maximum = getPropertyValue( SCALE_PROP_MAX, xInnerPropertySet ); in setPropertyValue() 235 aScaleData.Minimum = getPropertyValue( SCALE_PROP_MIN, xInnerPropertySet ); in setPropertyValue() 244 … aScaleData.IncrementData.Distance = getPropertyValue( SCALE_PROP_STEPMAIN, xInnerPropertySet ); in setPropertyValue() 257 …ubIncrements[ 0 ].IntervalCount = getPropertyValue( SCALE_PROP_STEPHELP_COUNT, xInnerPropertySet ); in setPropertyValue() [all …]
|
| H A D | WrappedAddInProperty.hxx | 42 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 45 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 58 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 61 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 74 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 77 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 90 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 93 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedAxisAndGridExistenceProperties.cxx | 52 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 55 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 156 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 164 getPropertyValue( xInnerPropertySet ) >>= bOldValue; in setPropertyValue() 223 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 226 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 282 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 290 getPropertyValue( xInnerPropertySet ) >>= bOldValue; in setPropertyValue() 341 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 344 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const [all …]
|
| H A D | DataSeriesPointWrapper.cxx | 233 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 236 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 265 …edAxisProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 270 uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY ); in getPropertyValue() 279 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 282 uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY ); in setPropertyValue() 351 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 379 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 385 WrappedSeriesAreaOrLineProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue() 414 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const [all …]
|
| H A D | WrappedCharacterHeightProperty.cxx | 69 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 72 if(xInnerPropertySet.is()) in setPropertyValue() 76 xInnerPropertySet->setPropertyValue( m_aInnerName, rOuterValue ); in setPropertyValue() 80 …tProperty_Base::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 84 if( xInnerPropertySet.is() ) in getPropertyValue() 86 aRet = xInnerPropertySet->getPropertyValue( m_aInnerName ); in getPropertyValue()
|
| H A D | WrappedSceneProperty.cxx | 66 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 84 WrappedProperty::setPropertyValue( uno::makeAny(aHM), xInnerPropertySet ); in setPropertyValue() 89 WrappedProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue() 92 …MatrixProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 97 uno::Any aAMatrix( WrappedProperty::getPropertyValue( xInnerPropertySet ) ); in getPropertyValue() 115 return WrappedProperty::getPropertyValue( xInnerPropertySet ); in getPropertyValue()
|
| H A D | DiagramWrapper.cxx | 1222 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1225 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1329 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1332 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1445 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1448 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1520 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1523 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1600 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 1603 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const [all …]
|
| H A D | TitleWrapper.cxx | 64 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const 66 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const 84 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 87 Reference< chart2::XTitle > xTitle(xInnerPropertySet,uno::UNO_QUERY); in setPropertyValue() 95 …StringProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 98 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue() 99 Reference< chart2::XTitle > xTitle(xInnerPropertySet,uno::UNO_QUERY); in getPropertyValue()
|
| H A D | WrappedScaleProperty.hxx | 67 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 70 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 74 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 76 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedNumberFormatProperty.hxx | 46 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 49 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 68 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 71 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedSeriesOrDiagramProperty.hxx | 125 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue() 146 setValueToSeries( xInnerPropertySet, aNewValue ); in setPropertyValue() 150 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 169 aRet <<= getValueFromSeries( xInnerPropertySet ); in getPropertyValue()
|
| H A D | ChartDocumentWrapper.cxx | 287 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 290 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 389 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 392 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 491 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 494 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 579 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 582 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 656 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 659 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedSceneProperty.hxx | 60 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 63 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedGapwidthProperty.hxx | 46 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 49 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedCharacterHeightProperty.hxx | 44 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 47 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedStockProperties.cxx | 62 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 143 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 218 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedSymbolProperties.cxx | 76 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const 282 …olTypeProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue() 309 aRet <<= getValueFromSeries( xInnerPropertySet ); in getPropertyValue()
|
| /AOO41X/main/chart2/source/inc/ |
| H A D | WrappedProperty.hxx | 49 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 52 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|
| H A D | WrappedIgnoreProperty.hxx | 42 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const 45 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
|