LibreOffice Module sw (master) 1
|
#include <UnfloatTableButton.hxx>
#include <HeaderFooterWin.hxx>
#include <edtwin.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <strings.hrc>
#include <fmtpdsc.hxx>
#include <vcl/metric.hxx>
#include <vcl/settings.hxx>
#include <viewopt.hxx>
#include <frame.hxx>
#include <flyfrm.hxx>
#include <tabfrm.hxx>
#include <txtfrm.hxx>
#include <pagefrm.hxx>
#include <ndindex.hxx>
#include <ndtxt.hxx>
#include <swtable.hxx>
#include <unoprnms.hxx>
#include <unotbl.hxx>
#include <IDocumentState.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <drawinglayer/processor2d/processor2dtools.hxx>
#include <basegfx/vector/b2dvector.hxx>
#include <svl/grabbagitem.hxx>
#include <doc.hxx>
Go to the source code of this file.
Macros | |
#define | TEXT_PADDING 3 |
#define | BOX_DISTANCE 3 |
#define | BUTTON_WIDTH 12 |
#define BOX_DISTANCE 3 |
Definition at line 45 of file UnfloatTableButton.cxx.
#define BUTTON_WIDTH 12 |
Definition at line 46 of file UnfloatTableButton.cxx.
#define TEXT_PADDING 3 |
Definition at line 44 of file UnfloatTableButton.cxx.