1 #ifndef _PREVIEWPAGES_HXX
2 #define _PREVIEWPAGES_HXX
4 // classes <Point>, <Size> and <Rectangle>
5 #include <tools/gen.hxx>
9 /** data structure for a preview page in the current preview layout
11 OD 12.12.2002 #103492# - struct <PrevwPage>
17 const SwPageFrm
* pPage
;
27 inline PrevwPage::PrevwPage()
30 aPageSize( Size(0,0) ),
31 aPrevwWinPos( Point(0,0) ),
32 aLogicPos( Point(0,0) ),
33 aMapOffset( Point(0,0) )