Home
last modified time | relevance | path

Searched refs:nEntryHeight (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/svtools/source/contnr/
H A Dsvtreebx.cxx89 nEntryHeight = 0; in InitTreeView()
940 nEntryHeight = 0; in ModelHasCleared()
1036 if( nHeightMax > nEntryHeight ) in SetEntryHeight()
1038 nEntryHeight = nHeightMax; in SetEntryHeight()
1050 nEntryHeight = nHeight; in SetEntryHeight()
1051 if( nEntryHeight ) in SetEntryHeight()
1066 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1069 pImp->SetEntryHeight( nEntryHeight ); in AdjustEntryHeight()
1078 if( aSize.Height() > nEntryHeight ) in AdjustEntryHeight()
1344 nEntryHeight = nEntryHeight - nEntryHeightOffs; in SetSpaceBetweenEntries()
[all …]
H A Dsvimpbox.cxx387 long nEntryHeight = pView->GetEntryHeight(); in CursorUp() local
393 aArea.Bottom() -= nEntryHeight; in CursorUp()
462 long nEntryHeight = pView->GetEntryHeight(); in PageUp() local
938 long nY = nStartLine * nEntryHeight; in Paint()
959 nY += nEntryHeight; in Paint()
1047 nY += nEntryHeight; in RepaintSelectionItems()
1077 long nEntryHeightDIV2 = nEntryHeight / 2; in DrawNet()
1090 nY -= ( nOffs * nEntryHeight ); in DrawNet()
1126 aPos2.Y() += nDistance * nEntryHeight; in DrawNet()
1149 nY += nEntryHeight; in DrawNet()
[all …]
/aoo41x/main/vcl/source/control/
H A Dilstbox.cxx652 long nEntryHeight; member
666 aMetrics.nEntryHeight = 0; in ImplUpdateEntryMetrics()
715 aMetrics.nEntryHeight = Max( aMetrics.nImgHeight, aMetrics.nEntryHeight ); in ImplUpdateEntryMetrics()
731 aMetrics.nEntryHeight = mnTextHeight + mnBorder; in ImplUpdateEntryMetrics()
736 if ( aMetrics.nEntryHeight > mnMaxHeight ) in ImplUpdateEntryMetrics()
737 mnMaxHeight = aMetrics.nEntryHeight; in ImplUpdateEntryMetrics()
739 rEntry.mnHeight = aMetrics.nEntryHeight; in ImplUpdateEntryMetrics()
3261 long nEntryHeight = mpImplLB->GetEntryHeight(); in CalcFloatSize() local
3262 if ( nInnerHeight % nEntryHeight ) in CalcFloatSize()
3264 nInnerHeight /= nEntryHeight; in CalcFloatSize()
[all …]
H A Dcombobox.cxx1151 long nEntryHeight = CalcSize( 1, 1 ).Height(); in CalcAdjustedSize() local
1152 long nLines = aSz.Height() / nEntryHeight; in CalcAdjustedSize()
1155 aSz.Height() = nLines * nEntryHeight; in CalcAdjustedSize()
H A Dlstbox.cxx1435 long nEntryHeight = CalcSize( 1, 1 ).Height(); in CalcAdjustedSize() local
1436 long nLines = aSz.Height() / nEntryHeight; in CalcAdjustedSize()
1439 aSz.Height() = nLines * nEntryHeight; in CalcAdjustedSize()
/aoo41x/main/svtools/inc/svtools/
H A Dsvtreebx.hxx75 short nEntryHeight; member in SvTreeListBox
295 short GetEntryHeight() const { return nEntryHeight; } in GetEntryHeight()
/aoo41x/main/sw/source/ui/config/
H A Dmailconfigpage.cxx332 short nEntryHeight = m_aStatusLB.GetEntryHeight(); in SwTestAccountSettingsDialog() local
333 m_aStatusLB.SetEntryHeight( nEntryHeight * 15 / 10 ); in SwTestAccountSettingsDialog()

Completed in 99 milliseconds