Home
last modified time | relevance | path

Searched refs:next (Results 201 – 225 of 836) sorted by relevance

12345678910>>...34

/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java97 while (results.next()) { in createObject()
129 if (results.next()) { // there can be only one primary key in isPrimaryKeyIndex()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx99 for( GList *p = pChildren; p; p = p->next ) in expandexpanders()
427 uno::Reference<XFilePickerListener> xFPListener( iter.next(), uno::UNO_QUERY ); in helpRequested()
568 for( GList *p = pChildren; p; p = p->next ) in dialog_remove_buttons()
868 for( GSList *pElem = pPathList; pElem; pElem = pElem->next) in getSelectedFiles()
1852 for( GSList *iter = filters; !bFound && iter; iter = iter->next ) in SetCurFilter()
/trunk/main/registry/source/
H A Dkeyimpl.cxx144 _err = rStoreDir.next(iter); in openSubKeys()
204 _err = rStoreDir.next(iter); in getKeyNames()
1025 _err = rStoreDir.next(iter); in countSubKeys()
/trunk/main/forms/source/component/
H A DFilter.cxx383 ((XTextListener *)aIt.next())->textChanged( aEvt ); in itemStateChanged()
474 while ( xListCursor->next() && ( aProposals.size() < size_t( SHRT_MAX ) ) ) in implInitFilterList()
556 static_cast< XTextListener* >( aIt.next() )->textChanged( aEvt ); in commit()
/trunk/main/store/source/
H A Dstorcach.cxx412 Entry * next = curr->m_pNext; in rescale_Impl() local
415 curr = next; in rescale_Impl()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx242 Reference < XClipboardListener > xListener(aIterator.next(), UNO_QUERY); in setContents()
405 Reference<XClipboardListener> xCBListener(iter.next(), UNO_QUERY); in notifyAllClipboardListener()
/trunk/main/offapi/com/sun/star/document/
H A DMediaDescriptor.idl495 /** allows to specify the URL that is used next time SaveAs dialog is opened
499 next time as target folder.
505 /** allows to specify the suggested file name that is used next time SaveAs
510 SaveAs dialog next time.
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx800 if ( xRow.is() && xRes->next() ) in executeInsert()
866 if(xRow.is() && xRes->next()) in executeInsert()
940 bRefetch = m_xSet->next(); in tryRefetch()
1156 sal_Bool SAL_CALL OKeySet::next( ) throw(SQLException, RuntimeException) in next() function in OKeySet
1402 sal_Bool bOK = m_xSet->next(); in refreshRow()
1424 bRet = m_xDriverSet->next(); in fetchRow()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx166 sal_Bool next() { return m_xMoveOperations->next(); } in next() function in CursorWrapper
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java204 while ( rsTables.next() ) in displayTableStructure()
220 while ( rsColumns.next() ) in displayTableStructure()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx75 while(xResult->next()) in refreshGroups()
144 if(xRow.is() && xRes->next()) in getAnyTablePrivileges()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h95 ::com::sun::star::uno::XInterface * SAL_CALL next() SAL_THROW( () );
279 iter.next(), ::com::sun::star::uno::UNO_QUERY ); in forEach()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx315 ((XContainerListener*)aIterator.next())->elementInserted (aEvent) ; in addControl()
374 ((XContainerListener*)aIterator.next())->elementRemoved (aEvent) ; in removeControl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java320 String sModuleName = (String) iterator.next(); in getCwsModuleCommand()
447 final String key = (String) iterator.next(); in getTranslatedNames()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx144 for ( GSList *g = e_source_list_peek_groups (pSourceList); g; g = g->next) in findSource()
146 for (GSList *s = e_source_group_peek_sources (E_SOURCE_GROUP (g->data)); s; s = s->next) in findSource()
758 sal_Bool SAL_CALL OEvoabResultSet::next( ) throw(SQLException, RuntimeException) in next() function in connectivity::evoab::OEvoabResultSet
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DStylesWriter.java206 final FontFaceElement element = (FontFaceElement) values.next(); in writeFontFaces()
310 final Map.Entry entry = (Map.Entry) entries.next(); in buildAttributeList()
/trunk/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx157 ((css::beans::XVetoableChangeListener*)pListener.next()), in impl_existsVeto()
187 ((css::beans::XVetoableChangeListener*)pListener.next()), in impl_notifyChangeListener()
/trunk/main/extensions/source/propctrlr/
H A Dpropertyhandler.cxx103 … removePropertyChangeListener( static_cast< XPropertyChangeListener* >( removeListener->next() ) ); in inspect()
112 … addPropertyChangeListener( static_cast< XPropertyChangeListener* >( readdListener->next() ) ); in inspect()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java147 public boolean next() throws SQLException { in next() method in PostgresqlResultSet
148 return impl.next(); in next()
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx148 next: in recursivelyFindType()
167 goto next; in recursivelyFindType()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmigrationengine.cxx497 Reference< XDrawPage > next() in next() function in dbmm::DrawPageIterator
578 FormComponentScripts next() in next() function in dbmm::FormComponentIterator
1873 FormComponentScripts aComponent( aCompIter.next() ); in impl_adjustFormComponentEvents_throw()
1906 Reference< XFormsSupplier > xSuppForms( aPageIter.next(), UNO_QUERY_THROW ); in impl_adjustFormComponentEvents_nothrow()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx112 while (xResultSet->next()) in getExtensionFolder()
139 while (xResultSet->next()) in initActivationLayer()
213 while (xResultSet->next()) in initActivationLayer()
1383 while (xResultSet->next()) in synchronizeAddedExtensions()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx143 … xWrappedObject->addStateChangeListener( (embed::XStateChangeListener*)pIterator.next() ); in MoveListeners()
168 … xWrappedObject->addEventListener( (document::XEventListener*)pIterator.next() ); in MoveListeners()
193 … xWrappedObject->addCloseListener( (util::XCloseListener*)pIterator.next() ); in MoveListeners()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx645 rtl::Reference<VendorBase>& next= vec.at(j-1); in bubbleSortVersion() local
665 nCmp = cur->compareVersions(next->getVersion()); in bubbleSortVersion()
675 rtl::Reference<VendorBase> less = next; in bubbleSortVersion()
/trunk/main/cli_ure/
H A Dreadme.txt68 can be found in the version column, which is usually right next to the name column.
130 this has already be done for the next release. Please look at the document mentioned further
196 The next compatible change would require to change the version to these:

Completed in 137 milliseconds

12345678910>>...34