Searched refs:createChildParticleWithIndex (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 2147 …OUString aChildParticle( ObjectIdentifier::createChildParticleWithIndex( OBJECTTYPE_DATA_POINT, nI… in createLegendEntriesForSeries() 2148 …entifier::addChildParticle( aChildParticle, ObjectIdentifier::createChildParticleWithIndex( OBJECT… in createLegendEntriesForSeries() 2176 …OUString aChildParticle( ObjectIdentifier::createChildParticleWithIndex( OBJECTTYPE_LEGEND_ENTRY, … in createLegendEntriesForSeries() 2222 … OUString aChildParticle( ObjectIdentifier::createChildParticleWithIndex( eObjectType, i ) ); in createLegendEntriesForSeries() 2223 …entifier::addChildParticle( aChildParticle, ObjectIdentifier::createChildParticleWithIndex( OBJECT… in createLegendEntriesForSeries()
|
/aoo41x/main/chart2/source/tools/ |
H A D | ObjectIdentifier.cxx | 526 , createChildParticleWithIndex( OBJECTTYPE_GRID, 0 ) ) ); in createClassifiedIdentifierForGrid() 530 , createChildParticleWithIndex( OBJECTTYPE_SUBGRID, 0 ) ); in createClassifiedIdentifierForGrid() 1027 rtl::OUString ObjectIdentifier::createChildParticleWithIndex( ObjectType eObjectType, sal_Int32 nIn… in createChildParticleWithIndex() function in chart::ObjectIdentifier
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VPolarGrid.cxx | 203 …ObjectIdentifier::addChildParticle( m_aCID, ObjectIdentifier::createChildParticleWithIndex( OBJECT… in create2DRadiusGrid()
|
H A D | VCartesianGrid.cxx | 255 …ObjectIdentifier::addChildParticle( m_aCID, ObjectIdentifier::createChildParticleWithIndex( OBJECT… in createShapes()
|
/aoo41x/main/chart2/source/inc/ |
H A D | ObjectIdentifier.hxx | 163 static rtl::OUString createChildParticleWithIndex( ObjectType eObjectType, sal_Int32 nIndex );
|
Completed in 42 milliseconds