Home
last modified time | relevance | path

Searched refs:xInnerPropertySet (Results 1 – 25 of 25) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DWrappedPropertySet.cxx116 pWrappedProperty->setPropertyValue( rValue, xInnerPropertySet ); in setPropertyValue()
117 else if( xInnerPropertySet.is() ) in setPropertyValue()
118 xInnerPropertySet->setPropertyValue( rPropertyName, rValue ); in setPropertyValue()
165 aRet = pWrappedProperty->getPropertyValue( xInnerPropertySet ); in getPropertyValue()
166 else if( xInnerPropertySet.is() ) in getPropertyValue()
167 aRet = xInnerPropertySet->getPropertyValue( rPropertyName ); in getPropertyValue()
202 if( xInnerPropertySet.is() ) in addPropertyChangeListener()
208 xInnerPropertySet->addPropertyChangeListener( rPropertyName, xListener ); in addPropertyChangeListener()
216 if( xInnerPropertySet.is() ) in removePropertyChangeListener()
229 if( xInnerPropertySet.is() ) in addVetoableChangeListener()
[all …]
H A DWrappedProperty.cxx71 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue()
74 if(xInnerPropertySet.is()) in setPropertyValue()
75xInnerPropertySet->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()
/aoo42x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedNumberFormatProperty.cxx69 if(xInnerPropertySet.is()) in setPropertyValue()
71 … bool bUseSourceFormat = !xInnerPropertySet->getPropertyValue( C2U("NumberFormat" )).hasValue(); in setPropertyValue()
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()
140 if( !xInnerPropertySet.is() ) in setPropertyValue()
163 aValue = m_pWrappedNumberFormatProperty->getPropertyValue( xInnerPropertySet ); in setPropertyValue()
169 xInnerPropertySet->setPropertyValue( C2U("NumberFormat"), aValue ); in setPropertyValue()
176 if( !xInnerPropertySet.is() ) in getPropertyValue()
[all …]
H A DLegendWrapper.cxx73 virtual Any getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const
93 if( xInnerPropertySet.is() ) in getPropertyValue()
96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue()
103 aRet = xInnerPropertySet->getPropertyValue( m_aInnerName ); in getPropertyValue()
113 if(xInnerPropertySet.is()) in setPropertyValue()
121 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bOldShowLegend; in setPropertyValue()
125 xInnerPropertySet->setPropertyValue( C2U( "Show" ), uno::makeAny(bNewShowLegend) ); in setPropertyValue()
132 xInnerPropertySet->setPropertyValue( m_aInnerName, aInnerValue ); in setPropertyValue()
146 xInnerPropertySet->getPropertyValue( C2U( "Expansion" ) ) >>= eOldExpansion ); in setPropertyValue()
153 Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in setPropertyValue()
[all …]
H A DWrappedAutomaticPositionProperties.cxx51 …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 DWrappedScaleTextProperties.cxx51 …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 DWrappedScaleProperty.cxx136 …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()
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()
272 aScaleData.Origin = getPropertyValue( SCALE_PROP_ORIGIN, xInnerPropertySet ); in setPropertyValue()
[all …]
H A DWrappedAxisAndGridExistenceProperties.cxx52 …: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()
344 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
392 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue()
[all …]
H A DDataSeriesPointWrapper.cxx265 …edAxisProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue()
270 uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY ); in getPropertyValue()
282 uno::Reference< chart2::XDataSeries > xDataSeries( xInnerPropertySet, uno::UNO_QUERY ); in setPropertyValue()
379 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue()
385 WrappedSeriesAreaOrLineProperty::setPropertyValue( rOuterValue, xInnerPropertySet ); in setPropertyValue()
439 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue()
448 WrappedSeriesAreaOrLineProperty::setPropertyValue( aNewValue, xInnerPropertySet ); in setPropertyValue()
688 Reference< beans::XPropertySet > xInnerPropertySet( getDataSeries(), uno::UNO_QUERY ); in getPropertyDefault() local
689 if( xInnerPropertySet.is() ) in getPropertyDefault()
693 aRet = pWrappedProperty->getPropertyValue(xInnerPropertySet); in getPropertyDefault()
[all …]
H A DWrappedAddInProperty.hxx42 …: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 DDiagramWrapper.cxx1225 …: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
1448 …:com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xInnerPropertySet ) const
1976 …rtyValue( const Any& rOuterValue, const Reference< beans::XPropertySet >& xInnerPropertySet ) const in setPropertyValue()
1979 if( xInnerPropertySet.is() ) in setPropertyValue()
1989 Any aRelativeSize( xInnerPropertySet->getPropertyValue( C2U( "RelativeSize" ) ) ); in setPropertyValue()
1991 xInnerPropertySet->setPropertyValue( C2U( "RelativeSize" ), Any() ); in setPropertyValue()
2001 …icSizeProperty::getPropertyValue( const Reference< beans::XPropertySet >& xInnerPropertySet ) const in getPropertyValue()
2004 …Any aRet( getPropertyDefault( Reference< beans::XPropertyState >( xInnerPropertySet, uno::UNO_QUER… in getPropertyValue()
2005 if( xInnerPropertySet.is() ) in getPropertyValue()
[all …]
H A DWrappedCharacterHeightProperty.cxx69 …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 DWrappedSceneProperty.cxx66 …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 DTitleWrapper.cxx64 …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 DWrappedScaleProperty.hxx67 …: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 DWrappedNumberFormatProperty.hxx46 …: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 DWrappedSeriesOrDiagramProperty.hxx125 …: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 DChartDocumentWrapper.cxx287 …: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 DWrappedGapwidthProperty.hxx46 …: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 DWrappedSceneProperty.hxx60 …: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 DWrappedStockProperties.cxx62 …: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 DWrappedCharacterHeightProperty.hxx44 …: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 DWrappedSymbolProperties.cxx76 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()
/aoo42x/main/chart2/source/inc/
H A DWrappedIgnoreProperty.hxx42 …: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
H A DWrappedProperty.hxx49 …: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

Completed in 126 milliseconds