Searched refs:xAxisSupp (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/chart2/workbench/addin/ |
| H A D | sampleaddin.cxx | 528 … uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXAxisTitle() local 529 if( xAxisSupp.is()) in getXAxisTitle() 530 return xAxisSupp->getXAxisTitle(); in getXAxisTitle() 541 … uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXAxis() local 542 if( xAxisSupp.is()) in getXAxis() 543 return xAxisSupp->getXAxis(); in getXAxis() 554 … uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXMainGrid() local 555 if( xAxisSupp.is()) in getXMainGrid() 556 return xAxisSupp->getXMainGrid(); in getXMainGrid() 567 … uno::Reference< chart::XAxisXSupplier > xAxisSupp( mxChartDoc->getDiagram(), uno::UNO_QUERY ); in getXHelpGrid() local [all …]
|
| /AOO42X/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 2585 Reference< chart::XAxisSupplier > xAxisSupp( xDiagram, uno::UNO_QUERY ); in exportAxes() local 2592 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(0) : 0, uno::UNO_… in exportAxes() 2617 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(0) : 0, … in exportAxes() 2626 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(1) : 0, uno::UNO_… in exportAxes() 2635 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getSecondaryAxis(1) : 0, … in exportAxes() 2644 …Reference< beans::XPropertySet > xAxisProps( xAxisSupp.is() ? xAxisSupp->getAxis(2) : 0, uno::UNO_… in exportAxes()
|
| /AOO42X/main/oox/source/drawingml/chart/ |
| H A D | converterbase.cxx | 128 Reference< cssc::interface_type > xAxisSupp( rxChart1Doc->getDiagram(), UNO_QUERY ); \ 129 OOX_FRAGMENT_GETTITLESHAPE( xAxisSupp, supplier_func, property_name ) \
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | xlchart.cxx | 1261 Reference< cssc::interface_type > xAxisSupp( rxChart1Doc->getDiagram(), UNO_QUERY ); \ 1262 EXC_FRAGMENT_GETTITLESHAPE( xAxisSupp, supplier_func, property_name ) \
|