LibreOffice Module sc (master) 1
|
#include <string_view>
#include <memory>
#include <vector>
#include <svx/svditer.hxx>
#include <tools/long.hxx>
#include "types.hxx"
#include <optional>
Go to the source code of this file.
Classes | |
class | sc::tools::ChartIterator |
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
namespace | sc::tools |
Enumerations | |
enum class | sc::tools::ChartSourceType { sc::tools::CELL_RANGE , sc::tools::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) |