LibreOffice Module sw (master) 1
Functions | Variables
inputwin.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <comphelper/string.hxx>
#include <o3tl/safeint.hxx>
#include <officecfg/Office/Common.hxx>
#include <tools/gen.hxx>
#include <sfx2/objface.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/dispatch.hxx>
#include <svx/ruler.hxx>
#include <svl/stritem.hxx>
#include <vcl/event.hxx>
#include <vcl/weldutils.hxx>
#include <swtypes.hxx>
#include <cmdid.h>
#include <swmodule.hxx>
#include <wrtsh.hxx>
#include <view.hxx>
#include <inputwin.hxx>
#include <fldbas.hxx>
#include <fldmgr.hxx>
#include <frmfmt.hxx>
#include <cellatr.hxx>
#include <edtwin.hxx>
#include <helpids.h>
#include <strings.hrc>
#include <bitmaps.hlst>
#include <pam.hxx>
#include <swundo.hxx>
#include <IDocumentContentOperations.hxx>
Include dependency graph for inputwin.cxx:

Go to the source code of this file.

Functions

constexpr ToolBoxItemId ED_POS (2)
 
constexpr ToolBoxItemId ED_FORMULA (3)
 
constexpr ToolBoxItemId FN_FORMULA_CALC (FN_FORMAT+156)
 
constexpr ToolBoxItemId FN_FORMULA_CANCEL (FN_FORMAT+157)
 
constexpr ToolBoxItemId FN_FORMULA_APPLY (FN_FORMAT+158)
 
 IMPL_LINK (PosEdit, KeyInputHdl, const KeyEvent &, rKEvt, bool)
 
 IMPL_LINK_NOARG (SwInputWindow, DropdownClickHdl, ToolBox *, void)
 
 IMPL_LINK (SwInputWindow, SelTableCellsNotify, SwWrtShell &, rCaller, void)
 
 IMPL_LINK_NOARG (SwInputWindow, ModifyHdl, weld::Entry &, void)
 
 IMPL_LINK (InputEdit, KeyInputHdl, const KeyEvent &, rEvent, bool)
 
 IMPL_LINK_NOARG (InputEdit, ActivateHdl, weld::Entry &, bool)
 

Variables

const sal_Unicode CH_LRE = 0x202a
 
const sal_Unicode CH_PDF = 0x202c
 

Function Documentation

◆ ED_FORMULA()

constexpr ToolBoxItemId ED_FORMULA ( )
constexpr

◆ ED_POS()

constexpr ToolBoxItemId ED_POS ( )
constexpr

◆ FN_FORMULA_APPLY()

constexpr ToolBoxItemId FN_FORMULA_APPLY ( FN_FORMAT+  158)
constexpr

◆ FN_FORMULA_CALC()

constexpr ToolBoxItemId FN_FORMULA_CALC ( FN_FORMAT+  156)
constexpr

◆ FN_FORMULA_CANCEL()

constexpr ToolBoxItemId FN_FORMULA_CANCEL ( FN_FORMAT+  157)
constexpr

◆ IMPL_LINK() [1/3]

IMPL_LINK ( InputEdit  ,
KeyInputHdl  ,
const KeyEvent ,
rEvent  ,
bool   
)

Definition at line 499 of file inputwin.cxx.

References KEY_ESCAPE, KEY_F2, KEY_RETURN, and m_xWidget.

◆ IMPL_LINK() [2/3]

IMPL_LINK ( PosEdit  ,
KeyInputHdl  ,
const KeyEvent ,
rKEvt  ,
bool   
)

Definition at line 66 of file inputwin.cxx.

◆ IMPL_LINK() [3/3]

IMPL_LINK ( SwInputWindow  ,
SelTableCellsNotify  ,
SwWrtShell ,
rCaller  ,
void   
)

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( InputEdit  ,
ActivateHdl  ,
weld::Entry ,
bool   
)

Definition at line 515 of file inputwin.cxx.

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( SwInputWindow  ,
DropdownClickHdl  ,
ToolBox ,
void   
)

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( SwInputWindow  ,
ModifyHdl  ,
weld::Entry ,
void   
)

Definition at line 469 of file inputwin.cxx.

References CH_LRE, and CH_PDF.

Variable Documentation

◆ CH_LRE

const sal_Unicode CH_LRE = 0x202a

Definition at line 413 of file inputwin.cxx.

Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().

◆ CH_PDF

const sal_Unicode CH_PDF = 0x202c

Definition at line 414 of file inputwin.cxx.

Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().