Searched refs:CountWords (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2783 void SwDoc::CountWords( const SwPaM& rPaM, SwDocStat& rStat ) const in CountWords() function in SwDoc 2810 pTNd->CountWords( rStat, nSttCnt, pTNd->GetTxt().Len() ); in CountWords() 2815 pTNd->CountWords( rStat, 0, pTNd->GetTxt().Len() ); in CountWords() 2818 pTNd->CountWords( rStat, 0, nEndCnt ); in CountWords() 2821 pTNd->CountWords( rStat, nSttCnt, nEndCnt ); in CountWords()
|
H A D | doc.cxx | 1745 ((SwTxtNode*)pNd)->CountWords( rStat, 0, ((SwTxtNode*)pNd)->GetTxt().Len() ); in UpdateDocStat()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | editsh.cxx | 1183 void SwEditShell::CountWords( SwDocStat& rStat ) const in CountWords() function in SwEditShell 1188 GetDoc()->CountWords( *PCURCRSR, rStat ); in CountWords()
|
/aoo4110/main/sw/inc/ |
H A D | ndtxt.hxx | 785 void CountWords( SwDocStat& rStat, xub_StrLen nStart, xub_StrLen nEnd ) const;
|
H A D | editsh.hxx | 205 void CountWords( SwDocStat& rStat ) const;
|
H A D | doc.hxx | 1162 void CountWords( const SwPaM& rPaM, SwDocStat& rStat ) const;
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | drawsh.cxx | 345 rSh.CountWords( aCurr ); in Execute()
|
H A D | drwtxtex.cxx | 423 rSh.CountWords( aCurr ); in Execute()
|
H A D | frmsh.cxx | 287 rSh.CountWords( aCurr ); in Execute()
|
H A D | annotsh.cxx | 460 rSh.CountWords( aCurr ); in Exec()
|
H A D | textsh1.cxx | 1363 rSh.CountWords( aCurr ); in Execute()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1933 void SwTxtNode::CountWords( SwDocStat& rStat, in CountWords() function in SwTxtNode
|
/aoo4110/main/sw/source/core/layout/ |
H A D | layact.cxx | 2214 pTxtNode->CountWords( aStat, 0, nEnd ); in _DoIdleJob()
|
Completed in 94 milliseconds