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()1894 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local1897 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()1986 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local1989 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()2109 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in _FormatFlyCntnt() local2112 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in _FormatFlyCntnt()
71 sal_uLong nAllLines :24;//Anzahl der Zeilen fuer das Paint (inkl. nThisLines) member in SwTxtFrm543 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 26 milliseconds