Home
last modified time | relevance | path

Searched refs:GetAllLines (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx999 const sal_uLong nAllLines = ((SwTxtFrm*)pCnt)->GetAllLines(); in _TurboAction()
1001 if ( nAllLines != ((SwTxtFrm*)pCnt)->GetAllLines() ) in _TurboAction()
1892 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt()
1895 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
1984 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt()
1987 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
2107 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in _FormatFlyCntnt()
2110 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in _FormatFlyCntnt()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx541 sal_uLong GetAllLines() const { return nAllLines; } in GetAllLines() function in SwTxtFrm
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx2595 const sal_uLong nOld = GetAllLines(); in RecalcAllLines()
2621 nNewNum = pPrv ? ((SwTxtFrm*)pPrv)->GetAllLines() : 0; in RecalcAllLines()
H A Dfrmpaint.cxx146 nLineNr += pFrm->GetAllLines() - pFrm->GetThisLines(); in SwExtraPainter()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1103 pFrm->GetAllLines() - pFrm->GetThisLines()); in GetPageNo()

Completed in 41 milliseconds