Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx753 long ScPrintFunc::TextHeight( const EditTextObject* pObject ) in TextHeight() function in ScPrintFunc
793 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()
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx313 long TextHeight( const EditTextObject* pObject );

Completed in 24 milliseconds