Home
last modified time | relevance | path

Searched refs:aSubGrids (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx461 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in showGrid() local
462 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in showGrid()
463 AxisHelper::makeGridVisible( aSubGrids[nN] ); in showGrid()
540 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in hideGrid()
541 AxisHelper::makeGridInvisible( aSubGrids[nN] ); in hideGrid()
571 if( aSubGrids.getLength() ) in isGridShown()
572 bRet = AxisHelper::isGridVisible( aSubGrids[0] ); in isGridShown()
719 if( nSubGridIndex >= 0 && nSubGridIndex < aSubGrids.getLength() ) in getGridProperties()
720 xRet.set( aSubGrids[nSubGridIndex] ); in getGridProperties()
880 for( nSubGrid = 0; nSubGrid < aSubGrids.getLength(); ++nSubGrid ) in getAllGrids()
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Insert.cxx904 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in executeDispatch_InsertMinorGrid() local
905 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in executeDispatch_InsertMinorGrid()
906 AxisHelper::makeGridVisible( aSubGrids[nN] ); in executeDispatch_InsertMinorGrid()
928 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in executeDispatch_DeleteMinorGrid() local
929 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in executeDispatch_DeleteMinorGrid()
930 AxisHelper::makeGridInvisible( aSubGrids[nN] ); in executeDispatch_DeleteMinorGrid()
H A DObjectHierarchy.cxx358 … Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() );; in createAxesTree() local
360 for( nSubGrid = 0; nSubGrid < aSubGrids.getLength(); ++nSubGrid ) in createAxesTree()
362 Reference< beans::XPropertySet > xSubGridProperties( aSubGrids[nSubGrid] ); in createAxesTree()
/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx236 …std::vector< Reference< beans::XPropertySet > > aSubGrids( ContainerHelper::SequenceToVector( xAxi… in getGridListFromAxis() local
237 aRet.insert( aRet.end(), aSubGrids.begin(), aSubGrids.end() ); in getGridListFromAxis()

Completed in 41 milliseconds