LibreOffice Module sc (master)
1
|
#include <memory>
#include <vector>
#include <svx/svditer.hxx>
#include <rtl/ustring.hxx>
#include <tools/long.hxx>
#include "types.hxx"
Go to the source code of this file.
Classes | |
class | sc::tools::ChartIterator |
Namespaces | |
sc::tools | |
Enumerations | |
enum | sc::tools::ChartSourceType { sc::tools::ChartSourceType::CELL_RANGE, sc::tools::ChartSourceType::PIVOT_TABLE } |
Functions | |
SdrOle2Obj * | sc::tools::findChartsByName (ScDocShell *pDocShell, SCTAB nTab, std::u16string_view rName, ChartSourceType eChartSourceType) |
SdrOle2Obj * | sc::tools::getChartByIndex (ScDocShell *pDocShell, SCTAB nTab,::tools::Long nIndex, ChartSourceType eChartSourceType) |
std::vector< SdrOle2Obj * > | sc::tools::getAllPivotChartsConnectedTo (std::u16string_view sPivotTableName, ScDocShell *pDocShell) |