Home
last modified time | relevance | path

Searched refs:GetEntryHeight (Results 1 – 21 of 21) sorted by path

/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1118 sal_uLong nEntries = GetOutputSizePixel().Height() / GetEntryHeight(); in Expand()
H A Dmacropg.cxx771 if( nMinLineHeight > mpImpl->pEventLB->GetListBox().GetEntryHeight() ) in InitAndSetHandler()
H A Dselector.cxx903 sal_uLong nEntries = GetOutputSizePixel().Height() / GetEntryHeight(); in Expand()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx827 int nHeight = pBox->GetEntryHeight(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx364 Size aSize( GetOutputSizePixel().Width(), GetEntryHeight() ); in RequestHelp()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx122 m_CTRL_RIGHT.SetEntryHeight(m_CTRL_LEFT.GetEntryHeight()); in Reset()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLine.cxx81 const long nRowHeight = pListBox->GetEntryHeight(); in GetTextPos()
111 const long nRowHeight = pListBox->GetEntryHeight(); in calcPointsYValue()
H A DTableWindowTitle.cxx180 …ht() += (m_pTabWin->GetListBox()->GetEntryCount() + 2) * m_pTabWin->GetListBox()->GetEntryHeight(); in MouseButtonDown()
/trunk/main/reportdesign/source/ui/dlg/
H A DNavigator.cxx375 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()
380 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx420 …aSize( rDev.GetOutputSizePixel().Width(), static_cast< SvTreeListBox* >(&rDev)->GetEntryHeight() ); in Paint()
/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx295 short GetEntryHeight() const { return nEntryHeight; } in GetEntryHeight() function in SvTreeListBox
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx387 long nEntryHeight = pView->GetEntryHeight(); in CursorUp()
429 nScroll = pView->GetEntryHeight()*nRealDelta; in PageDown()
462 long nEntryHeight = pView->GetEntryHeight(); in PageUp()
828 || !pView->GetEntryHeight()) in GetEntry()
931 long nEntryHeight = pView->GetEntryHeight(); in Paint()
1039 long nEntryHeight = pView->GetEntryHeight(); in RepaintSelectionItems()
1076 long nEntryHeight = pView->GetEntryHeight(); in DrawNet()
1238 long nEntryHeight = pView->GetEntryHeight(); in AdjustScrollBars()
1376 if( pView->GetEntryHeight()) in Resize()
1534 nFirstVisPos *= pView->GetEntryHeight(); in GetEntryLine()
[all …]
H A Dsvtreebx.cxx1005 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset()
1006 nOffset = ( GetEntryHeight() - (short)aSizeLogic.Height()) / 2; in GetHeightOffset()
1015 if( GetEntryHeight() > aSizeLogic.Height() ) in GetHeightOffset()
1016 nOffset = ( GetEntryHeight() - (short)aSizeLogic.Height()) / 2; in GetHeightOffset()
1677 short nTempEntryHeight = GetEntryHeight(); in PaintEntry1()
1979 aSize.Height() = GetEntryHeight(); in GetFocusRect()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1445 return Any( (sal_Int32)rTree.GetEntryHeight() ); in getProperty()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1355 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()
1364 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
H A Dnavigatortree.cxx987 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop()
994 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
/trunk/main/sw/source/ui/config/
H A Dmailconfigpage.cxx332 short nEntryHeight = m_aStatusLB.GetEntryHeight(); in SwTestAccountSettingsDialog()
/trunk/main/vcl/inc/
H A Dilstbox.hxx137 long GetEntryHeight( sal_uInt16 nPos ) const;
351 long GetEntryHeight() const { return mnMaxHeight; } in GetEntryHeight() function in ImplListBoxWindow
493 long GetEntryHeight() const { return maLBWindow.GetEntryHeight(); } in GetEntryHeight() function in ImplListBox
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1105 return mpImplLB->GetEntryHeight() * nLines; in CalcWindowSizePixel()
1217 rnLines = (sal_uInt16)(aOutSz.Height()/mpImplLB->GetEntryHeight()); in GetMaxVisColumnsAndLines()
H A Dilstbox.cxx351 long ImplEntryList::GetEntryHeight( sal_uInt16 nPos ) const in GetEntryHeight() function in ImplEntryList
1227 mpEntryList->GetEntryHeight( nSelect ) ); in SelectEntries()
1269 mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking()
1401 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Tracking()
1985 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in ImplDoPaint()
2025 Size aSz( GetOutputSizePixel().Width(), mpEntryList->GetEntryHeight( mnCurrentPos ) ); in Resize()
2044 Size aSz( maFocusRect.GetWidth(), mpEntryList->GetEntryHeight( nPos ) ); in GetFocus()
2174 Size aSz( GetSizePixel().Width(), pEntry ? pEntry->mnHeight : GetEntryHeight() ); in GetBoundingRectangle()
2441 sal_uInt16 nMaxVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplCheckScrollBars()
2525 sal_uInt16 nVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplInitScrollBars()
[all …]
H A Dlstbox.cxx1320 return mpImplLB->GetEntryHeight() * nLines; in CalcWindowSizePixel()
1502 rnLines = (sal_uInt16) (aOutSz.Height()/mpImplLB->GetEntryHeight()); in GetMaxVisColumnsAndLines()

Completed in 160 milliseconds