Searched refs:nEntryHeight (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/svtools/source/contnr/ |
| H A D | svtreebx.cxx | 89 nEntryHeight = 0; in InitTreeView() 940 nEntryHeight = 0; in ModelHasCleared() 1036 if( nHeightMax > nEntryHeight ) in SetEntryHeight() 1038 nEntryHeight = nHeightMax; in SetEntryHeight() 1048 if( bAlways || nHeight > nEntryHeight ) in SetEntryHeight() 1050 nEntryHeight = nHeight; in SetEntryHeight() 1051 if( nEntryHeight ) in SetEntryHeight() 1066 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight() 1068 nEntryHeight = (short)aSize.Height() + nEntryHeightOffs; in AdjustEntryHeight() 1069 pImp->SetEntryHeight( nEntryHeight ); in AdjustEntryHeight() [all …]
|
| H A D | svimpbox.cxx | 387 long nEntryHeight = pView->GetEntryHeight(); in CursorUp() local 393 aArea.Bottom() -= nEntryHeight; in CursorUp() 394 pView->Scroll( 0, nEntryHeight, aArea, SCROLL_NOCHILDREN ); in CursorUp() 462 long nEntryHeight = pView->GetEntryHeight(); in PageUp() local 466 pView->Scroll( 0, nEntryHeight*nRealDelta, aArea, SCROLL_NOCHILDREN ); in PageUp() 931 long nEntryHeight = pView->GetEntryHeight(); in Paint() local 934 sal_uInt16 nStartLine = (sal_uInt16)( rRect.Top() / nEntryHeight ); in Paint() 935 sal_uInt16 nCount = (sal_uInt16)( nRectHeight / nEntryHeight ); in Paint() 938 long nY = nStartLine * nEntryHeight; in Paint() 959 nY += nEntryHeight; in Paint() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 652 long nEntryHeight; member 666 aMetrics.nEntryHeight = 0; in ImplUpdateEntryMetrics() 686 aMetrics.nEntryHeight = aTextRect.GetHeight() + mnBorder; in ImplUpdateEntryMetrics() 695 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics() 715 aMetrics.nEntryHeight = Max( aMetrics.nImgHeight, aMetrics.nEntryHeight ); in ImplUpdateEntryMetrics() 723 aMetrics.nEntryHeight = Max( Max( mnMaxImgHeight, maUserItemSize.Height() ) + 2, in ImplUpdateEntryMetrics() 724 aMetrics.nEntryHeight ); in ImplUpdateEntryMetrics() 731 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics() 736 if ( aMetrics.nEntryHeight > mnMaxHeight ) in ImplUpdateEntryMetrics() 737 mnMaxHeight = aMetrics.nEntryHeight; in ImplUpdateEntryMetrics() [all …]
|
| H A D | lstbox.cxx | 1435 long nEntryHeight = CalcSize( 1, 1 ).Height(); in CalcAdjustedSize() local 1436 long nLines = aSz.Height() / nEntryHeight; in CalcAdjustedSize() 1439 aSz.Height() = nLines * nEntryHeight; in CalcAdjustedSize()
|
| H A D | combobox.cxx | 1149 long nEntryHeight = CalcSize( 1, 1 ).Height(); in CalcAdjustedSize() local 1150 long nLines = aSz.Height() / nEntryHeight; in CalcAdjustedSize() 1153 aSz.Height() = nLines * nEntryHeight; in CalcAdjustedSize()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 75 short nEntryHeight; member in SvTreeListBox 295 short GetEntryHeight() const { return nEntryHeight; } in GetEntryHeight()
|
| /trunk/main/sw/source/ui/config/ |
| H A D | mailconfigpage.cxx | 332 short nEntryHeight = m_aStatusLB.GetEntryHeight(); in SwTestAccountSettingsDialog() local 333 m_aStatusLB.SetEntryHeight( nEntryHeight * 15 / 10 ); in SwTestAccountSettingsDialog()
|