Home
last modified time | relevance | path

Searched refs:next (Results 501 – 525 of 836) sorted by relevance

1...<<21222324252627282930>>...34

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx637 sal_Bool SAL_CALL ORowSetBase::next( ) throw(SQLException, RuntimeException) in next() function in dbaccess::ORowSetBase
657 bRet = m_pCache->next(); in next()
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1085 xListener.set( aIter.next(), UNO_QUERY_THROW ); in impl_processCopyError_nothrow()
1225 bContinue = _rxSourceResultSet->next(); in impl_copyRows_throw()
/trunk/main/framework/source/services/
H A Ddesktop.cxx1826 …css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendQueryTerminationEvent()
1889 …css::uno::Reference< css::frame::XTerminateListener > xListener(aIterator.next(), css::uno::UNO_QU… in impl_sendNotifyTerminationEvent()
H A Dframe.cxx1651 … ((css::util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnerShip ); in close()
1688 ((css::util::XCloseListener*)pIterator.next())->notifyClosing( aSource ); in close()
2795 … ((css::frame::XFrameActionListener*)aIterator.next())->frameAction( aFrameActionEvent ); in implts_sendFrameActionEvent()
/trunk/main/expat/
H A Dexpat-2.5.0.patch435 - XML_Content *jobDest = ret; /* next free writing location in target array */
438 + jobDest = ret; /* next free writing location in target array */
/trunk/main/svtools/source/contnr/
H A Dcontentenumeration.cxx247 while ( !bCancelled && xResultSet->next() ) in enumerateFolderContent()
/trunk/main/unoxml/source/xpath/
H A Dxpathapi.cxx170 curDef = curDef->next; in lcl_collectNamespaces()
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx327 if( !m_xResultSetOrigin->next() ) \
/trunk/main/testtools/source/cliversioning/
H A Dreadme.txt83 assemblies are copied next to runtests.exe - the makefile will do that.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java279 while( aResultSet.next() ) in QuerySQL()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOKeyContainer.java187 while (results.next()) { in appendObject()
/trunk/main/connectivity/source/commontools/
H A DTDatabaseMetaDataBase.cxx142 while( xRet->next() ) in getTypeInfo()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx367 if ( xTableHsqlType->next() ) // might not succeed in case of VIEWs in impl_isTextTable_nothrow()
H A DHUser.cxx143 while( xCurrentRow.is() && xRes->next() ) in findPrivilegesAndGrantPrivileges()
/trunk/main/cppuhelper/source/
H A Dweak.cxx122 ((XReference *)aIt.next())->dispose(); in dispose()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx3429 ( ( embed::XTransactionListener* )pIterator.next( ) )->preCommit( aSource ); in BroadcastTransaction()
3432 ( ( embed::XTransactionListener* )pIterator.next( ) )->commited( aSource ); in BroadcastTransaction()
3435 ( ( embed::XTransactionListener* )pIterator.next( ) )->preRevert( aSource ); in BroadcastTransaction()
3438 ( ( embed::XTransactionListener* )pIterator.next( ) )->reverted( aSource ); in BroadcastTransaction()
/trunk/main/wizards/source/formwizard/
H A Ddbwizres.src771 // don't change anything to the next 10 values
1638 Text [ en-US ] = "What do you want to do next?" ;
2216 Text [ en-US ] = "What do you want to do next?" ;
3151 Text [ en-US ] = "What do you want to do next?" ;
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx156 list = list->next; in deleteRootsModule()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx196 static_cast< InterfaceName* >( aIt.next() ) ); \
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXMailMerge.java149 oResultSet.next(); in createTestEnvironment()
/trunk/main/offapi/com/sun/star/report/
H A DXSection.idl165 …/** Defines that the group header should be repeated on the next page when a group spans more than…
/trunk/main/offapi/com/sun/star/form/control/
H A DGridControl.idl150 <dt>.uno:FormSlots/moveToNext</dt><dd> move the cursor to the next record</dd>
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelDescriptor.java435 key = (String)iter.next(); in addScriptEntry()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDatabaseMetaDataResultSet.java182 public synchronized boolean next() throws SQLException { in next() method in DatabaseMetaDataResultSet
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java254 assure("No valid row! ", xRes.next()); in execute()

Completed in 117 milliseconds

1...<<21222324252627282930>>...34