summaryrefslogtreecommitdiff
path: root/sw/inc/hints.hxx
diff options
context:
space:
mode:
authorRobinson Tryon <qubit@runcibility.com>2015-11-25 06:03:10 -0500
committerRobinson Tryon <qubit@runcibility.com>2015-11-25 06:07:38 -0500
commit49c2b9808df8a6b197dec666dfc0cda6321a4306 (patch)
tree045ef4b9b8dfdb06bfbe18cdf773d59f57d5552d /sw/inc/hints.hxx
parent5470a365f25e5052b4dd74f76aa2196f0d70934b (diff)
bin/rename-sw-abbreviations.sh libreoffice-5-1-branch-point
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r--sw/inc/hints.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index 751dd5daae53..f5da6ee6c5c5 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -29,8 +29,8 @@ class SwTable;
class SwNode;
class SwNodes;
class SwContentNode;
-class SwPageFrm;
-class SwFrm;
+class SwPageFrame;
+class SwFrame;
class SwTextNode;
class SwHistory;
@@ -225,19 +225,19 @@ public:
class SwVirtPageNumInfo: public SwMsgPoolItem
{
- const SwPageFrm *m_pPage;
- const SwPageFrm *m_pOrigPage;
- const SwFrm *m_pFrm;
+ const SwPageFrame *m_pPage;
+ const SwPageFrame *m_pOrigPage;
+ const SwFrame *m_pFrame;
/** Multiple attributes can be attached to a single paragraph / table
The frame, in the end, has to decide which attribute takes effect and which physical page it involves */
public:
- SwVirtPageNumInfo( const SwPageFrm *pPg );
+ SwVirtPageNumInfo( const SwPageFrame *pPg );
- const SwPageFrm *GetPage() { return m_pPage; }
- const SwPageFrm *GetOrigPage() { return m_pOrigPage;}
- const SwFrm *GetFrm() { return m_pFrm; }
- void SetInfo( const SwPageFrm *pPg,
- const SwFrm *pF ) { m_pFrm = pF, m_pPage = pPg; }
+ const SwPageFrame *GetPage() { return m_pPage; }
+ const SwPageFrame *GetOrigPage() { return m_pOrigPage;}
+ const SwFrame *GetFrame() { return m_pFrame; }
+ void SetInfo( const SwPageFrame *pPg,
+ const SwFrame *pF ) { m_pFrame = pF, m_pPage = pPg; }
};
class SwFindNearestNode : public SwMsgPoolItem