Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/text/
H A Dtxtfrm.cxx2101 const SwLineLayout* pLineLayout = GetPara(); in GetParHeight() local
2102 KSHORT nHeight = pLineLayout->GetRealHeight(); in GetParHeight()
2106 while ( pLineLayout && pLineLayout->GetNext() ) in GetParHeight()
2108 pLineLayout = pLineLayout->GetNext(); in GetParHeight()
2109 nHeight = nHeight + pLineLayout->GetRealHeight(); in GetParHeight()
2381 const SwLineLayout* pLineLayout = GetPara(); in _CalcHeightOfLastLine() local
2382 while ( pLineLayout && pLineLayout->GetNext() ) in _CalcHeightOfLastLine()
2385 pLineLayout = pLineLayout->GetNext(); in _CalcHeightOfLastLine()
2387 if ( pLineLayout ) in _CalcHeightOfLastLine()
2392 pLineLayout->MaxAscentDescent( nAscent, nDescent, in _CalcHeightOfLastLine()

Completed in 32 milliseconds