Searched refs:TextHeight (Results 1 – 2 of 2) sorted by relevance
753 long ScPrintFunc::TextHeight( const EditTextObject* pObject ) in TextHeight() function in ScPrintFunc793 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetLeftArea() ) ); in UpdateHFHeight()794 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetCenterArea() ) ); in UpdateHFHeight()795 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetRightArea() ) ); in UpdateHFHeight()799 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetLeftArea() ) ); in UpdateHFHeight()800 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetCenterArea() ) ); in UpdateHFHeight()801 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetRightArea() ) ); in UpdateHFHeight()1807 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetLeftArea() ) ); in PrintHF()1808 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetCenterArea() ) ); in PrintHF()1809 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetRightArea() ) ); in PrintHF()
313 long TextHeight( const EditTextObject* pObject );
Completed in 132 milliseconds