Home
last modified time | relevance | path

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

/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx205 nMaxBoundHeight = 0; in Clear()
2362 if( nHeight > nMaxBoundHeight ) in CalcBoundingHeight()
2364 ((SvxIconChoiceCtrl_Impl*)this)->nMaxBoundHeight = nHeight; in CalcBoundingHeight()
2379 nMaxBoundHeight = 0; in RecalcAllBoundingRects()
2413 nMaxBoundHeight = 0; in RecalcAllBoundingRectsSmart()
2427 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2428 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2445 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2446 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
H A Dsvimpicn.cxx762 nMaxBoundHeight = 0; in Clear()
1109 aPrevBoundRect.Top() += nMaxBoundHeight + nVerDist + TBOFFS_BOUND; in FindNextEntryPos()
2473 if( nHeight > nMaxBoundHeight ) in CalcBoundingHeight()
2475 ((SvImpIconView*)this)->nMaxBoundHeight = nHeight; in CalcBoundingHeight()
2493 nMaxBoundHeight = 0; in RecalcAllBoundingRects()
2508 nMaxBoundHeight = 0; in RecalcAllBoundingRectsSmart()
2517 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2518 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
H A Dimivctl.hxx186 long nMaxBoundHeight; // Hoehe des hoechsten BoundRects member in SvxIconChoiceCtrl_Impl
237 long GetScrollBarLineSize() const { return nMaxBoundHeight / 2; } in GetScrollBarLineSize()
/trunk/main/svtools/source/inc/
H A Dsvimpicn.hxx101 long nMaxBoundHeight; // Hoehe des hoechsten BoundRects member in SvImpIconView

Completed in 58 milliseconds