Searched refs:nAllLines (Results 1 – 3 of 3) sorted by relevance
999 const sal_uLong nAllLines = ((SwTxtFrm*)pCnt)->GetAllLines(); in _TurboAction() local1001 if ( nAllLines != ((SwTxtFrm*)pCnt)->GetAllLines() ) in _TurboAction()1892 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local1895 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()1984 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local1987 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()2107 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in _FormatFlyCntnt() local2110 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in _FormatFlyCntnt()
71 sal_uLong nAllLines :24;//Anzahl der Zeilen fuer das Paint (inkl. nThisLines) member in SwTxtFrm541 sal_uLong GetAllLines() const { return nAllLines; } in GetAllLines()
371 nAllLines = 0; in InitCtor()2555 nAllLines -= nThisLines; in ChgThisLines()2557 nAllLines += nThisLines; in ChgThisLines()2628 nAllLines = nNewNum; in RecalcAllLines()
Completed in 72 milliseconds