Searched refs:mnMaxHeight (Results 1 – 10 of 10) sorted by relevance
595 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 …]
102 long mnMaxHeight; member in ImplBorderWindow181 { mnMaxWidth = nWidth; mnMaxHeight = nHeight; } in SetMaxOutputSize()
209 long mnMaxHeight; // Maximale Hoehe eines Eintrags member in ImplListBoxWindow351 long GetEntryHeight() const { return mnMaxHeight; } in GetEntryHeight()
55 int mnMaxHeight; // max. client height in pixeln member in WinSalFrame
94 int mnMaxHeight; // max. client height in pixeln member in Os2SalFrame
67 int mnMaxHeight; // max. client height in pixels member in AquaSalFrame
72 mnMaxHeight(0), in AquaSalFrame()519 mnMaxHeight = nHeight; in SetMaxClientSize()
831 long nMaxHeight = pBorderWindow->mnMaxHeight+nBorderHeight; in ImplTracking()1890 mnMaxHeight = SHRT_MAX; in ImplInit()
974 mnMaxHeight = SHRT_MAX; in WinSalFrame()1428 mnMaxHeight = nHeight; in SetMaxClientSize()4742 if ( pFrame->mnMaxWidth || pFrame->mnMaxHeight ) in ImplHandleMinMax()4745 int nHeight = pFrame->mnMaxHeight; in ImplHandleMinMax()
801 mnMaxHeight = SHRT_MAX; in Os2SalFrame()1043 mnMaxHeight = nHeight; in SetMaxClientSize()
Completed in 174 milliseconds