Lines Matching refs:nMaxHeight
555 void SetImages( long nMaxHeight = 0, bool bForce = false );
623 void DecoToolBox::SetImages( long nMaxHeight, bool bForce ) in SetImages() argument
627 if( !nMaxHeight && lastSize != -1 ) in SetImages()
628 nMaxHeight = lastSize + border; // don't change anything if called with 0 in SetImages()
630 if( nMaxHeight < getMinSize().Height() ) in SetImages()
631 nMaxHeight = getMinSize().Height(); in SetImages()
633 if( (lastSize != nMaxHeight - border) || bForce ) in SetImages()
635 lastSize = nMaxHeight - border; in SetImages()
3780 long nMaxHeight = pWin->GetDesktopRectPixel().GetHeight(); in ImplExecute() local
3787 nMaxHeight = Application::GetWorkAreaPosSizePixel( in ImplExecute()
3792 nMaxHeight -= pW->GetSizePixel().Height(); in ImplExecute()
3795 nMaxHeight -= nTop+nBottom; in ImplExecute()
3796 if ( aSz.Height() > nMaxHeight ) in ImplExecute()
3800 sal_uInt16 nEntries = ImplCalcVisEntries( nMaxHeight, nStart ); in ImplExecute()
3909 sal_uInt16 PopupMenu::ImplCalcVisEntries( long nMaxHeight, sal_uInt16 nStartEntry, sal_uInt16* pLas… in ImplCalcVisEntries() argument
3911 nMaxHeight -= 2 * ImplGetFloatingWindow()->GetScrollerHeight(); in ImplCalcVisEntries()
3926 if ( nHeight > nMaxHeight ) in ImplCalcVisEntries()