Home
last modified time | relevance | path

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

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

/aoo42x/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()
/aoo42x/main/ucb/qa/complex/ucb/
H A DUCB.java150 } while (xResultSet.next()); // next child in listFiles()
/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckTransientDocumentsDocumentContent.java125 while(xResultSet.next()) { in checkTransientDocumentsDocumentContent()
/aoo42x/main/offapi/com/sun/star/presentation/
H A DDocumentSettings.idl105 the next paragraph. If false, only the greater of the two is
/aoo42x/main/offapi/com/sun/star/text/
H A DXTextConvert.idl90 …The next sequence groups the cells to a row and the outer sequence groups the rows of the table.</…
/aoo42x/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()
/aoo42x/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
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBResultSet.cxx47 sal_Bool SAL_CALL OAdabasResultSet::next( ) throw(SQLException, RuntimeException) in next() function in OAdabasResultSet
/aoo42x/main/wizards/com/sun/star/wizards/common/
H A DUCB.java200 while (xResultSet.next()); // next child in listFiles()
/aoo42x/main/forms/source/component/
H A DFile.cxx263 bContinue =((XResetListener*)aIter.next())->approveReset(aEvt); in reset()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXMultipleResults.idl90 /** moves to a Statement's next result. It returns <TRUE/> if
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptEditorForJavaScript.java311 URL key = (URL)iter.next(); in shutdown()
/aoo42x/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
/aoo42x/main/sw/source/core/unocore/
H A Dswunohelper.cxx272 } while( xResultSet->next() ); in UCB_GetFileListOfFolder()
/aoo42x/main/sd/source/ui/animations/
H A DSlideTransitionPane.src115 Text [ en-US ] = "Loop until next sound" ;
/aoo42x/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()
/aoo42x/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!
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XResultSet.java313 oObj.next() ; in _next()
/aoo42x/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx152 while(m_xResultSet.is() && m_xResultSet->next() && bContinue && nRowCount ) in Read()
/aoo42x/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()
/aoo42x/main/dbaccess/source/core/api/
H A DStaticSet.hxx60 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
H A Dresultcolumn.cxx113 while ( xVersionColumns->next() ) in impl_determineIsRowVersion_nothrow()
/aoo42x/test/testuno/source/testlib/uno/
H A DDBUtil.java212 final String foreignTable = (String) foreignKey.next(); in createTable()

Completed in 288 milliseconds

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