Home
last modified time | relevance | path

Searched refs:m_rChartDocumentWrapper (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DWrappedAddInProperty.cxx44 , m_rChartDocumentWrapper( rChartDocumentWrapper ) in WrappedAddInProperty()
58 m_rChartDocumentWrapper.setAddIn( xAddIn ); in setPropertyValue()
64 return uno::makeAny( m_rChartDocumentWrapper.getAddIn() ); in getPropertyValue()
73 , m_rChartDocumentWrapper( rChartDocumentWrapper ) in WrappedBaseDiagramProperty()
87 m_rChartDocumentWrapper.setBaseDiagram( aBaseDiagram ); in setPropertyValue()
93 return uno::makeAny( m_rChartDocumentWrapper.getBaseDiagram() ); in getPropertyValue()
102 , m_rChartDocumentWrapper( rChartDocumentWrapper ) in WrappedAdditionalShapesProperty()
118 return uno::makeAny( m_rChartDocumentWrapper.getAdditionalShapes() ); in getPropertyValue()
127 , m_rChartDocumentWrapper( rChartDocumentWrapper ) in WrappedRefreshAddInAllowedProperty()
141 m_rChartDocumentWrapper.setUpdateAddIn( bUpdateAddIn ); in setPropertyValue()
[all …]
H A DWrappedAddInProperty.hxx49 ChartDocumentWrapper& m_rChartDocumentWrapper; member in chart::wrapper::WrappedAddInProperty
65 ChartDocumentWrapper& m_rChartDocumentWrapper; member in chart::wrapper::WrappedBaseDiagramProperty
81 ChartDocumentWrapper& m_rChartDocumentWrapper; member in chart::wrapper::WrappedAdditionalShapesProperty
97 ChartDocumentWrapper& m_rChartDocumentWrapper; member in chart::wrapper::WrappedRefreshAddInAllowedProperty

Completed in 18 milliseconds