LibreOffice Module editeng (master) 1
Macros | Functions
impedit.cxx File Reference
#include "impedit.hxx"
#include <sal/log.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editeng/outliner.hxx>
#include <editeng/urlfieldhelper.hxx>
#include <tools/poly.hxx>
#include <editeng/unolingu.hxx>
#include <com/sun/star/linguistic2/XDictionary.hpp>
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
#include <comphelper/lok.hxx>
#include <editeng/flditem.hxx>
#include <svl/intitem.hxx>
#include <vcl/inputctx.hxx>
#include <vcl/transfer.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weldutils.hxx>
#include <vcl/window.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <LibreOfficeKit/LibreOfficeKitEnums.h>
#include <comphelper/string.hxx>
#include <sfx2/viewsh.hxx>
#include <sfx2/lokhelper.hxx>
#include <boost/property_tree/ptree.hpp>
Include dependency graph for impedit.cxx:

Go to the source code of this file.

Macros

#define SCRLRANGE   20
 

Functions

static void lcl_AlignToPixel (Point &rPoint, const OutputDevice &rOutDev, short nDiffX, short nDiffY)
 
static void lcl_translateTwips (const OutputDevice &rParent, OutputDevice &rChild)
 Translate absolute <-> relative twips: LOK wants absolute coordinates as output and gives absolute coordinates as input. More...
 

Macro Definition Documentation

◆ SCRLRANGE

#define SCRLRANGE   20

Definition at line 53 of file impedit.cxx.

Function Documentation

◆ lcl_AlignToPixel()

static void lcl_AlignToPixel ( Point rPoint,
const OutputDevice rOutDev,
short  nDiffX,
short  nDiffY 
)
static

◆ lcl_translateTwips()

static void lcl_translateTwips ( const OutputDevice rParent,
OutputDevice rChild 
)
static