Home
last modified time | relevance | path

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

/aoo41x/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()
1894 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local
1897 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
1986 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in FormatCntnt() local
1989 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in FormatCntnt()
2109 const sal_uLong nAllLines = ((SwTxtFrm*)pCntnt)->GetAllLines(); in _FormatFlyCntnt() local
2112 nAllLines != ((SwTxtFrm*)pCntnt)->GetAllLines() ) in _FormatFlyCntnt()
/aoo41x/main/sw/source/core/inc/
H A Dtxtfrm.hxx71 sal_uLong nAllLines :24;//Anzahl der Zeilen fuer das Paint (inkl. nThisLines) member in SwTxtFrm
543 sal_uLong GetAllLines() const { return nAllLines; } in GetAllLines()
/aoo41x/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 543 milliseconds