summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/inputwin.hxx
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-05-20 13:05:49 +0200
commitab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch)
tree36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/source/uibase/inc/inputwin.hxx
parent0db96caf0fcce09b87621c11b584a6d81cc7df86 (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-0-branch-point
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
Diffstat (limited to 'sw/source/uibase/inc/inputwin.hxx')
-rw-r--r--sw/source/uibase/inc/inputwin.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/uibase/inc/inputwin.hxx b/sw/source/uibase/inc/inputwin.hxx
index 6a1edfc684c4..3d5dba6ed3e1 100644
--- a/sw/source/uibase/inc/inputwin.hxx
+++ b/sw/source/uibase/inc/inputwin.hxx
@@ -25,7 +25,7 @@
#include <sfx2/childwin.hxx>
-class SwFldMgr;
+class SwFieldMgr;
class SwWrtShell;
class SwView;
class SfxDispatcher;
@@ -37,7 +37,7 @@ public:
Edit(pParent , nStyle){}
void UpdateRange(const OUString& aSel,
- const OUString& aTblName );
+ const OUString& aTableName );
protected:
virtual void KeyInput( const KeyEvent& ) SAL_OVERRIDE;
@@ -50,11 +50,11 @@ friend class InputEdit;
VclPtr<Edit> aPos;
VclPtr<InputEdit> aEdit;
PopupMenu aPopMenu;
- SwFldMgr* pMgr;
+ SwFieldMgr* pMgr;
SwWrtShell* pWrtShell;
SwView* pView;
SfxBindings* pBindings;
- OUString aAktTableName, sOldFml;
+ OUString aAktTableName, sOldFormula;
bool bFirst : 1; // initialisations at first call
bool bActive : 1; // for hide/show when switching documents
@@ -66,7 +66,7 @@ friend class InputEdit;
void CleanupUglyHackWithUndo();
- void DelBoxCntnt();
+ void DelBoxContent();
DECL_LINK( ModifyHdl, void* );
using Window::IsActive;
@@ -92,7 +92,7 @@ public:
bool IsActive(){ return bActive; };
- DECL_LINK( SelTblCellsNotify, SwWrtShell * );
+ DECL_LINK( SelTableCellsNotify, SwWrtShell * );
void SetFormula( const OUString& rFormula, bool bDelSel = true );
const SwView* GetView() const{return pView;}