LibreOffice Module sc (master) 1
Classes | Namespaces | Enumerations | Functions
ChartTools.hxx File Reference
#include <string_view>
#include <memory>
#include <vector>
#include <svx/svditer.hxx>
#include <tools/long.hxx>
#include "types.hxx"
#include <optional>
Include dependency graph for ChartTools.hxx:
This graph shows which files directly or indirectly include this file:

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

SdrOle2Objsc::tools::findChartsByName (ScDocShell *pDocShell, SCTAB nTab, std::u16string_view rName, ChartSourceType eChartSourceType)
 
SdrOle2Objsc::tools::getChartByIndex (ScDocShell *pDocShell, SCTAB nTab, ::tools::Long nIndex, ChartSourceType eChartSourceType)
 
std::vector< SdrOle2Obj * > sc::tools::getAllPivotChartsConnectedTo (std::u16string_view sPivotTableName, ScDocShell *pDocShell)