LibreOffice Module chart2 (master) 1
|
#include <sal/config.h>
#include <memory>
#include "ChartTransferable.hxx"
#include <sot/exchange.hxx>
#include <sot/storage.hxx>
#include <unotools/streamwrap.hxx>
#include <vcl/graph.hxx>
#include <svl/itempool.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <svx/svditer.hxx>
#include <svx/svdmodel.hxx>
#include <svx/unomodel.hxx>
#include <svx/svdview.hxx>
#include <osl/diagnose.h>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Variables | |
constexpr sal_uInt32 | CHARTTRANSFER_OBJECTTYPE_DRAWMODEL = 1 |
|
constexpr |
Definition at line 39 of file ChartTransferable.cxx.
Referenced by chart::ChartTransferable::GetData(), and chart::ChartTransferable::WriteObject().