Home
last modified time | relevance | path

Searched refs:mnMaxHeight (Results 1 – 10 of 10) sorted by last modified time

/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx974 mnMaxHeight = SHRT_MAX; in WinSalFrame()
1428 mnMaxHeight = nHeight; in SetMaxClientSize()
4745 if ( pFrame->mnMaxWidth || pFrame->mnMaxHeight ) in ImplHandleMinMax()
4748 int nHeight = pFrame->mnMaxHeight; in ImplHandleMinMax()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx831 long nMaxHeight = pBorderWindow->mnMaxHeight+nBorderHeight; in ImplTracking()
1890 mnMaxHeight = SHRT_MAX; in ImplInit()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx595 mnMaxHeight = mnMaxTxtHeight; in ImplCalcMetrics()
597 if ( maUserItemSize.Height() > mnMaxHeight ) in ImplCalcMetrics()
598 mnMaxHeight = (sal_uInt16) maUserItemSize.Height(); in ImplCalcMetrics()
621 mnMaxHeight = mnMaxTxtHeight; in Clear()
736 if ( aMetrics.nEntryHeight > mnMaxHeight ) in ImplUpdateEntryMetrics()
737 mnMaxHeight = aMetrics.nEntryHeight; in ImplUpdateEntryMetrics()
1324 nSelect = (sal_uInt16) ( ( aPt.Y() + mnBorder ) / mnMaxHeight ) + (sal_uInt16) mnTop; in Tracking()
1972 for( sal_uInt16 i = (sal_uInt16)mnTop; i < nCount && nY < nHeight + mnMaxHeight; i++ ) in ImplDoPaint()
1976 nY <= rRect.Bottom() + mnMaxHeight ) in ImplDoPaint()
2006 sal_uInt16 nEntries = static_cast< sal_uInt16 >( ( nHeight + mnMaxHeight - 1 ) / mnMaxHeight ); in GetDisplayLineCount()
[all …]
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx801 mnMaxHeight = SHRT_MAX; in Os2SalFrame()
1043 mnMaxHeight = nHeight; in SetMaxClientSize()
/trunk/main/vcl/inc/win/
H A Dsalframe.h55 int mnMaxHeight; // max. client height in pixeln member in WinSalFrame
/trunk/main/vcl/inc/
H A Dilstbox.hxx209 long mnMaxHeight; // Maximale Hoehe eines Eintrags member in ImplListBoxWindow
351 long GetEntryHeight() const { return mnMaxHeight; } in GetEntryHeight()
H A Dbrdwin.hxx102 long mnMaxHeight; member in ImplBorderWindow
181 { mnMaxWidth = nWidth; mnMaxHeight = nHeight; } in SetMaxOutputSize()
/trunk/main/vcl/inc/os2/
H A Dsalframe.h94 int mnMaxHeight; // max. client height in pixeln member in Os2SalFrame
/trunk/main/vcl/inc/aqua/
H A Dsalframe.h67 int mnMaxHeight; // max. client height in pixels member in AquaSalFrame
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx72 mnMaxHeight(0), in AquaSalFrame()
519 mnMaxHeight = nHeight; in SetMaxClientSize()

Completed in 110 milliseconds