Home
last modified time | relevance | path

Searched refs:next (Results 151 – 175 of 836) sorted by relevance

12345678910>>...34

/trunk/main/forms/qa/org/openoffice/complex/forms/tools/
H A DResultSet.java59 boolean next() throws SQLException in next() method in ResultSet
61 return m_resultSet.next(); in next()
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationCalcMode.idl40 …/** This specifies that the animation function will jump from one value to the next without any in…
58 /** Interpolates from one value in the values list to the next according to a
/trunk/main/offapi/com/sun/star/form/inspection/
H A DButtonNavigationHandler.idl45 …to choose a button type saying "move to the next record", which, when chosen, well, moves the pare…
46 database form of the button to the next record.</p>
/trunk/main/forms/source/xforms/
H A Dmodel.cxx313 MIPs_t::iterator next( aIter ); ++next; in removeMIPs() local
315 aIter = next; in removeMIPs()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java121 final String key = (String) keys.next(); in getNamespaces()
133 final String key = (String) keys.next(); in getNamespacePrefix()
/trunk/main/offapi/com/sun/star/form/
H A DTabulatorCycle.idl53 the first control in the tab order of the next record.
67 the focus to the first control of the next form in the tab order.
/trunk/main/connectivity/source/drivers/adabas/
H A DBColumns.cxx63 while(xResult->next()) in createObject()
84 if ( xRow2.is() && xResult2->next() ) in createObject()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java152 ParcelContainer c = (ParcelContainer) iter.next(); in getChildContainer()
182 ParcelContainer c = (ParcelContainer) iter.next(); in getChildContainerForURL()
337 Parcel parcelToCheck = (Parcel)iter.next(); in getByName()
/trunk/main/jvmfwk/source/
H A Dfwkbase.cxx181 cur = cur->next; in getPluginData()
262 cur = cur->next; in getVersionInformation()
291 cur = cur->next; in getSupportedVendors()
/trunk/main/soltools/cpp/
H A Dcpp.h102 struct source *next; /* stack for #include */ member
107 struct nlist *next; member
/trunk/main/unoxml/source/dom/
H A Dattr.cxx197 if (tmp->next == NULL) in setValue()
199 tmp = tmp->next; in setValue()
/trunk/main/sal/osl/unx/
H A Dfile_path_helper.cxx247 void next() in next() function in path_list_iterator
341 pli.next(); in osl_searchPath()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DParameters.java74 String name = (String)i.next(); in Parameters()
170 Object key = i.next();
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx79 if ( xResult->next() ) // there can be only one table with this name in createObject()
187 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx199 … Reference< XKeyHandler > xHandler( static_cast< XKeyHandler* >( aIterator.next() ) ); in handleNotifyEvent()
237 …Reference< XMouseClickHandler > xHandler( static_cast< XMouseClickHandler* >( aIterator.next() ) ); in handleNotifyEvent()
/trunk/main/sal/osl/os2/
H A Dfile_path_helper.cxx276 void next() in next() function in path_list_iterator
370 pli.next(); in osl_searchPath()
/trunk/main/offapi/com/sun/star/sheet/
H A DXSheetAuditing.idl74 <p>If the method is executed again for the same cell, the next
86 <p>If the method is executed again for the same cell, the next
/trunk/main/offapi/com/sun/star/text/
H A DXWordCursor.idl55 /** moves the cursor to the next word.
58 that the cursor is located at the next word, or any word at all!
/trunk/main/offapi/com/sun/star/embed/
H A DXExtendedStorageStream.idl91 to allow to set a password that should be used next time the
98 stream next time.
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DInstallationOngoingCtrl.java185 String next = getNext(); in duringShow()
186 getSetupFrame().setCurrentPanel(next, false, true); in duringShow()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DRowSet.java96 public boolean next() throws SQLException in next() method in RowSet
98 return m_rowSet.next(); in next()
/trunk/main/connectivity/qa/connectivity/tools/
H A DRowSet.java97 public boolean next() throws SQLException in next() method in RowSet
99 return m_rowSet.next(); in next()
/trunk/main/offapi/com/sun/star/util/
H A DXSearchable.idl79 /** searches the contained texts for the next occurrence of whatever is specified.
90 /** searches the contained texts for the next occurrence of whatever is specified.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java203 statRes.next(); in getContentList()
263 statRes.next(); in getSubContent()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbamultiplex.cxx45 …static_cast< ::com::sun::star::frame::XStatusListener* >( aIt.next() )->statusChanged( m_aLastKnow… in IMPLEMENT_LISTENER_MULTIPLEXER_CORE()
105 ((::com::sun::star::beans::XPropertiesChangeListener*)aIt.next())->propertiesChange(aMulti); in propertiesChange()

Completed in 52 milliseconds

12345678910>>...34