Searched refs:CountWords (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 2787 void SwDoc::CountWords( const SwPaM& rPaM, SwDocStat& rStat ) const in CountWords() function in SwDoc 2814 pTNd->CountWords( rStat, nSttCnt, pTNd->GetTxt().Len() ); in CountWords() 2819 pTNd->CountWords( rStat, 0, pTNd->GetTxt().Len() ); in CountWords() 2822 pTNd->CountWords( rStat, 0, nEndCnt ); in CountWords() 2825 pTNd->CountWords( rStat, nSttCnt, nEndCnt ); in CountWords()
|
H A D | doc.cxx | 1728 ((SwTxtNode*)pNd)->CountWords( rStat, 0, ((SwTxtNode*)pNd)->GetTxt().Len() ); in UpdateDocStat()
|
/aoo42x/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()
|
/aoo42x/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 | 280 rSh.CountWords( aCurr ); in Execute()
|
H A D | annotsh.cxx | 460 rSh.CountWords( aCurr ); in Exec()
|
H A D | textsh1.cxx | 1365 rSh.CountWords( aCurr ); in Execute()
|
/aoo42x/main/sw/inc/ |
H A D | ndtxt.hxx | 789 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 | 1169 void CountWords( const SwPaM& rPaM, SwDocStat& rStat ) const;
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1939 void SwTxtNode::CountWords( SwDocStat& rStat, in CountWords() function in SwTxtNode
|
/aoo42x/main/sw/source/core/layout/ |
H A D | layact.cxx | 2212 pTxtNode->CountWords( aStat, 0, nEnd ); in _DoIdleJob()
|
Completed in 114 milliseconds