Home
last modified time | relevance | path

Searched refs:getAutomaticTitle (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx86 inline const ::rtl::OUString& getAutomaticTitle() const { return maAutoTitle; } in getAutomaticTitle() function in oox::drawingml::chart::__anonf4b82ee90111::AxesSetConverter
396 maAutoTitle = aAxesSetConv.getAutomaticTitle(); in convertFromModel()
H A Dchartspaceconverter.cxx123 OUString aAutoTitle = aPlotAreaConv.getAutomaticTitle(); in convertFromModel()
/AOO41X/main/oox/inc/oox/drawingml/chart/
H A Dplotareaconverter.hxx86 inline const ::rtl::OUString& getAutomaticTitle() const { return maAutoTitle; } in getAutomaticTitle() function in oox::drawingml::chart::PlotAreaConverter