Home
last modified time | relevance | path

Searched refs:next (Results 426 – 450 of 836) sorted by relevance

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

/trunk/main/offapi/com/sun/star/presentation/
H A DDocumentSettings.idl105 the next paragraph. If false, only the greater of the two is
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlTables.java72 if (results.next()) { in createObject()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexes.cxx70 while(xResult->next()) in createObject()
H A DBViews.cxx82 if(xResult->next()) // there can be only one table with this name in createObject()
H A DBResultSet.cxx47 sal_Bool SAL_CALL OAdabasResultSet::next( ) throw(SQLException, RuntimeException) in next() function in OAdabasResultSet
/trunk/main/connectivity/source/drivers/file/
H A DFTable.cxx106 while(xResult->next()) in refreshColumns()
H A DFDatabaseMetaData.cxx245 while(xResultSet->next()) in getTables()
311 else if ( ( bErg = xResultSet->next() ) != sal_False ) in getTables()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx706 next(); in afterLast()
796 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next() function in OResultSet
861 next(); // must be done in insertRow()
/trunk/main/libtextcat/
H A Dlibtextcat-2.2.patch268 * to escape the next character. The backslash escape works inside quotation
589 struct entry_s *next;
598 struct table_s *next;
710 p = p->next;
795 … /*[modified] p[pointer] must point on the next start of symbol, but with utf next start is not s…
1320 + if(str[pointer]){ /*finally, if we are not on the \0 character, we jump to the next characte…
1454 + * Is used to jump to the next start of char
/trunk/main/forms/source/component/
H A DFile.cxx263 bContinue =((XResetListener*)aIter.next())->approveReset(aEvt); in reset()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java200 while (xResultSet.next()); // next child in listFiles()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl90 /** moves to a Statement's next result. It returns <TRUE/> if
/trunk/main/offapi/com/sun/star/resource/
H A DOfficeResourceLoader.idl65 …<p>Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptEditorForJavaScript.java311 URL key = (URL)iter.next(); in shutdown()
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx272 } while( xResultSet->next() ); in UCB_GetFileListOfFolder()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.src115 Text [ en-US ] = "Loop until next sound" ;
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx891 sal_Bool SAL_CALL OResultSet::next() in next() function in OResultSet
899 return m_result->next()? sal_True:sal_False; in next()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSet.java313 oObj.next() ; in _next()
/trunk/main/offapi/com/sun/star/frame/
H A DSessionManager.idl38 state they were left when the desktop starts up the next time. To be able
H A DFrameSearchFlag.idl74 Search doesn't stop at the next level inside the tree!
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx152 while(m_xResultSet.is() && m_xResultSet->next() && bContinue && nRowCount ) in Read()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2029 osl::FileBase::RC next = err; in copy_recursive() local
2036 …while( err == osl::FileBase::E_None && ( next = aDir.getNextItem( aDirItem ) ) == osl::FileBase::E… in copy_recursive()
2068 if( err == osl::FileBase::E_None && next != osl::FileBase::E_NOENT ) in copy_recursive()
2069 err = next; in copy_recursive()
/trunk/test/testuno/source/testlib/uno/
H A DDBUtil.java212 final String foreignTable = (String) foreignKey.next(); in createTable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java284 while (sqlResult.next()) { in execute()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleKeyBinding.idl69 next. The order of the key strokes in the sequence define the order

Completed in 80 milliseconds

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