summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-04 12:44:10 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-04 12:46:23 +0200
commit21fbbee5418e898a9cf0c1787c28b8a9c433af87 (patch)
tree83bd8f551c5864bf8975825a8543e7629659e97d /sw
parentb162bf7e521e561c3c8eb3cd6a83b944dcd27da3 (diff)
Bin pointless PAGES01 comments
Change-Id: I08b9bafa91c5bc7b7b6ca601ab91607b3143d590
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/inc/rootfrm.hxx2
-rw-r--r--sw/source/core/layout/calcmove.cxx2
-rw-r--r--sw/source/core/layout/newfrm.cxx1
-rw-r--r--sw/source/core/layout/pagechg.cxx9
-rw-r--r--sw/source/core/layout/trvlfrm.cxx1
-rw-r--r--sw/source/core/layout/wsfrm.cxx1
-rw-r--r--sw/source/ui/uiview/view2.cxx4
-rw-r--r--sw/source/ui/uiview/viewtab.cxx3
8 files changed, 3 insertions, 20 deletions
diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx
index ad31308956e6..320dc571e70a 100644
--- a/sw/source/core/inc/rootfrm.hxx
+++ b/sw/source/core/inc/rootfrm.hxx
@@ -62,7 +62,6 @@ class SwRootFrm: public SwLayoutFrm
friend void _FrmInit(); //erzeugt pVout
friend void _FrmFinit(); //loescht pVout
- // PAGES01
std::vector<SwRect> maPageRects;// returns the current rectangle for each page frame
// the rectangle is extended to the top/bottom/left/right
// for pages located at the outer borders
@@ -349,7 +348,6 @@ public:
*/
SwPageFrm* GetPageByPageNum( sal_uInt16 _nPageNum ) const;
- // --> PAGES01
void CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea );
bool IsLeftToRightViewLayout() const;
const SwRect& GetPagesArea() const { return maPagesArea; }
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index b9ddf6ce71f4..44059617882d 100644
--- a/sw/source/core/layout/calcmove.cxx
+++ b/sw/source/core/layout/calcmove.cxx
@@ -690,7 +690,6 @@ void SwPageFrm::MakeAll()
{
if ( !mbValidPos )
{
- // PAGES01
mbValidPos = sal_True; // positioning of the pages is taken care of by the root frame
}
@@ -814,7 +813,6 @@ void SwPageFrm::MakeAll()
} //while ( !mbValidPos || !mbValidSize || !mbValidPrtArea )
delete pAccess;
- // PAGES01
if ( Frm() != aOldRect && GetUpper() )
static_cast<SwRootFrm*>(GetUpper())->CheckViewLayout( 0, 0 );
diff --git a/sw/source/core/layout/newfrm.cxx b/sw/source/core/layout/newfrm.cxx
index 5e41e2d76ae6..6c982fc006e2 100644
--- a/sw/source/core/layout/newfrm.cxx
+++ b/sw/source/core/layout/newfrm.cxx
@@ -466,7 +466,6 @@ void InitCurrShells( SwRootFrm *pRoot )
SwRootFrm::SwRootFrm( SwFrmFmt *pFmt, ViewShell * pSh ) :
SwLayoutFrm( pFmt->GetDoc()->MakeFrmFmt(
rtl::OUString("Root"), pFmt ), 0 ),
- // --> PAGES01
maPagesArea(),
mnViewWidth( -1 ),
mnColumns( 0 ),
diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx
index 949d13f82d57..fb81f2da1338 100644
--- a/sw/source/core/layout/pagechg.cxx
+++ b/sw/source/core/layout/pagechg.cxx
@@ -663,7 +663,6 @@ void SwPageFrm::_UpdateAttr( const SfxPoolItem *pOld, const SfxPoolItem *pNew,
Frm().Height( Max( rSz.GetHeight(), long(MINLAY) ) );
Frm().Width ( Max( rSz.GetWidth(), long(MINLAY) ) );
- // PAGES01
if ( GetUpper() )
static_cast<SwRootFrm*>(GetUpper())->CheckViewLayout( 0, 0 );
}
@@ -885,7 +884,6 @@ inline void SetLastPage( SwPageFrm *pPage )
|*************************************************************************/
void SwPageFrm::Cut()
{
- // PAGES01
//AdjustRootSize( CHG_CUTPAGE, 0 );
ViewShell *pSh = getRootFrm()->GetCurrShell();
@@ -943,7 +941,6 @@ void SwPageFrm::Cut()
// Alle Verbindungen kappen.
Remove();
- // PAGES01
if ( pRootFrm )
static_cast<SwRootFrm*>(pRootFrm)->CheckViewLayout( 0, 0 );
}
@@ -993,7 +990,7 @@ void SwPageFrm::Paste( SwFrm* pParent, SwFrm* pSibling )
ViewShell *pSh = getRootFrm()->GetCurrShell();
if ( pSh )
pSh->SetFirstVisPageInvalid();
- // PAGES01
+
getRootFrm()->CheckViewLayout( 0, 0 );
}
@@ -1963,7 +1960,7 @@ void SwRootFrm::UnoRestoreAllActions()
} while ( pSh != GetCurrShell() );
}
-// PAGES01: Helper functions for SwRootFrm::CheckViewLayout
+// Helper functions for SwRootFrm::CheckViewLayout
static void lcl_MoveAllLowers( SwFrm* pFrm, const Point& rOffset );
static void lcl_MoveAllLowerObjs( SwFrm* pFrm, const Point& rOffset )
@@ -2083,7 +2080,7 @@ static void lcl_MoveAllLowers( SwFrm* pFrm, const Point& rOffset )
}
}
-// PAGES01: Calculate how the pages have to be positioned
+// Calculate how the pages have to be positioned
void SwRootFrm::CheckViewLayout( const SwViewOption* pViewOpt, const SwRect* pVisArea )
{
// #i91432#
diff --git a/sw/source/core/layout/trvlfrm.cxx b/sw/source/core/layout/trvlfrm.cxx
index 484acfb247b0..7728a986385d 100644
--- a/sw/source/core/layout/trvlfrm.cxx
+++ b/sw/source/core/layout/trvlfrm.cxx
@@ -401,7 +401,6 @@ sal_Bool SwRootFrm::GetCrsrOfst( SwPosition *pPos, Point &rPoint,
((SwCrsrMoveState*)pCMS)->bFillRet = sal_False;
Point aOldPoint = rPoint;
- // PAGES01
// search for page containing rPoint. The borders around the pages are considerd
const SwPageFrm* pPage = GetPageAtPos( rPoint, 0, true );
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 71e2d03884ac..8c65279a6921 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -1477,7 +1477,6 @@ SwTwips SwFrm::AdjustNeighbourhood( SwTwips nDiff, sal_Bool bTst )
if ( IsBodyFrm() )
Prt().SSize().Height() = nOldFrmHeight;
- // PAGES01
if ( pUp->GetUpper() )
static_cast<SwRootFrm*>(pUp->GetUpper())->CheckViewLayout( 0, 0 );
//((SwPageFrm*)pUp)->AdjustRootSize( CHG_CHGPAGE, &aOldRect );
diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx
index 6a5e19b88714..851c65c90d0f 100644
--- a/sw/source/ui/uiview/view2.cxx
+++ b/sw/source/ui/uiview/view2.cxx
@@ -1606,7 +1606,6 @@ void SwView::ExecuteStatusLine(SfxRequest &rReq)
}
aCoreSet.Put( aZoom );
- // PAGES01
if ( !bBrowseMode )
{
const SvxViewLayoutItem aViewLayout( rViewOptions.GetViewLayoutColumns(), rViewOptions.IsViewLayoutBookMode() );
@@ -1627,7 +1626,6 @@ void SwView::ExecuteStatusLine(SfxRequest &rReq)
}
}
- // PAGES01
const SfxPoolItem* pViewLayoutItem = 0;
if ( pSet && SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_VIEWLAYOUT, sal_True, &pViewLayoutItem))
{
@@ -1656,7 +1654,6 @@ void SwView::ExecuteStatusLine(SfxRequest &rReq)
if ( pArgs && !rSh.getIDocumentSettingAccess()->get(IDocumentSettingAccess::BROWSE_MODE) &&
( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() ) )
{
- // PAGES01
if ( SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_VIEWLAYOUT, sal_True, &pItem ))
{
const sal_uInt16 nColumns = ((const SvxViewLayoutItem *)pItem)->GetValue();
@@ -1679,7 +1676,6 @@ void SwView::ExecuteStatusLine(SfxRequest &rReq)
{
if ( pArgs && ( ( GetDocShell()->GetCreateMode() != SFX_CREATE_MODE_EMBEDDED ) || !GetDocShell()->IsInPlaceActive() ) )
{
- // PAGES01
if ( SFX_ITEM_SET == pArgs->GetItemState(SID_ATTR_ZOOMSLIDER, sal_True, &pItem ))
{
const sal_uInt16 nCurrentZoom = ((const SvxZoomSliderItem *)pItem)->GetValue();
diff --git a/sw/source/ui/uiview/viewtab.cxx b/sw/source/ui/uiview/viewtab.cxx
index 91fe6f359473..c3a71c3e20c5 100644
--- a/sw/source/ui/uiview/viewtab.cxx
+++ b/sw/source/ui/uiview/viewtab.cxx
@@ -953,7 +953,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
if( aRect.Width() )
{
- // PAGES01
// make relative to page position:
aLongLR.SetLeft ((long)( aRect.Left() - rPageRect.Left() ));
aLongLR.SetRight((long)( rPageRect.Right() - aRect.Right()));
@@ -1357,7 +1356,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
{
aRect.Pos() += aTmpRect.Pos();
- // PAGES01
// make relative to page position:
aColItem.SetLeft ((sal_uInt16)( aRect.Left() - rPageRect.Left() ));
aColItem.SetRight((sal_uInt16)( rPageRect.Right() - aRect.Right()));
@@ -1533,7 +1531,6 @@ void SwView::StateTabWin(SfxItemSet& rSet)
break;
case SID_RULER_PAGE_POS:
{
- // PAGES01
SvxPagePosSizeItem aPagePosSize(
Point( rPageRect.Left(), rPageRect.Top()) , nPageWidth, nPageHeight);