Lines Matching refs:aCID
243 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xLegend, m_xChartModel … in GetLegendSize() local
244 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetLegendSize()
256 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xLegend, m_xChartModel … in GetLegendPosition() local
257 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetLegendPosition()
269 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xTitle, m_xChartModel )… in GetTitleSize() local
270 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetTitleSize()
282 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xTitle, m_xChartModel )… in GetTitlePosition() local
283 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetTitlePosition()
295 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xAxis, m_xChartModel ) … in GetAxisSize() local
296 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetAxisSize()
308 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xAxis, m_xChartModel ) … in GetAxisPosition() local
309 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetAxisPosition()