diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-05-20 13:05:49 +0200 |
commit | ab465b90f6c6da5595393a0ba73f33a1e71a2b65 (patch) | |
tree | 36b77192de2799a11b4bf0b269cb3f74d0a0bb1f /sw/inc/viscrs.hxx | |
parent | 0db96caf0fcce09b87621c11b584a6d81cc7df86 (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/inc/viscrs.hxx')
-rw-r--r-- | sw/inc/viscrs.hxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index 99b25f761f22..a15dbd30b04b 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -28,7 +28,7 @@ class SwCrsrShell; class SwShellCrsr; -class SwTxtInputFld; +class SwTextInputField; // From here classes/methods for non-text cursor. @@ -40,7 +40,7 @@ class SwVisCrsr bool m_bIsVisible; bool m_bIsDragCrsr; - vcl::Cursor m_aTxtCrsr; + vcl::Cursor m_aTextCrsr; const SwCrsrShell* m_pCrsrShell; void _SetPosAndShow(); @@ -79,10 +79,10 @@ class SwSelPaintRects : public SwRects void setCursorOverlay(sdr::overlay::OverlayObject* pNew) { m_pCursorOverlay = pNew; } #endif - bool m_bShowTxtInputFldOverlay; - sw::overlay::OverlayRangesOutline* m_pTxtInputFldOverlay; + bool m_bShowTextInputFieldOverlay; + sw::overlay::OverlayRangesOutline* m_pTextInputFieldOverlay; - void HighlightInputFld(); + void HighlightInputField(); public: SwSelPaintRects( const SwCrsrShell& rCSh ); @@ -100,9 +100,9 @@ public: void Hide(); void Invalidate( const SwRect& rRect ); - inline void SetShowTxtInputFldOverlay( const bool bShow ) + inline void SetShowTextInputFieldOverlay( const bool bShow ) { - m_bShowTxtInputFldOverlay = bShow; + m_bShowTextInputFieldOverlay = bShow; } const SwCrsrShell* GetShell() const { return m_pCursorShell; } @@ -152,7 +152,7 @@ public: virtual SwCursor* Create( SwPaM* pRing = 0 ) const SAL_OVERRIDE; virtual short MaxReplaceArived() SAL_OVERRIDE; //returns RET_YES/RET_CANCEL/RET_NO - virtual void SaveTblBoxCntnt( const SwPosition* pPos = 0 ) SAL_OVERRIDE; + virtual void SaveTableBoxContent( const SwPosition* pPos = 0 ) SAL_OVERRIDE; bool UpDown( bool bUp, sal_uInt16 nCnt = 1 ); @@ -192,7 +192,7 @@ public: virtual SwCursor* Create( SwPaM* pRing = 0 ) const SAL_OVERRIDE; virtual short MaxReplaceArived() SAL_OVERRIDE; //returns RET_YES/RET_CANCEL/RET_NO - virtual void SaveTblBoxCntnt( const SwPosition* pPos = 0 ) SAL_OVERRIDE; + virtual void SaveTableBoxContent( const SwPosition* pPos = 0 ) SAL_OVERRIDE; // true: Cursor can be set to this position. virtual bool IsAtValidPos( bool bPoint = true ) const SAL_OVERRIDE; |