Home
last modified time | relevance | path

Searched refs:next (Results 126 – 150 of 836) sorted by relevance

12345678910>>...34

/aoo42x/main/udkapi/com/sun/star/reflection/
H A DXTypeDescriptionEnumeration.idl49 /** Returns the next element of the enumeration.
52 the next element of this enumeration.
/aoo42x/main/connectivity/source/commontools/
H A DTIndexColumns.cxx70 while( xResult->next() ) in createObject()
85 while( xResult->next() ) in createObject()
H A DTKeyColumns.cxx71 while(xResult->next()) in createObject()
91 if ( xResult->next() ) in createObject()
H A Ddbexception.cxx341 const ::com::sun::star::sdbc::SQLException* SQLExceptionIteratorHelper::next() in next() function in dbtools::SQLExceptionIteratorHelper
384 void SQLExceptionIteratorHelper::next( SQLExceptionInfo& _out_rInfo ) in next() function in dbtools::SQLExceptionIteratorHelper
387 next(); in next()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.cxx165 ResultSetBase::next( in next() function in ResultSetBase
250 return next(); in first()
309 next(); in relative()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldReferenceType.idl65 <p>If "previous" or "next" is specified as the base item, the reference value is the result for
66 the next visible member of the base field, in the base field's sort order. If details for one
69 of previous and next items.</p>
/aoo42x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.cxx166 ResultSetBase::next( in next() function in ResultSetBase
250 return next(); in first()
309 next(); in relative()
/aoo42x/main/offapi/com/sun/star/sdb/
H A DErrorCondition.idl96 // = next section should start with 500
141 // = next section should start with 550
155 // = next section should start with 600
/aoo42x/main/offapi/com/sun/star/text/
H A DMailMergeEvent.idl43 right before the merging of the next document to be processed.
54 /** The model of the document to be processed next.
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationOngoingCtrl.java116 String next = getNext(); in duringShow()
117 getSetupFrame().setCurrentPanel(next, false, true); in duringShow()
/aoo42x/main/offapi/com/sun/star/report/
H A DForceNewPage.idl49 /** The next section following the current section is printed at the top of a new page.
53 /** The current section is printed at the top of a new page as well as the next section.
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DObjectOleLayoutController.java62 final String master = (String) iter.next(); in isValueChanged()
95 final String master = (String) iter.next(); in delegateContentGeneration()
/aoo42x/main/sfx2/source/bastyp/
H A Dhelper.cxx310 while ( xResultSet->next() ) in GetFolderContents()
421 while ( xResultSet->next() ) in GetFolderContentProperties()
525 while ( xResultSet->next() ) in GetResultSet()
619 while ( xResultSet->next() ) in GetHelpTreeViewContents()
/aoo42x/main/vcl/aqua/source/app/
H A Dvclnsapp.mm230 // now find the next frame (or end)
244 // cycle around, find the next up to pCurFrame
270 // now find the next frame (or end)
284 // cycle around, find the next up to pCurFrame
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl117 /** travels to the next page, if possible
120 …d will fail if in the current state of the wizard, it is not allowed to advance to a next page.</p>
124 /** travels to the next page, if possible
163 advancing to the next page.</p>
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx88 while ( xRow.is() && xRes->next() ) in refreshViews()
123 while( xResult->next() ) in refreshUsers()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DQueryInQuery.java78 while ( outerRowSet.next() && innerRowSet.next() ) in verifyEqualRowSetContent()
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DStateSet.java214 final State aState = aIterator.next(); in compareTo()
215 final State aOtherState = aOtherIterator.next(); in compareTo()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DResultSet.idl59 The 'next' method moves the cursor to the next row.
88 to retrieve the next result from a sequence of multiple results.
/aoo42x/main/soltools/mkdepend/
H A Dparse.c485 struct pair *next; local
488 next = it->p_next;
490 it = next;
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexColumnContainer.java68 while (results.next()) { in createObject()
84 while (results.next()) { in createObject()
H A DOKeyColumnContainer.java66 while (results.next()) { in createObject()
79 if (results.next()) { in createObject()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DRelationController.java73 while (xResultSet.next()) in getExportedKeys()
117 while (xResultSet.next() && !bleaveLoop) in getImportedKeyColumns()
/aoo42x/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DParser.java61 final int nCode = maReader.next(); in Parse()
153 final int nCode = maReader.next(); in Skip()
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/diff/
H A DIteratorLCSAlgorithm.java128 orgSeqObject = orgSeq.next(), i++) { in createDiffTable()
132 modSeqObject = modSeq.next(), j++) { in createDiffTable()

Completed in 107 milliseconds

12345678910>>...34