summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewmdi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/viewmdi.cxx')
-rw-r--r--sw/source/ui/uiview/viewmdi.cxx56
1 files changed, 28 insertions, 28 deletions
diff --git a/sw/source/ui/uiview/viewmdi.cxx b/sw/source/ui/uiview/viewmdi.cxx
index 9dfa8e79ecfa..f8212d87249d 100644
--- a/sw/source/ui/uiview/viewmdi.cxx
+++ b/sw/source/ui/uiview/viewmdi.cxx
@@ -83,7 +83,7 @@
#include <IDocumentSettingAccess.hxx>
#include <PostItMgr.hxx>
-USHORT SwView::nMoveType = NID_PGE;
+USHORT SwView::nMoveType = NID_PGE;
sal_Int32 SwView::nActMark = 0;
@@ -134,7 +134,7 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,
const MapMode aTmpMap( MAP_TWIP );
const Size aWindowSize( GetEditWin().PixelToLogic( rEditSize, aTmpMap ) );
- if( nsUseOnPage::PD_MIRROR == rDesc.GetUseOn() ) // gespiegelte Seiten
+ if( nsUseOnPage::PD_MIRROR == rDesc.GetUseOn() ) // gespiegelte Seiten
{
const SvxLRSpaceItem &rLeftLRSpace = rDesc.GetLeft().GetLRSpace();
aPageSize.Width() += Abs( long(rLeftLRSpace.GetLeft()) - long(rLRSpace.GetLeft()) );
@@ -182,10 +182,10 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,
//MasterUsrPrefs updaten UND DANACH die ViewOptions der aktuellen
//View updaten.
if ( !bViewOnly &&
- (USHORT(nFac) != pUsrPref->GetZoom() ||
+ (USHORT(nFac) != pUsrPref->GetZoom() ||
BYTE (eZoomType) != pUsrPref->GetZoomType()) )
{
- pUsrPref->SetZoom ( USHORT(nFac) );
+ pUsrPref->SetZoom ( USHORT(nFac) );
pUsrPref->SetZoomType( eZoomType );
SW_MOD()->ApplyUsrPref( *pUsrPref,
bViewOnly ? this: 0,
@@ -194,7 +194,7 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,
}
if ( pOpt->GetZoom() != (USHORT) nFac )
{
- aOpt.SetZoom ( USHORT(nFac) );
+ aOpt.SetZoom ( USHORT(nFac) );
aOpt.SetReadonly(pOpt->IsReadonly());
pWrtShell->ApplyViewOptions( aOpt );
}
@@ -221,11 +221,11 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,
// OS: Notloesung - in CalcVisArea wird u.U. wieder SetZoom gerufen und
// dann werden falsche Werte eingestellt
((SwViewOption*)pWrtShell->GetViewOptions())->SetZoomType( eZoomType );
- CalcVisArea( rEditSize ); //fuer das Neuberechnen des sichtbaren Bereiches
+ CalcVisArea( rEditSize ); //fuer das Neuberechnen des sichtbaren Bereiches
}
else if ( USHORT(nFac) != pOpt->GetZoom() )
{
- aOpt.SetZoom ( USHORT(nFac) );
+ aOpt.SetZoom ( USHORT(nFac) );
pWrtShell->ApplyViewOptions( aOpt );
}
@@ -247,7 +247,7 @@ void SwView::_SetZoom( const Size &rEditSize, SvxZoomType eZoomType,
// mpPostItMgr->LayoutPostIts();
// }
-// eZoom = eZoomType;
+// eZoom = eZoomType;
}
void SwView::SetViewLayout( USHORT nColumns, bool bBookMode, BOOL bViewOnly )
@@ -342,9 +342,9 @@ int SwView::_CreateScrollbar( BOOL bHori )
void SwView::CreatePageButtons(BOOL bShow)
{
Window *pMDI = &GetViewFrame()->GetWindow();
- pPageUpBtn = new SwHlpImageButton(pMDI, SW_RES( BTN_PAGEUP ), TRUE );
+ pPageUpBtn = new SwHlpImageButton(pMDI, SW_RES( BTN_PAGEUP ), TRUE );
pPageUpBtn->SetHelpId(HID_SCRL_PAGEUP);
- pPageDownBtn = new SwHlpImageButton(pMDI, SW_RES( BTN_PAGEDOWN ), FALSE );
+ pPageDownBtn = new SwHlpImageButton(pMDI, SW_RES( BTN_PAGEDOWN ), FALSE );
pPageDownBtn->SetHelpId(HID_SCRL_PAGEDOWN);
Reference< XFrame > xFrame = GetViewFrame()->GetFrame().GetFrameInterface();
pNaviBtn = new SwNaviImageButton(pMDI, xFrame );
@@ -530,11 +530,11 @@ IMPL_STATIC_LINK( SwView, MoveNavigationHdl, bool *, pbNext )
/*************************************************************************
|*
-|* SwView::CreateTab()
+|* SwView::CreateTab()
|*
-|* Beschreibung
-|* Ersterstellung VB 29.05.91
-|* Letzte Aenderung OS 09.05.96
+|* Beschreibung
+|* Ersterstellung VB 29.05.91
+|* Letzte Aenderung OS 09.05.96
|*
*************************************************************************/
@@ -549,11 +549,11 @@ int SwView::CreateTab()
/*************************************************************************
|*
-|* SwView::KillTab()
+|* SwView::KillTab()
|*
-|* Beschreibung
-|* Ersterstellung VB 29.05.91
-|* Letzte Aenderung OS 09.05.96
+|* Beschreibung
+|* Ersterstellung VB 29.05.91
+|* Letzte Aenderung OS 09.05.96
|*
*************************************************************************/
@@ -597,10 +597,10 @@ void SwView::GetHLinealMetric(FieldUnit& eToFill) const
}
/*************************************************************************
|*
-|* SwView::CreateVLineal()
+|* SwView::CreateVLineal()
|*
-|* Beschreibung
-|* Ersterstellung VB 29.05.91
+|* Beschreibung
+|* Ersterstellung VB 29.05.91
|*
*************************************************************************/
@@ -616,10 +616,10 @@ int SwView::CreateVLineal()
/*************************************************************************
|*
-|* SwView::KillVLineal()
+|* SwView::KillVLineal()
|*
-|* Beschreibung
-|* Ersterstellung VB 29.05.91
+|* Beschreibung
+|* Ersterstellung VB 29.05.91
|*
*************************************************************************/
@@ -632,11 +632,11 @@ int SwView::KillVLineal()
}
/*************************************************************************
|*
-|* SwView::ExecRulerClick()
+|* SwView::ExecRulerClick()
|*
-|* Beschreibung
-|* Ersterstellung OS 15.06.95
-|* Letzte Aenderung
+|* Beschreibung
+|* Ersterstellung OS 15.06.95
+|* Letzte Aenderung
|*
*************************************************************************/