Home
last modified time | relevance | path

Searched refs:getSelIndex (Results 1 – 11 of 11) sorted by relevance

/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java81 public int getSelIndex() { in getSelIndex() method in VclTreeListBox
144 collapse(getSelIndex()); in collapse()
167 expand(getSelIndex()); in expand()
H A DVclComboBox.java57 public int getSelIndex() { in getSelIndex() method in VclComboBox
H A DVclListBox.java84 public int getSelIndex() { in getSelIndex() method in VclListBox
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx226 const sal_Int32 nActive = getSelIndex(); in RecalcAll()
250 if ( HasActive() && ( nPos == getSelIndex() ) ) in selectEntry()
320 sal_Int32 nIndex = getSelIndex(); in HandleTabKey()
459 sal_Int32 nIndex = getSelIndex(); in enableButtons()
492 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK()
515 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK()
536 const sal_Int32 nActive = getSelIndex(); in IMPL_LINK()
H A Ddp_gui_extlistbox.hxx233 virtual sal_Int32 getSelIndex() const;
H A Ddp_gui_extlistbox.cxx286 sal_Int32 ExtensionBox_Impl::getSelIndex() const in getSelIndex() function in dp_gui::ExtensionBox_Impl
/aoo41x/test/testgui/source/fvt/gui/formula/catalog/
H A DSymbolsFromCatalog.java116 int oldSymbolFontIndex = mathEditSymbolsDlgFont.getSelIndex(); in testModifySymbolFontFromCatalog()
142 int oldSymbolTypefaceIndex = mathEditSymbolsDlgTypeface.getSelIndex(); in testModifySymbolTypefaceFromCatalog()
/aoo41x/main/svtools/inc/svtools/
H A Dextensionlistbox.hxx53 virtual sal_Int32 getSelIndex() const = 0;
/aoo41x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java429 assertEquals(1, sortPageBy1.getSelIndex()); in testSort()
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx6116 … if ( pELB->getSelIndex() == EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in Execute()
6120 … if ( !aString1.Equals( String( pELB->getItemName( pELB->getSelIndex() ) ) ) ) in Execute()
6128 … if ( pELB->getSelIndex() == EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in Execute()
6134 … if ( pELB->getSelIndex() == EXTENSION_LISTBOX_ENTRY_NOTFOUND ) in Execute()
6137 … pRet->GenReturn ( RET_Value, aUId, comm_ULONG( pELB->getSelIndex() +1)); in Execute()

Completed in 114 milliseconds