Home
last modified time | relevance | path

Searched refs:next (Results 351 – 375 of 836) sorted by relevance

1...<<11121314151617181920>>...34

/trunk/main/scripting/java/org/openoffice/idesupport/xml/
H A DManifest.java110 root.removeChild((Element)iter.next()); in remove()
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx130 while( xResult->next() ) in refreshUsers()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx715 bResult = next(); in handleKeyEvent()
774 bool ObjectKeyNavigation::next() in next() function in chart::ObjectKeyNavigation
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx605 sal_Bool SAL_CALL OCacheSet::next( ) throw(SQLException, RuntimeException) in next() function in OCacheSet
609 return m_xDriverSet->next(); in next()
/trunk/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java177 ((XModifyListener)loop.next()).modified( eventSource ); in run()
/trunk/main/dtrans/source/generic/
H A Dgeneric_clipboard.cxx139 Reference < XClipboardListener > xListener(aIterator.next(), UNO_QUERY); in setContents()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DOpenQuery.java119 while ( xRowSet != null && xRowSet.next() ) { in openQuery()
/trunk/main/offapi/com/sun/star/presentation/
H A DClickAction.idl52 /** The presentation jumps to the next page.
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DOfficeDocumentSupport.java130 ((ChangeListener)iter.next()).stateChanged(new ChangeEvent(this)); in fileChanged()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java174 ((XModifyListener)loop.next()).modified( eventSource ); in run()
/trunk/main/connectivity/qa/complex/connectivity/
H A DJdbcLongVarCharTest.java96 while (xResultSet.next()) in testLongVarChar()
H A DFlatFileAccess.java240 while ( rowSet.next() ) in testRowSetResults()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DOfficeZip.java198 Entry entry = (Entry) iterator.next(); in saveEntries()
/trunk/main/offapi/com/sun/star/util/
H A DXChainable.idl54 the next object in this chain or NULL, if this is the last
/trunk/main/offapi/com/sun/star/sdbc/
H A DSQLException.idl62 /** returns a chain to the next Exception.
H A DDeferrability.idl41 <!-- JRH: This and next two comments are identical. Is something missing?
/trunk/main/scripting/workben/ifc/scripting/
H A D_XFunction.java73 result &= runInvokeTest((Parameters)tests.next()); in _invoke()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/classloading/
H A DClassMap.java80 ClassMapEntry entry = it.next(); in loadClass()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHView.cxx182 if ( !xResult->next() ) in impl_getCommand_throw()
/trunk/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.cxx293 EventNotification->notifyEventListener(iter.next()); in run()
/trunk/main/connectivity/source/sdbcx/
H A DVCatalog.cxx218 while ( _xResult->next() ) in fillNames()
/trunk/main/svx/source/form/
H A Dformfeaturedispatcher.cxx135 static_cast< XStatusListener* >( aIter.next() )->statusChanged( aUnoState ); in notifyStatus()
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DAccessibleKeyBinding.idl54 /// stroke have to be released before pressing those of the next.
/trunk/main/desktop/source/app/
H A Dcmdlineargs.hxx114 virtual bool next(rtl::OUString * argument) = 0;
/trunk/main/udkapi/com/sun/star/container/
H A DXHierarchicalNameAccess.idl72 <p>In many cases, the next call is <member>XNameAccess::getByName</member>.

Completed in 83 milliseconds

1...<<11121314151617181920>>...34