summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/unoport.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/core/inc/unoport.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/core/inc/unoport.hxx')
-rw-r--r--sw/source/core/inc/unoport.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sw/source/core/inc/unoport.hxx b/sw/source/core/inc/unoport.hxx
index 9a82ca09c6bd..4c35e0031d24 100644
--- a/sw/source/core/inc/unoport.hxx
+++ b/sw/source/core/inc/unoport.hxx
@@ -43,10 +43,10 @@
#include <calbck.hxx>
#include <unobaseclass.hxx>
-class SwFmtFld;
-class SwFrmFmt;
+class SwFormatField;
+class SwFrameFormat;
class SwRangeRedline;
-class SwTxtRuby;
+class SwTextRuby;
typedef ::std::deque<
::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > >
@@ -116,12 +116,12 @@ private:
::std::unique_ptr< ::com::sun::star::uno::Any > m_pRubyIsAbove;
const SwDepend m_FrameDepend;
- SwFrmFmt * m_pFrameFmt;
+ SwFrameFormat * m_pFrameFormat;
const SwTextPortionType m_ePortionType;
bool m_bIsCollapsed;
- SwFmtFld * GetFldFmt(bool bInit = false);
+ SwFormatField * GetFieldFormat(bool bInit = false);
void init(const SwUnoCrsr* pPortionCursor);
@@ -153,11 +153,11 @@ protected:
public:
SwXTextPortion(const SwUnoCrsr* pPortionCrsr, ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > const& rParent, SwTextPortionType eType );
- SwXTextPortion(const SwUnoCrsr* pPortionCrsr, ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > const& rParent, SwFrmFmt& rFmt );
+ SwXTextPortion(const SwUnoCrsr* pPortionCrsr, ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > const& rParent, SwFrameFormat& rFormat );
// for Ruby
SwXTextPortion(const SwUnoCrsr* pPortionCrsr,
- SwTxtRuby const& rAttr,
+ SwTextRuby const& rAttr,
::com::sun::star::uno::Reference< ::com::sun::star::text::XText >
const& xParent,
bool bIsEnd );