Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx359 sal_Int32 nSubGrid = 0; in createAxesTree() local
360 for( nSubGrid = 0; nSubGrid < aSubGrids.getLength(); ++nSubGrid ) in createAxesTree()
362 Reference< beans::XPropertySet > xSubGridProperties( aSubGrids[nSubGrid] ); in createAxesTree()
367 …ntifier( ObjectIdentifier::createClassifiedIdentifierForGrid( xAxis, xChartModel, nSubGrid ) ) ) ); in createAxesTree()
/aoo4110/main/chart2/source/tools/
H A DAxisHelper.cxx879 sal_Int32 nSubGrid = 0; in getAllGrids() local
880 for( nSubGrid = 0; nSubGrid < aSubGrids.getLength(); ++nSubGrid ) in getAllGrids()
882 Reference< beans::XPropertySet > xSubGrid( aSubGrids[nSubGrid] ); in getAllGrids()

Completed in 25 milliseconds