LibreOffice Module sw (master) 1
|
#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>
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 |
|
constexpr |
Referenced by SwInputWindow::SwInputWindow().
|
constexpr |
Referenced by SwInputWindow::SwInputWindow().
|
constexpr |
References SFX_IMPL_POS_CHILDWINDOW_WITHID().
Referenced by SwInputWindow::Click(), and SwInputWindow::SwInputWindow().
|
constexpr |
Referenced by IMPL_LINK_NOARG(), and SwInputWindow::SwInputWindow().
|
constexpr |
Referenced by SwInputWindow::Click(), and SwInputWindow::SwInputWindow().
Definition at line 499 of file inputwin.cxx.
References KEY_ESCAPE, KEY_F2, KEY_RETURN, and m_xWidget.
Definition at line 66 of file inputwin.cxx.
IMPL_LINK | ( | SwInputWindow | , |
SelTableCellsNotify | , | ||
SwWrtShell & | , | ||
rCaller | , | ||
void | |||
) |
Definition at line 416 of file inputwin.cxx.
References CH_LRE, CH_PDF, IDocumentContentOperations::DeleteRange(), fnMoveBackward, fnMoveForward, SwFormat::GetName(), GoInSection(), IDocumentContentOperations::InsertString(), SwPaM::Move(), and SwPaM::SetMark().
IMPL_LINK_NOARG | ( | InputEdit | , |
ActivateHdl | , | ||
weld::Entry & | , | ||
bool | |||
) |
Definition at line 515 of file inputwin.cxx.
IMPL_LINK_NOARG | ( | SwInputWindow | , |
DropdownClickHdl | , | ||
ToolBox * | , | ||
void | |||
) |
Definition at line 319 of file inputwin.cxx.
References Application::CreateBuilder(), FN_FORMULA_CALC(), and weld::GetPopupParent().
IMPL_LINK_NOARG | ( | SwInputWindow | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 469 of file inputwin.cxx.
const sal_Unicode CH_LRE = 0x202a |
Definition at line 413 of file inputwin.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().
const sal_Unicode CH_PDF = 0x202c |
Definition at line 414 of file inputwin.cxx.
Referenced by IMPL_LINK(), and IMPL_LINK_NOARG().