Home
last modified time | relevance | path

Searched refs:nSelIndex (Results 1 – 12 of 12) sorted by relevance

/aoo42x/main/svtools/inc/svtools/
H A Dctrlbox.hxx198 XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const in GetSelectEntry() argument
199 { return ListBox::GetSelectEntry( nSelIndex ); } in GetSelectEntry()
200 Color GetSelectEntryColor( sal_uInt16 nSelIndex = 0 ) const;
233 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryColor()
282 long GetSelectEntryLine1( sal_uInt16 nSelIndex = 0 ) const;
283 long GetSelectEntryLine2( sal_uInt16 nSelIndex = 0 ) const;
284 long GetSelectEntryDistance( sal_uInt16 nSelIndex = 0 ) const;
311 inline long LineListBox::GetSelectEntryLine1( sal_uInt16 nSelIndex ) const in GetSelectEntryLine1()
313 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryLine1()
322 sal_uInt16 nPos = GetSelectEntryPos( nSelIndex ); in GetSelectEntryLine2()
[all …]
H A Dtabbar.hxx458 sal_uInt16 GetSelectPage( sal_uInt16 nSelIndex = 0 ) const;
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwfield.cxx566 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
572 if ( nSelIndex < aItems.getLength() ) in GetSelectEntryPos()
573 nSelected = aItems[ nSelIndex ]; in GetSelectEntryPos()
717 sal_uInt16 ListBox::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
719 return getImpl()->GetSelectEntryPos( nSelIndex ); in GetSelectEntryPos()
722 String ListBox::GetSelectEntry( sal_uInt16 nSelIndex ) const in GetSelectEntry()
724 return GetEntry( GetSelectEntryPos( nSelIndex ) ); in GetSelectEntry()
/aoo42x/main/accessibility/inc/accessibility/helper/
H A Dlistboxhelper.hxx160 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const in GetSelectEntryPos() argument
162 return m_aComboListBox.GetSelectEntryPos(nSelIndex); in GetSelectEntryPos()
H A DIComboListBoxHelper.hxx58 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const = 0;
/aoo42x/main/sw/source/ui/misc/
H A Dbookmark.cxx258 sal_uInt16 BookmarkCombo::GetSelectEntryPos( sal_uInt16 nSelIndex ) const in GetSelectEntryPos()
265 if (nSelIndex == nCnt) in GetSelectEntryPos()
/aoo42x/main/vcl/inc/vcl/
H A Dlstbox.hxx142 virtual XubString GetSelectEntry( sal_uInt16 nSelIndex = 0 ) const;
143 virtual sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
H A Dcombobox.hxx200 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
/aoo42x/main/sw/source/ui/inc/
H A Dbookmark.hxx53 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex = 0 ) const;
/aoo42x/main/toolkit/inc/layout/
H A Dlayout.hxx527 String GetSelectEntry( sal_uInt16 nSelIndex=0 ) const;
528 sal_uInt16 GetSelectEntryPos( sal_uInt16 nSelIndex=0 ) const;
/aoo42x/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2142 sal_Int32 nSelIndex = pFound->nSelectionIndex; in GetSelectedRecordId() local
2143 if(nSelIndex >= pFound->aSelection.getLength()) in GetSelectedRecordId()
2144 nSelIndex = pFound->aSelection.getLength() -1; in GetSelectedRecordId()
2145 pFound->aSelection.getConstArray()[nSelIndex] >>= nRet; in GetSelectedRecordId()
/aoo42x/main/svtools/source/control/
H A Dtabbar.cxx2096 sal_uInt16 TabBar::GetSelectPage( sal_uInt16 nSelIndex ) const in GetSelectPage()
2105 if ( nSelected == nSelIndex ) in GetSelectPage()

Completed in 188 milliseconds