|
LibreOffice Module sw (master) 1
|
#include <docstat.hxx>
Public Member Functions | |
| SwDocStat () | |
| void | Reset () |
Public Attributes | |
| sal_uInt16 | nTable |
| sal_uInt16 | nGrf |
| sal_uInt16 | nOLE |
| sal_uLong | nPage |
| sal_uLong | nPara |
| paragraphs for document statistic: non-empty and non-hidden ones More... | |
| sal_uLong | nAllPara |
| all paragraphs, including empty/hidden ones More... | |
| sal_uLong | nWord |
| sal_uLong | nAsianWord |
| sal_uLong | nChar |
| sal_uLong | nCharExcludingSpaces |
| sal_uLong | nComments |
| bool | bModified |
Definition at line 25 of file docstat.hxx.
| SwDocStat::SwDocStat | ( | ) |
Definition at line 22 of file docstat.cxx.
| void SwDocStat::Reset | ( | void | ) |
Definition at line 37 of file docstat.cxx.
References bModified, nAllPara, nAsianWord, nChar, nCharExcludingSpaces, nComments, nGrf, nOLE, nPage, nPara, nTable, and nWord.
| bool SwDocStat::bModified |
Definition at line 40 of file docstat.hxx.
Referenced by SwLayIdle::isJobEnabled(), Reset(), and SwLayIdle::SwLayIdle().
| sal_uLong SwDocStat::nAllPara |
all paragraphs, including empty/hidden ones
Definition at line 34 of file docstat.hxx.
Referenced by SwTextNode::CountWords(), SwXMLExport::exportDoc(), and Reset().
| sal_uLong SwDocStat::nAsianWord |
Definition at line 36 of file docstat.hxx.
Referenced by SwTextNode::CountWords(), Reset(), and SwWordCountFloatDlg::SetValues().
| sal_uLong SwDocStat::nChar |
Definition at line 37 of file docstat.hxx.
Referenced by SwTextNode::CountWords(), SwDocStatFieldType::Expand(), SwXTextDocument::getPropertyValue(), IMPL_LINK(), Reset(), SwDocStatPage::SetData(), SwWordCountFloatDlg::SetValues(), SwView::StateStatusLine(), SwCalc::SwCalc(), and WriteDop().
| sal_uLong SwDocStat::nCharExcludingSpaces |
Definition at line 38 of file docstat.hxx.
Referenced by SwTextNode::CountWords(), Reset(), SwDocStatPage::SetData(), and SwWordCountFloatDlg::SetValues().
| sal_uLong SwDocStat::nComments |
Definition at line 39 of file docstat.hxx.
Referenced by Reset(), SwWordCountFloatDlg::SetValues(), SwView::StateStatusLine(), and SwWordCountFloatDlg::UpdateCounts().
| sal_uInt16 SwDocStat::nGrf |
Definition at line 28 of file docstat.hxx.
Referenced by SwDocStatFieldType::Expand(), Reset(), SwDocStatPage::SetData(), and SwCalc::SwCalc().
| sal_uInt16 SwDocStat::nOLE |
Definition at line 29 of file docstat.hxx.
Referenced by SwDocStatFieldType::Expand(), Reset(), SwDocStatPage::SetData(), and SwCalc::SwCalc().
| sal_uLong SwDocStat::nPage |
Definition at line 30 of file docstat.hxx.
Referenced by SwLayHelper::CalcPageCount(), SwDocStatFieldType::Expand(), Reset(), SwDocStatPage::SetData(), SwXMLImport::SetStatistics(), SwCalc::SwCalc(), SwXMLWriter::Write_(), and WriteDop().
| sal_uLong SwDocStat::nPara |
paragraphs for document statistic: non-empty and non-hidden ones
Definition at line 32 of file docstat.hxx.
Referenced by SwLayHelper::CalcPageCount(), SwTextNode::CountWords(), SwDocStatFieldType::Expand(), SwXTextDocument::getPropertyValue(), Reset(), SwDocStatPage::SetData(), SwXMLImport::SetStatistics(), SwCalc::SwCalc(), and WriteDop().
| sal_uInt16 SwDocStat::nTable |
Definition at line 27 of file docstat.hxx.
Referenced by SwDocStatFieldType::Expand(), Reset(), SwDocStatPage::SetData(), and SwCalc::SwCalc().
| sal_uLong SwDocStat::nWord |
Definition at line 35 of file docstat.hxx.
Referenced by SwTextNode::CountWords(), SwDocStatFieldType::Expand(), SwXTextDocument::getPropertyValue(), IMPL_LINK(), Reset(), SwDocStatPage::SetData(), SwWordCountFloatDlg::SetValues(), SwView::StateStatusLine(), SwCalc::SwCalc(), and WriteDop().