Searched refs:pLineLayout (Results 1 – 1 of 1) sorted by relevance
2101 const SwLineLayout* pLineLayout = GetPara(); in GetParHeight() local2102 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() local2382 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 15 milliseconds