|
LibreOffice Module sc (master) 1
|
#include <printfun.hxx>
Public Member Functions | |
| ScPageRowEntry () | |
| Cache Number of really visible? More... | |
| ScPageRowEntry (const ScPageRowEntry &r) | |
| ScPageRowEntry & | operator= (const ScPageRowEntry &r) |
| SCROW | GetStartRow () const |
| SCROW | GetEndRow () const |
| size_t | GetPagesX () const |
| void | SetStartRow (SCROW n) |
| void | SetEndRow (SCROW n) |
| void | SetPagesX (size_t nNew) |
| void | SetHidden (size_t nX) |
| bool | IsHidden (size_t nX) const |
| size_t | CountVisible () const |
Private Attributes | |
| SCROW | nStartRow |
| SCROW | nEndRow |
| size_t | nPagesX |
| std::vector< bool > | aHidden |
Definition at line 68 of file printfun.hxx.
|
inline |
Cache Number of really visible?
Definition at line 78 of file printfun.hxx.
| ScPageRowEntry::ScPageRowEntry | ( | const ScPageRowEntry & | r | ) |
| size_t ScPageRowEntry::CountVisible | ( | ) | const |
Definition at line 136 of file printfun.cxx.
|
inline |
|
inline |
|
inline |
| bool ScPageRowEntry::IsHidden | ( | size_t | nX | ) | const |
| ScPageRowEntry & ScPageRowEntry::operator= | ( | const ScPageRowEntry & | r | ) |
|
inline |
Definition at line 87 of file printfun.hxx.
| void ScPageRowEntry::SetHidden | ( | size_t | nX | ) |
Definition at line 117 of file printfun.cxx.
References aHidden, and nPagesX.
Referenced by lcl_SetHidden().
| void ScPageRowEntry::SetPagesX | ( | size_t | nNew | ) |
Definition at line 111 of file printfun.cxx.
|
inline |
Definition at line 86 of file printfun.hxx.
|
private |
Definition at line 74 of file printfun.hxx.
Referenced by CountVisible(), IsHidden(), operator=(), ScPageRowEntry(), SetHidden(), and SetPagesX().
|
private |
Definition at line 72 of file printfun.hxx.
Referenced by GetEndRow(), operator=(), ScPageRowEntry(), and SetEndRow().
|
private |
Definition at line 73 of file printfun.hxx.
Referenced by CountVisible(), GetPagesX(), IsHidden(), operator=(), ScPageRowEntry(), SetHidden(), and SetPagesX().
|
private |
Definition at line 71 of file printfun.hxx.
Referenced by GetStartRow(), operator=(), ScPageRowEntry(), and SetStartRow().