pview.cxx (4d7c9de0) pview.cxx (90386390)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1281 unchanged lines hidden (view full) ---

1290
1291/*--------------------------------------------------------------------
1292 Beschreibung:
1293 --------------------------------------------------------------------*/
1294
1295
1296SwPagePreView::SwPagePreView(SfxViewFrame *pViewFrame, SfxViewShell* pOldSh):
1297 SfxViewShell( pViewFrame, SWVIEWFLAGS ),
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 1281 unchanged lines hidden (view full) ---

1290
1291/*--------------------------------------------------------------------
1292 Beschreibung:
1293 --------------------------------------------------------------------*/
1294
1295
1296SwPagePreView::SwPagePreView(SfxViewFrame *pViewFrame, SfxViewShell* pOldSh):
1297 SfxViewShell( pViewFrame, SWVIEWFLAGS ),
1298 pViewWin( new SwPagePreViewWin(&(GetViewFrame())->GetWindow(), *this ) ), nNewPage(USHRT_MAX),
1298 pViewWin( new SwPagePreViewWin(&(GetViewFrame())->GetWindow(), *this ) ),
1299 nNewPage(USHRT_MAX),
1299 pHScrollbar(0),
1300 pVScrollbar(0),
1301 pPageUpBtn(0),
1302 pPageDownBtn(0),
1303 pScrollFill(new ScrollBarBox( &pViewFrame->GetWindow(),
1304 pViewFrame->GetFrame().GetParentFrame() ? 0 : WB_SIZEABLE )),
1305 mnPageCount( 0 ),
1306 // OD 09.01.2003 #106334#

--- 917 unchanged lines hidden ---
1300 pHScrollbar(0),
1301 pVScrollbar(0),
1302 pPageUpBtn(0),
1303 pPageDownBtn(0),
1304 pScrollFill(new ScrollBarBox( &pViewFrame->GetWindow(),
1305 pViewFrame->GetFrame().GetParentFrame() ? 0 : WB_SIZEABLE )),
1306 mnPageCount( 0 ),
1307 // OD 09.01.2003 #106334#

--- 917 unchanged lines hidden ---