LibreOffice Module sw (master)
1
|
Public Member Functions | |
SwAccPreviewData () | |
void | Update (const SwAccessibleMap &rAccMap, const std::vector< std::unique_ptr< PreviewPage >> &_rPreviewPages, const Fraction &_rScale, const SwPageFrame *_pSelectedPageFrame, const Size &_rPreviewWinSize) |
void | InvalidateSelection (const SwPageFrame *_pSelectedPageFrame) |
const SwRect & | GetVisArea () const |
void | AdjustMapMode (MapMode &rMapMode, const Point &rPoint) const |
Adjust the MapMode so that the preview page appears at the proper position. More... | |
const SwPageFrame * | GetSelPage () const |
void | DisposePage (const SwPageFrame *pPageFrame) |
Private Types | |
typedef std::vector< tools::Rectangle > | Rectangles |
Static Private Member Functions | |
static void | AdjustLogicPgRectToVisibleArea (SwRect &_iorLogicPgSwRect, const SwRect &_rPreviewPgSwRect, const Size &_rPreviewWinSize) |
adjust logic page rectangle to its visible part More... | |
Private Attributes | |
Rectangles | maPreviewRects |
Rectangles | maLogicRects |
SwRect | maVisArea |
Fraction | maScale |
const SwPageFrame * | mpSelPage |
Definition at line 702 of file accmap.cxx.
|
private |
Definition at line 704 of file accmap.cxx.
SwAccPreviewData::SwAccPreviewData | ( | ) |
Definition at line 756 of file accmap.cxx.
|
staticprivate |
adjust logic page rectangle to its visible part
_iorLogicPgSwRect | input/output parameter - reference to the logic page rectangle, which has to be adjusted. |
_rPreviewPgSwRect | input parameter - constant reference to the corresponding preview page rectangle; needed to determine the visible part of the logic page rectangle. |
_rPreviewWinSize | input parameter - constant reference to the preview window size in TWIP; needed to determine the visible part of the logic page rectangle |
Definition at line 858 of file accmap.cxx.
References SwRect::AddBottom(), SwRect::AddLeft(), SwRect::AddRight(), SwRect::AddTop(), SwRect::Bottom(), SwRect::Intersection(), SwRect::Left(), Point, SwRect::Right(), and SwRect::Top().
Referenced by Update().
Adjust the MapMode so that the preview page appears at the proper position.
rPoint identifies the page for which the MapMode should be adjusted. If bFromPreview is true, rPoint is a preview coordinate; else it's a document coordinate.
Definition at line 828 of file accmap.cxx.
References maLogicRects, maPreviewRects, maScale, Point, MapMode::SetOrigin(), MapMode::SetScaleX(), and MapMode::SetScaleY().
void SwAccPreviewData::DisposePage | ( | const SwPageFrame * | pPageFrame | ) |
Definition at line 851 of file accmap.cxx.
References mpSelPage.
|
inline |
Definition at line 751 of file accmap.cxx.
References mpSelPage.
|
inline |
Definition at line 742 of file accmap.cxx.
References maVisArea.
void SwAccPreviewData::InvalidateSelection | ( | const SwPageFrame * | _pSelectedPageFrame | ) |
Definition at line 808 of file accmap.cxx.
void SwAccPreviewData::Update | ( | const SwAccessibleMap & | rAccMap, |
const std::vector< std::unique_ptr< PreviewPage >> & | _rPreviewPages, | ||
const Fraction & | _rScale, | ||
const SwPageFrame * | _pSelectedPageFrame, | ||
const Size & | _rPreviewWinSize | ||
) |
Definition at line 761 of file accmap.cxx.
References AdjustLogicPgRectToVisibleArea(), SwRect::Clear(), SwRect::IsEmpty(), maLogicRects, maPreviewRects, maScale, maVisArea, mpSelPage, and SwRect::Union().
|
private |
Definition at line 706 of file accmap.cxx.
Referenced by AdjustMapMode(), and Update().
|
private |
Definition at line 705 of file accmap.cxx.
Referenced by AdjustMapMode(), and Update().
|
private |
Definition at line 709 of file accmap.cxx.
Referenced by AdjustMapMode(), and Update().
|
private |
Definition at line 708 of file accmap.cxx.
Referenced by GetVisArea(), and Update().
|
private |
Definition at line 711 of file accmap.cxx.
Referenced by DisposePage(), GetSelPage(), InvalidateSelection(), and Update().