Home
last modified time | relevance | path

Searched refs:nAllLines (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx999 const sal_uLong nAllLines = ((SwTxtFrm*)pCnt)->GetAllLines(); in _TurboAction() local
1001 if ( nAllLines != ((SwTxtFrm*)pCnt)->GetAllLines() ) in _TurboAction()
1892 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local
1895 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
1984 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local
1987 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
2107 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in _FormatFlyCntnt() local
2110 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in _FormatFlyCntnt()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx71 sal_uLong nAllLines :24;//Anzahl der Zeilen fuer das Paint (inkl. nThisLines) member in SwTxtFrm
541 sal_uLong GetAllLines() const { return nAllLines; } in GetAllLines()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx371 nAllLines = 0; in InitCtor()
2555 nAllLines -= nThisLines; in ChgThisLines()
2557 nAllLines += nThisLines; in ChgThisLines()
2628 nAllLines = nNewNum; in RecalcAllLines()

Completed in 25 milliseconds