LibreOffice Module editeng (master) 1
Variables
editeng.cxx File Reference
#include <memory>
#include <utility>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <config_global.h>
#include <o3tl/safeint.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <vcl/window.hxx>
#include <tools/stream.hxx>
#include <editeng/svxfont.hxx>
#include "impedit.hxx"
#include <editeng/editeng.hxx>
#include <editeng/editview.hxx>
#include <editeng/editstat.hxx>
#include <editeng/eerdll.hxx>
#include <editeng/editrids.hrc>
#include <editeng/flditem.hxx>
#include <editeng/txtrange.hxx>
#include <editeng/cmapitem.hxx>
#include <editeng/autokernitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/kernitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/wrlmitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/charreliefitem.hxx>
#include <sot/exchange.hxx>
#include <sot/formats.hxx>
#include <editeng/numitem.hxx>
#include <rtl/strbuf.hxx>
#include <sal/log.hxx>
#include <vcl/help.hxx>
#include <vcl/transfer.hxx>
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <editeng/frmdiritem.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
Include dependency graph for editeng.cxx:

Go to the source code of this file.

Variables

static bool bDebugPaint = false
 
static rtl::Reference< SfxItemPoolpGlobalPool
 

Variable Documentation

◆ bDebugPaint

bool bDebugPaint = false
static

Definition at line 85 of file editeng.cxx.

Referenced by EditEngine::Draw(), and EditEngine::PostKeyEvent().

◆ pGlobalPool

rtl::Reference<SfxItemPool> pGlobalPool
static

Definition at line 89 of file editeng.cxx.

Referenced by EditEngine::GetGlobalItemPool().