LibreOffice Module sc (master) 1
|
#include <document.hxx>
Public Member Functions | |
ScDocStat () | |
Public Attributes | |
OUString | aDocName |
SCTAB | nTableCount |
sal_uInt64 | nCellCount |
sal_uInt64 | nFormulaCount |
sal_uInt16 | nPageCount |
Definition at line 284 of file document.hxx.
|
inline |
Definition at line 291 of file document.hxx.
OUString ScDocStat::aDocName |
Definition at line 286 of file document.hxx.
Referenced by ScDocument::GetDocStat(), and ScDocStatPage::ScDocStatPage().
sal_uInt64 ScDocStat::nCellCount |
Definition at line 288 of file document.hxx.
Referenced by ScDocument::GetDocStat(), and ScDocStatPage::ScDocStatPage().
sal_uInt64 ScDocStat::nFormulaCount |
Definition at line 289 of file document.hxx.
Referenced by ScDocument::GetDocStat(), and ScDocStatPage::ScDocStatPage().
sal_uInt16 ScDocStat::nPageCount |
Definition at line 290 of file document.hxx.
Referenced by ScDocShell::GetDocStat(), and ScDocStatPage::ScDocStatPage().
SCTAB ScDocStat::nTableCount |
Definition at line 287 of file document.hxx.
Referenced by ScDocument::GetDocStat(), ScDocShell::GetDocStat(), and ScDocStatPage::ScDocStatPage().