Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx377 mnHeightOfLastLine = 0; in InitCtor()
2297 const SwTwips mnOldHeightOfLastLine( mnHeightOfLastLine ); in _CalcHeightOfLastLine()
2340 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
2350 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
2363 mnHeightOfLastLine = 0; in _CalcHeightOfLastLine()
2372 mnHeightOfLastLine = EmptyHeight(); in _CalcHeightOfLastLine()
2412 mnHeightOfLastLine = nNewHeightOfLastLine; in _CalcHeightOfLastLine()
2423 if ( mnHeightOfLastLine != mnOldHeightOfLastLine ) in _CalcHeightOfLastLine()
/trunk/main/sw/source/core/inc/
H A Dtxtfrm.hxx82 SwTwips mnHeightOfLastLine; member in SwTxtFrm
612 return mnHeightOfLastLine; in GetHeightOfLastLine()
H A Dfrmtool.hxx224 SwTwips mnHeightOfLastLine; member in SwCntntNotify
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx794 mnHeightOfLastLine( 0L ), in SwCntntNotify()
810 mnHeightOfLastLine = pTxtFrm->GetHeightOfLastLine(); in SwCntntNotify()
1018 if ( mnHeightOfLastLine != static_cast<SwTxtFrm*>(pCnt)->GetHeightOfLastLine() ) in ~SwCntntNotify()

Completed in 54 milliseconds