Searched refs:GetAllLines (Results 1 – 5 of 5) sorted by relevance
999 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()
541 sal_uLong GetAllLines() const { return nAllLines; } in GetAllLines() function in SwTxtFrm
2595 const sal_uLong nOld = GetAllLines(); in RecalcAllLines()2621 nNewNum = pPrv ? ((SwTxtFrm*)pPrv)->GetAllLines() : 0; in RecalcAllLines()
146 nLineNr += pFrm->GetAllLines() - pFrm->GetThisLines(); in SwExtraPainter()
1103 pFrm->GetAllLines() - pFrm->GetThisLines()); in GetPageNo()
Completed in 54 milliseconds