summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/unusedf.cxx
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/source/core/layout/unusedf.cxx
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/source/core/layout/unusedf.cxx')
-rw-r--r--sw/source/core/layout/unusedf.cxx30
1 files changed, 15 insertions, 15 deletions
diff --git a/sw/source/core/layout/unusedf.cxx b/sw/source/core/layout/unusedf.cxx
index 11e8ca6aa3c6..c6b328a2bab9 100644
--- a/sw/source/core/layout/unusedf.cxx
+++ b/sw/source/core/layout/unusedf.cxx
@@ -21,55 +21,55 @@
#include "cntfrm.hxx"
#include "flyfrm.hxx"
-void SwFrm::Format( vcl::RenderContext* /*pRenderContext*/, const SwBorderAttrs * )
+void SwFrame::Format( vcl::RenderContext* /*pRenderContext*/, const SwBorderAttrs * )
{
OSL_FAIL( "Format() of the base class called." );
}
-void SwFrm::Paint(vcl::RenderContext&, SwRect const&, SwPrintData const*const) const
+void SwFrame::Paint(vcl::RenderContext&, SwRect const&, SwPrintData const*const) const
{
OSL_FAIL( "Paint() of the base class called." );
}
-bool SwContentFrm::WouldFit( SwTwips &, bool&, bool )
+bool SwContentFrame::WouldFit( SwTwips &, bool&, bool )
{
- OSL_FAIL( "WouldFit of ContentFrm called." );
+ OSL_FAIL( "WouldFit of ContentFrame called." );
return false;
}
-bool SwFrm::FillSelection( SwSelectionList& , const SwRect& ) const
+bool SwFrame::FillSelection( SwSelectionList& , const SwRect& ) const
{
OSL_FAIL( "Don't call this function at the base class!" );
return false;
}
-bool SwFrm::GetCrsrOfst( SwPosition *, Point&, SwCrsrMoveState*, bool ) const
+bool SwFrame::GetCursorOfst( SwPosition *, Point&, SwCursorMoveState*, bool ) const
{
- OSL_FAIL( "GetCrsrOfst of the base class, hi!" );
+ OSL_FAIL( "GetCursorOfst of the base class, hi!" );
return false;
}
#ifdef DBG_UTIL
-void SwRootFrm::Cut()
+void SwRootFrame::Cut()
{
- OSL_FAIL( "Cut() of RootFrm called." );
+ OSL_FAIL( "Cut() of RootFrame called." );
}
-void SwRootFrm::Paste( SwFrm *, SwFrm * )
+void SwRootFrame::Paste( SwFrame *, SwFrame * )
{
- OSL_FAIL( "Paste() of RootFrm called." );
+ OSL_FAIL( "Paste() of RootFrame called." );
}
-void SwFlyFrm::Paste( SwFrm *, SwFrm * )
+void SwFlyFrame::Paste( SwFrame *, SwFrame * )
{
- OSL_FAIL( "Paste() of FlyFrm called." );
+ OSL_FAIL( "Paste() of FlyFrame called." );
}
#endif
-bool SwFrm::GetCharRect( SwRect&, const SwPosition&,
- SwCrsrMoveState* ) const
+bool SwFrame::GetCharRect( SwRect&, const SwPosition&,
+ SwCursorMoveState* ) const
{
OSL_FAIL( "GetCharRect() of the base called." );
return false;