LibreOffice Module sc (master) 1
|
#include <ChartTools.hxx>
#include <docsh.hxx>
#include <drwlayer.hxx>
#include <com/sun/star/chart2/data/XPivotTableDataProvider.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdpage.hxx>
Go to the source code of this file.
Namespaces | |
namespace | sc |
CAUTION! The following defines must be in the same namespace as the respective type. | |
namespace | sc::tools |
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) |