LibreOffice Module sc (master) 1
|
#include <svx/svddef.hxx>
#include <svx/svdoutl.hxx>
#include <editeng/outlobj.hxx>
#include <svx/sdtaaitm.hxx>
#include <svx/sdtacitm.hxx>
#include <svx/svdotext.hxx>
#include <svx/sdtagitm.hxx>
#include <editeng/unolingu.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/svxids.hrc>
#include <editeng/eeitem.hxx>
#include <svl/itemset.hxx>
#include <osl/diagnose.h>
#include <futext.hxx>
#include <drwlayer.hxx>
#include <sc.hrc>
#include <tabvwsh.hxx>
#include <drawview.hxx>
Go to the source code of this file.
Macros | |
#define | SC_MAXDRAGMOVE 3 |
fusel,fuconstr,futext - combined! More... | |
Functions | |
static void | lcl_InvalidateAttribs (SfxBindings &rBindings) |
static void | lcl_UpdateHyphenator (Outliner &rOutliner, const SdrObject *pObj) |
#define SC_MAXDRAGMOVE 3 |
fusel,fuconstr,futext - combined!
Definition at line 44 of file futext.cxx.
|
static |
Definition at line 46 of file futext.cxx.
References SfxBindings::Invalidate().
Referenced by FuText::KeyInput(), FuText::MouseButtonDown(), and FuText::MouseButtonUp().
Definition at line 93 of file futext.cxx.
References EE_PARA_HYPHENATE(), LinguMgr::GetHyphenator(), SdrObject::GetMergedItem(), and Outliner::SetHyphenator().
Referenced by FuText::MouseButtonDown(), and FuText::SetInEditMode().