LibreOffice Module sw (master) 1
|
#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <IDocumentChartDataProviderAccess.hxx>
#include <osl/diagnose.h>
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <docsh.hxx>
#include <view.hxx>
#include <chartins.hxx>
#include <tablemgr.hxx>
#include <frmfmt.hxx>
#include <unochart.hxx>
#include <edtwin.hxx>
#include <cmdid.h>
#include <anchoredobject.hxx>
#include <cppuhelper/bootstrap.hxx>
#include <comphelper/propertysequence.hxx>
#include <com/sun/star/awt/Point.hpp>
#include <com/sun/star/awt/Size.hpp>
#include <com/sun/star/awt/XWindow.hpp>
#include <svtools/dialogclosedlistener.hxx>
#include <com/sun/star/chart2/data/XDataProvider.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include <com/sun/star/ui/dialogs/XAsynchronousExecutableDialog.hpp>
Go to the source code of this file.
Functions | |
Point | SwGetChartDialogPos (const vcl::Window *pParentWin, const Size &rDialogSize, const tools::Rectangle &rLogicChart) |
Point SwGetChartDialogPos | ( | const vcl::Window * | pParentWin, |
const Size & | rDialogSize, | ||
const tools::Rectangle & | rLogicChart | ||
) |
Definition at line 54 of file chartins.cxx.
References tools::Rectangle::Bottom(), tools::Rectangle::BottomRight(), GetActiveView(), vcl::Window::GetDesktopRectPixel(), tools::Rectangle::GetHeight(), vcl::Window::GetMapMode(), tools::Rectangle::GetWidth(), Size::Height(), tools::Rectangle::Left(), vcl::Window::LogicToPixel(), vcl::Window::OutputToAbsoluteScreenPixel(), tools::Rectangle::Right(), Point::setX(), Point::setY(), tools::Rectangle::Top(), tools::Rectangle::TopLeft(), Size::Width(), Point::X(), and Point::Y().
Referenced by SwInsertChart::SwInsertChart().