Lines Matching refs:pProvider

127 …ExplicitValueProvider* pProvider = reinterpret_cast<ExplicitValueProvider*>(m_xChartView->getSomet…  in getExplicitValueProvider()  local
129 return pProvider; in getExplicitValueProvider()
135 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in getDrawPage() local
136 if( pProvider ) in getDrawPage()
138 xResult.set( pProvider->getDrawModelWrapper()->getMainDrawPage() ); in getDrawPage()
148 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in getExplicitValuesForAxis() local
149 if( pProvider ) in getExplicitValuesForAxis()
151 return pProvider->getExplicitValuesForAxis( in getExplicitValuesForAxis()
213 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetDiagramRectangleIncludingAxes() local
214 if( pProvider ) in GetDiagramRectangleIncludingAxes()
215 aRect = pProvider->getRectangleOfObject( C2U("PlotAreaIncludingAxes") ); in GetDiagramRectangleIncludingAxes()
229 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetDiagramRectangleExcludingAxes() local
230 if( pProvider ) in GetDiagramRectangleExcludingAxes()
231 aRect = pProvider->getDiagramRectangleExcludingAxes(); in GetDiagramRectangleExcludingAxes()
239 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetLegendSize() local
240 if( pProvider ) in GetLegendSize()
244 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetLegendSize()
252 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetLegendPosition() local
253 if( pProvider ) in GetLegendPosition()
257 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetLegendPosition()
266 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetTitleSize() local
267 if( pProvider && xTitle.is() ) in GetTitleSize()
270 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetTitleSize()
279 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetTitlePosition() local
280 if( pProvider && xTitle.is() ) in GetTitlePosition()
283 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetTitlePosition()
292 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetAxisSize() local
293 if( pProvider && xAxis.is() ) in GetAxisSize()
296 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetAxisSize()
305 ExplicitValueProvider* pProvider( getExplicitValueProvider() ); in GetAxisPosition() local
306 if( pProvider && xAxis.is() ) in GetAxisPosition()
309 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetAxisPosition()