LibreOffice Module chart2 (master) 1
|
#include <ChartController.hxx>
#include <DrawViewWrapper.hxx>
#include <PositionAndSizeHelper.hxx>
#include <ChartModel.hxx>
#include <ChartModelHelper.hxx>
#include <ChartView.hxx>
#include "UndoGuard.hxx"
#include <ObjectNameProvider.hxx>
#include <DiagramHelper.hxx>
#include <chartview/ExplicitValueProvider.hxx>
#include <CommonConverters.hxx>
#include <svx/ActionDescriptionProvider.hxx>
#include <comphelper/servicehelper.hxx>
#include <svx/svxids.hrc>
#include <svx/rectenum.hxx>
#include <svl/intitem.hxx>
#include <svx/svxdlg.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | chart |
Functions | |
static void | chart::lcl_getPositionAndSizeFromItemSet (const SfxItemSet &rItemSet, awt::Rectangle &rPosAndSize, const awt::Size &rOriginalSize) |