Home
last modified time | relevance | path

Searched refs:GetTopEntry (Results 1 – 13 of 13) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dlstbox.cxx501 sal_uInt16 nEntry = n+mpImplLB->GetTopEntry(); in Draw()
1280 sal_uInt16 ListBox::GetTopEntry() const in GetTopEntry() function in ListBox
1282 sal_uInt16 nPos = GetEntryCount() ? mpImplLB->GetTopEntry() : LISTBOX_ENTRY_NOTFOUND; in GetTopEntry()
H A Dcombobox.cxx1304 sal_uInt16 nTEntry = IsReallyVisible() ? mpImplLB->GetTopEntry() : 0; in Draw()
1473 sal_uInt16 ComboBox::GetTopEntry() const in GetTopEntry() function in ComboBox
1475 sal_uInt16 nPos = GetEntryCount() ? mpImplLB->GetTopEntry() : LISTBOX_ENTRY_NOTFOUND; in GetTopEntry()
H A Dilstbox.cxx1063 if ( !nVisibleEntries || !IsReallyVisible() || ( nPos < GetTopEntry() ) ) in SelectEntry()
1443 if ( GetTopEntry() ) in ProcessKeyInput()
1444 SetTopEntry( GetTopEntry()-1 ); in ProcessKeyInput()
1471 SetTopEntry( GetTopEntry()+1 ); in ProcessKeyInput()
2176 …long nY = mpEntryList->GetAddedHeight( nItem, GetTopEntry() ) + GetEntryList()->GetMRUCount()*GetE… in GetBoundingRectangle()
2408 long nSet = GetTopEntry(); in IMPL_LINK()
2411 mpVScrollBar->SetThumbPos( GetTopEntry() ); in IMPL_LINK()
2455 SetTopEntry( GetTopEntry() ); // MaxTop wird geprueft... in ImplCheckScrollBars()
2492 SetTopEntry( GetTopEntry() ); // MaxTop wird geprueft... in ImplCheckScrollBars()
2587 SetTopEntry( GetTopEntry() ); in ImplResizeControls()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx190 nTopEntry = m_pListBoxHelper->GetTopEntry(); in notifyVisibleStates()
396 nPos = m_pListBoxHelper->GetTopEntry(); in ProcessWindowEvent()
471 nPos = m_pListBoxHelper->GetTopEntry(); in ProcessWindowEvent()
582 nTopEntry = m_pListBoxHelper->GetTopEntry(); in CreateChild()
712 sal_uInt16 nEndPos = m_pListBoxHelper->GetTopEntry() + (sal_uInt16)m_nVisibleLineCount; in getAccessibleAt()
713 for ( sal_uInt16 i = m_pListBoxHelper->GetTopEntry(); i < nEndPos; ++i ) in getAccessibleAt()
773 nTop = m_pListBoxHelper->GetTopEntry(); in UpdateEntryRange_Impl()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx172 sal_uInt16 GetTopEntry() const;
H A Dcombobox.hxx192 sal_uInt16 GetTopEntry() const;
/trunk/main/vcl/inc/
H A Dilstbox.hxx309 sal_uInt16 GetTopEntry() const { return mnTop; } in GetTopEntry() function in ImplListBoxWindow
466 sal_uInt16 GetTopEntry() const { return maLBWindow.GetTopEntry(); } in GetTopEntry() function in ImplListBox
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx551 nTopPos = aLbTblDbColumn.GetTopEntry(); in IMPL_LINK()
569 nTopPos = aLbTableCol.GetTopEntry(); in IMPL_LINK()
/trunk/main/svtools/source/contnr/
H A Dtooltiplbox.cxx48 sal_uInt16 nTop = rListBox.GetTopEntry(); in lcl_ToolTipLBox_ShowToolTip()
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx327 sal_uInt16 nNamePos = aLBNames.GetTopEntry(); in UpdateNames()
438 sal_uInt16 nNamePos = aLBNames.GetTopEntry(); in IMPL_LINK_INLINE_END()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1093 sal_uInt16 nTop = GetTopEntry(); in RequestHelp()
/trunk/main/accessibility/inc/accessibility/helper/
H A DIComboListBoxHelper.hxx51 virtual sal_uInt16 GetTopEntry() const = 0;
H A Dlistboxhelper.hxx75 aTopLeft.Y() += aSize.Height() * ( nItem - m_aComboListBox.GetTopEntry() ); in GetBoundingRectangle()
100 sal_uInt16 nTopEntry = m_aComboListBox.GetTopEntry(); in IsEntryVisible()
125 virtual sal_uInt16 GetTopEntry() const in GetTopEntry() function in VCLListBoxHelper
127 return m_aComboListBox.GetTopEntry(); in GetTopEntry()

Completed in 100 milliseconds