Home
last modified time | relevance | path

Searched refs:next (Results 226 – 250 of 836) sorted by relevance

12345678910>>...34

/trunk/main/cui/source/customize/
H A Dselector.cxx1152 SvLBoxEntry* next = aCommands.NextSibling( current ); in IMPL_LINK() local
1154 if ( next != NULL ) in IMPL_LINK()
1156 aCommands.Select( next ); in IMPL_LINK()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.cxx468 Reference< XTreeEditListener > xListener(static_cast< XTreeEditListener* >( aIt.next() ) ); in nodeEditing()
492 Reference< XTreeEditListener > xListener( static_cast< XTreeEditListener* >( aIt.next() ) ); in nodeEdited()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java542 Object o = WeakMap.getValue(i.next()); in getBridges()
615 IBridge b = (IBridge) WeakMap.getValue(i.next()); in reset()
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf334 en-US = "'Next' takes you to the next page. "
352 en-US = "'Next' takes you to the next page. "
397 en-US = "Components marked with an X will be removed. Click next to a component to mark or unmark i…
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java597 final StringBuffer aBuffer = new StringBuffer(aIterator.next()); in Join()
601 aBuffer.append(aIterator.next()); in Join()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx381 int next = 1; in RaiseInfo() local
395 types[next++] = (sal_uInt32)(p - baseAddress); in RaiseInfo()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx680 XInterface * pL = aIt.next(); in fire()
737 XInterface * pL = aIt.next(); in fire()
794 (XPropertiesChangeListener *)aIt.next(); in fire()
H A Dinterfacecontainer.cxx138 XInterface * OInterfaceIteratorHelper::next() SAL_THROW( () ) in next() function in cppu::OInterfaceIteratorHelper
336 Reference<XEventListener > xLst( aIt.next(), UNO_QUERY ); in disposeAndClear()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx409 next(); in afterLast()
587 sal_Bool SAL_CALL OResultSet::next( ) throw(SQLException, RuntimeException) in next() function in OResultSet
972 while(next()); in deleteRows()
/trunk/main/solenv/bin/modules/installer/
H A Ddownload.pm1417 my $next = $i+1;
1418 my $oldstring = ${$nlffile}[$next];
1419 ${$nlffile}[$next] = $newstring . "\n";
/trunk/main/soltools/cpp/
H A D_lex.c664 s->next = cursource; in setsource()
707 cursource = s->next; in unsetsource()
H A D_macro.c148 for (cp = location, s = cursource; s; s = s->next) in dodefine()
726 s = s->next; in builtin()
/trunk/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx379 …yChangeListener( ::rtl::OUString(), static_cast< XPropertyChangeListener* >( iterRemove.next() ) ); in inspect()
404 …tyChangeListener( ::rtl::OUString(), static_cast< XPropertyChangeListener* >( iterReAdd.next() ) ); in inspect()
H A Deformshelper.cxx260 …tTranslation* pTranslator = dynamic_cast< PropertyEventTranslation* >( pListenerIterator->next() ); in impl_toggleBindingPropertyListening_throw()
294 … Reference< XPropertyChangeListener > xListener( pListenerIterator->next(), UNO_QUERY ); in impl_toggleBindingPropertyListening_throw()
/trunk/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx585 Reference< XPropertiesChangeListener > xListener( aIter.next(), UNO_QUERY ); in notifyPropertiesChange()
611 … XPropertiesChangeListener* pListener = static_cast< XPropertiesChangeListener * >( aIter.next() ); in notifyPropertiesChange()
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx446 static_cast<XContainerListener*>(aListenerLoop.next())->elementRemoved(aEvent); in notifyElementRemoved()
544 static_cast<XContainerListener*>(aListenerLoop.next())->elementReplaced(aEvent); in renameObject()
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DDataSource.java41 boolean next() throws DataSourceException; in next() method
/trunk/main/sw/source/core/access/
H A Daccpara.cxx3359 const SwTxtAttr *next();
3375 const SwTxtAttr *SwHyperlinkIter_Impl::next() in next() function in SwHyperlinkIter_Impl
3415 while( aIter.next() ) in getHyperLinkCount()
3447 SwTxtAttr* pHt = (SwTxtAttr*)(aHIter.next()); in getHyperLink()
3577 pHt = (SwTxtAttr*)(aHIter.next()); in getHyperLink()
3654 const SwTxtAttr *pHt = aHIter.next(); in getHyperLinkIndex()
3657 pHt = aHIter.next(); in getHyperLinkIndex()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx404 … uno::Reference< linguistic2::XLinguServiceEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in Timeout()
448 … uno::Reference< linguistic2::XDictionaryListEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in processDictionaryListEvent()
497 … uno::Reference< linguistic2::XLinguServiceEventListener > xRef( aIt.next(), uno::UNO_QUERY ); in LaunchEvent()
529 … uno::Reference< linguistic2::XLinguServiceEventBroadcaster > xRef( aIt.next(), uno::UNO_QUERY ); in DisposeAndClear()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/
H A DIterator.java44 public Object next(); in next() method
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx142 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
144 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl203 read prior to getting the value of any other column. The next
225 read prior to getting the value of any other column. The next
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx333 if ( (bEnd = !xRowSet->next()) == sal_False ) in DoImport()
356 if ( !bBookmarkSelection && xRowSet->next() ) in DoImport()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java96 while (results.next()) { in getColumns()
346 while (results.next()) { in getTypeInfo()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx73 if(xResult->next()) // there can be only one table with this name in createObject()
365 static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); in appendNew()

Completed in 193 milliseconds

12345678910>>...34