LibreOffice Module sw (master) 1
|
data structure for a preview page in the current preview layout More...
#include <prevwpage.hxx>
Public Member Functions | |
PreviewPage () | |
Public Attributes | |
const SwPageFrame * | pPage |
bool | bVisible |
Size | aPageSize |
Point | aPreviewWinPos |
Point | aLogicPos |
Point | aMapOffset |
data structure for a preview page in the current preview layout
Definition at line 30 of file prevwpage.hxx.
|
inline |
Definition at line 42 of file prevwpage.hxx.
References bVisible.
Point PreviewPage::aLogicPos |
Definition at line 36 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::CalcPreviewDataForPage(), and SwPagePreviewLayout::PaintSelectMarkAtPage().
Point PreviewPage::aMapOffset |
Definition at line 37 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::CalcPreviewDataForPage(), and SwPagePreviewLayout::PaintSelectMarkAtPage().
Size PreviewPage::aPageSize |
Definition at line 34 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::CalcPreviewDataForPage(), SwPagePreviewLayout::GetPreviewPageSizeByPageNum(), SwPagePreviewLayout::MarkNewSelectedPage(), and SwPagePreviewLayout::PaintSelectMarkAtPage().
Point PreviewPage::aPreviewWinPos |
Definition at line 35 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::CalcPreviewDataForPage(), and SwPagePreviewLayout::MarkNewSelectedPage().
bool PreviewPage::bVisible |
Definition at line 33 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::IsPageVisible(), and SwPagePreviewLayout::MarkNewSelectedPage().
const SwPageFrame* PreviewPage::pPage |
Definition at line 32 of file prevwpage.hxx.
Referenced by SwPagePreviewLayout::CalcPreviewDataForPage(), and SwPagePreviewLayout::GetVirtPageNumByPageNum().