Searched refs:nMaxBoundHeight (Results 1 – 4 of 4) sorted by relevance
205 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()
762 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()
186 long nMaxBoundHeight; // Hoehe des hoechsten BoundRects member in SvxIconChoiceCtrl_Impl237 long GetScrollBarLineSize() const { return nMaxBoundHeight / 2; } in GetScrollBarLineSize()
101 long nMaxBoundHeight; // Hoehe des hoechsten BoundRects member in SvImpIconView
Completed in 68 milliseconds