Home
last modified time | relevance | path

Searched refs:getSubGridProperties (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/chart2/source/tools/
H A DAxisHelper.cxx461 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in showGrid()
539 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in hideGrid()
570 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in isGridShown()
718 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in getGridProperties()
878 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in getAllGrids()
/AOO42X/main/offapi/com/sun/star/chart2/
H A DXAxis.idl65 sequence< com::sun::star::beans::XPropertySet > getSubGridProperties();
/AOO42X/main/chart2/source/controller/main/
H A DChartController_Insert.cxx904 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in executeDispatch_InsertMinorGrid()
928 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in executeDispatch_DeleteMinorGrid()
H A DObjectHierarchy.cxx358 Sequence< Reference< beans::XPropertySet > > aSubGrids( xAxis->getSubGridProperties() ); in createAxesTree()
/AOO42X/main/chart2/source/model/main/
H A DAxis.hxx111 ::com::sun::star::beans::XPropertySet > > SAL_CALL getSubGridProperties()
H A DAxis.cxx479 Sequence< Reference< beans::XPropertySet > > SAL_CALL Axis::getSubGridProperties() in getSubGridProperties() function in chart::Axis
/AOO42X/main/oox/source/drawingml/chart/
H A Daxisconverter.cxx169 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in convertFromModel()
/AOO42X/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx236 …::XPropertySet > > aSubGrids( ContainerHelper::SequenceToVector( xAxis->getSubGridProperties() ) ); in getGridListFromAxis()
/AOO42X/main/sc/source/filter/excel/
H A Dxechart.cxx3023 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in Convert()
H A Dxichart.cxx3328 Sequence< Reference< XPropertySet > > aSubGridPropSeq = xAxis->getSubGridProperties(); in CreateAxis()