Searched refs:aSubGrids (Results 1 – 4 of 4) sorted by relevance
461 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in showGrid() local462 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 …]
904 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in executeDispatch_InsertMinorGrid() local905 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() local929 for( sal_Int32 nN=0; nN<aSubGrids.getLength(); nN++) in executeDispatch_DeleteMinorGrid()930 AxisHelper::makeGridInvisible( aSubGrids[nN] ); in executeDispatch_DeleteMinorGrid()
358 … Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() );; in createAxesTree() local360 for( nSubGrid = 0; nSubGrid < aSubGrids.getLength(); ++nSubGrid ) in createAxesTree()362 Reference< beans::XPropertySet > xSubGridProperties( aSubGrids[nSubGrid] ); in createAxesTree()
236 …std::vector< Reference< beans::XPropertySet > > aSubGrids( ContainerHelper::SequenceToVector( xAxi… in getGridListFromAxis() local237 aRet.insert( aRet.end(), aSubGrids.begin(), aSubGrids.end() ); in getGridListFromAxis()
Completed in 43 milliseconds