LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScPrintPageLocation Struct Reference

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>

Collaboration diagram for ScPrintPageLocation:
[legend]

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ScPrintPageLocation() [1/2]

ScPrintPageLocation::ScPrintPageLocation ( )
inline

Definition at line 74 of file pfuncache.hxx.

◆ ScPrintPageLocation() [2/2]

ScPrintPageLocation::ScPrintPageLocation ( tools::Long  nP,
const ScRange rRange,
const tools::Rectangle rRect 
)
inline

Definition at line 77 of file pfuncache.hxx.

Member Data Documentation

◆ aCellRange

ScRange ScPrintPageLocation::aCellRange

Definition at line 71 of file pfuncache.hxx.

Referenced by ScModelObj::render().

◆ aRectangle

tools::Rectangle ScPrintPageLocation::aRectangle

Definition at line 72 of file pfuncache.hxx.

Referenced by ScModelObj::render().

◆ nPage

tools::Long ScPrintPageLocation::nPage

Definition at line 70 of file pfuncache.hxx.

Referenced by ScModelObj::render().


The documentation for this struct was generated from the following file: