Home
last modified time | relevance | path

Searched refs:exportErrorBar (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dchartexport.hxx193 void exportErrorBar(const css::uno::Reference< css::beans::XPropertySet >& xErrorBarProps,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dchartexport.hxx194 void exportErrorBar(const css::uno::Reference< css::beans::XPropertySet >& xErrorBarProps,
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLExport.cxx243 void exportErrorBar (
2940 exportErrorBar( xPropSet,false, bExportContent ); // X ErrorBar in exportSeries()
2941 exportErrorBar( xPropSet,true, bExportContent ); // Y ErrorBar in exportSeries()
3145 void SchXMLExportHelper_Impl::exportErrorBar( const Reference<beans::XPropertySet> &xSeriesProp, in exportErrorBar() function in SchXMLExportHelper_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLExport.cxx241 void exportErrorBar (
2814 exportErrorBar( xPropSet,false, bExportContent ); // X ErrorBar in exportSeries()
2815 exportErrorBar( xPropSet,true, bExportContent ); // Y ErrorBar in exportSeries()
2985 void SchXMLExportHelper_Impl::exportErrorBar( const Reference<beans::XPropertySet> &xSeriesProp, in exportErrorBar() function in SchXMLExportHelper_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dchartexport.cxx2205 exportErrorBar(xErrorBarYProps, true); in exportSeries()
2212 exportErrorBar(xErrorBarXProps, false); in exportSeries()
3878 void ChartExport::exportErrorBar(const Reference< XPropertySet>& xErrorBarProps, bool bYError) in exportErrorBar() function in oox::drawingml::ChartExport
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dchartexport.cxx2585 exportErrorBar(xErrorBarYProps, true); in exportSeries()
2592 exportErrorBar(xErrorBarXProps, false); in exportSeries()
4368 void ChartExport::exportErrorBar(const Reference< XPropertySet>& xErrorBarProps, bool bYError) in exportErrorBar() function in oox::drawingml::ChartExport