| /trunk/main/svtools/source/contnr/ |
| H A D | svimpbox.cxx | 374 pView->Scroll( 0, -(pView->GetEntryHeight()), aArea, SCROLL_NOCHILDREN ); in CursorDown() 387 long nEntryHeight = pView->GetEntryHeight(); in CursorUp() 429 nScroll = pView->GetEntryHeight()*nRealDelta; in PageDown() 462 long nEntryHeight = pView->GetEntryHeight(); in PageUp() 563 aRect.Bottom() = nY; aRect.Bottom() += pView->GetEntryHeight(); in InvalidateEntry() 784 if( pView->GetEntryCount() == 0 || !pStartEntry || !pView->GetEntryHeight()) in GetClickedEntry() 787 sal_uInt16 nClickedEntry = (sal_uInt16)(rPoint.Y() / pView->GetEntryHeight() ); in GetClickedEntry() 828 || !pView->GetEntryHeight()) in GetEntry() 831 sal_uInt16 nClickedEntry = (sal_uInt16)(rPoint.Y() / pView->GetEntryHeight() ); in GetEntry() 931 long nEntryHeight = pView->GetEntryHeight(); in Paint() [all …]
|
| H A D | svtreebx.cxx | 1005 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/vcl/source/control/ |
| H A D | ilstbox.cxx | 351 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() 2176 …EntryList->GetAddedHeight( nItem, GetTopEntry() ) + GetEntryList()->GetMRUCount()*GetEntryHeight(); in GetBoundingRectangle() 2441 sal_uInt16 nMaxVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplCheckScrollBars() [all …]
|
| H A D | lstbox.cxx | 1320 return mpImplLB->GetEntryHeight() * nLines; in CalcWindowSizePixel() 1502 rnLines = (sal_uInt16) (aOutSz.Height()/mpImplLB->GetEntryHeight()); in GetMaxVisColumnsAndLines()
|
| H A D | combobox.cxx | 1103 return mpImplLB->GetEntryHeight() * nLines; in CalcWindowSizePixel() 1215 rnLines = (sal_uInt16)(aOutSz.Height()/mpImplLB->GetEntryHeight()); in GetMaxVisColumnsAndLines()
|
| /trunk/main/vcl/inc/ |
| H A D | ilstbox.hxx | 137 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/dbaccess/source/ui/querydesign/ |
| H A D | ConnectionLine.cxx | 81 const long nRowHeight = pListBox->GetEntryHeight(); in GetTextPos() 111 const long nRowHeight = pListBox->GetEntryHeight(); in calcPointsYValue()
|
| H A D | TableWindowTitle.cxx | 180 …ht() += (m_pTabWin->GetListBox()->GetEntryCount() + 2) * m_pTabWin->GetListBox()->GetEntryHeight(); in MouseButtonDown()
|
| /trunk/main/reportdesign/source/ui/dlg/ |
| H A D | Navigator.cxx | 375 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop() 380 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
|
| /trunk/main/dbaccess/source/ui/misc/ |
| H A D | WNameMatch.cxx | 122 m_CTRL_RIGHT.SetEntryHeight(m_CTRL_LEFT.GetEntryHeight()); in Reset()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | svtreebx.hxx | 295 short GetEntryHeight() const { return nEntryHeight; } in GetEntryHeight() function in SvTreeListBox
|
| /trunk/main/dbaccess/source/ui/control/ |
| H A D | dbtreelistbox.cxx | 364 Size aSize( GetOutputSizePixel().Width(), GetEntryHeight() ); in RequestHelp()
|
| /trunk/main/sw/source/ui/config/ |
| H A D | mailconfigpage.cxx | 332 short nEntryHeight = m_aStatusLB.GetEntryHeight(); in SwTestAccountSettingsDialog()
|
| /trunk/main/svx/source/form/ |
| H A D | navigatortree.cxx | 987 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop() 994 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
|
| H A D | filtnav.cxx | 1355 if ((aDropPos.Y() >= 0) && (aDropPos.Y() < GetEntryHeight())) in AcceptDrop() 1364 …Pos.Y() < GetSizePixel().Height()) && (aDropPos.Y() >= GetSizePixel().Height() - GetEntryHeight())) in AcceptDrop()
|
| /trunk/main/sd/source/ui/animations/ |
| H A D | CustomAnimationList.cxx | 420 …aSize( rDev.GetOutputSizePixel().Width(), static_cast< SvTreeListBox* >(&rDev)->GetEntryHeight() ); in Paint()
|
| /trunk/main/cui/source/customize/ |
| H A D | selector.cxx | 903 sal_uLong nEntries = GetOutputSizePixel().Height() / GetEntryHeight(); in Expand()
|
| H A D | macropg.cxx | 771 if( nMinLineHeight > mpImpl->pEventLB->GetListBox().GetEntryHeight() ) in InitAndSetHandler()
|
| H A D | cfgutil.cxx | 1118 sal_uLong nEntries = GetOutputSizePixel().Height() / GetEntryHeight(); in Expand()
|
| /trunk/main/svtools/source/uno/ |
| H A D | treecontrolpeer.cxx | 1445 return Any( (sal_Int32)rTree.GetEntryHeight() ); in getProperty()
|
| /trunk/main/cui/source/options/ |
| H A D | treeopt.cxx | 827 int nHeight = pBox->GetEntryHeight(); in IMPL_LINK()
|