|
LibreOffice Module sc (master) 1
|
The range that is printed on a page (excluding repeated columns/rows), and its position on the page, used to find hyperlink targets. More...
#include <pfuncache.hxx>
Public Member Functions | |
| ScPrintPageLocation () | |
| ScPrintPageLocation (tools::Long nP, const ScRange &rRange, const tools::Rectangle &rRect) | |
Public Attributes | |
| tools::Long | nPage |
| ScRange | aCellRange |
| tools::Rectangle | aRectangle |
The range that is printed on a page (excluding repeated columns/rows), and its position on the page, used to find hyperlink targets.
Definition at line 68 of file pfuncache.hxx.
|
inline |
Definition at line 74 of file pfuncache.hxx.
|
inline |
Definition at line 77 of file pfuncache.hxx.
| ScRange ScPrintPageLocation::aCellRange |
Definition at line 71 of file pfuncache.hxx.
Referenced by ScModelObj::render().
| tools::Rectangle ScPrintPageLocation::aRectangle |
Definition at line 72 of file pfuncache.hxx.
Referenced by ScModelObj::render().
| tools::Long ScPrintPageLocation::nPage |
Definition at line 70 of file pfuncache.hxx.
Referenced by ScModelObj::render().