Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 836) sorted by last modified time

12345678910>>...34

/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx310 ((css::frame::XTitleChangeListener*)pIt.next())->titleChanged( aEvent ); in impl_sendTitleChangedEvent()
/trunk/main/filter/source/config/cache/
H A Dbasecontainer.cxx596 css::util::XFlushListener* pListener = (css::util::XFlushListener*)pIterator.next(); in flush()
/trunk/main/cppuhelper/source/
H A Dweak.cxx122 ((XReference *)aIt.next())->dispose(); in dispose()
/trunk/main/desktop/source/app/
H A Dapp.cxx695 osl::FileBase::RC next = err; in copy_prereg_bundled_recursive() local
705 …while( err == osl::FileBase::E_None && ( next = aDir.getNextItem( aDirItem ) ) == osl::FileBase::E… in copy_prereg_bundled_recursive()
751 if( err == osl::FileBase::E_None && next != osl::FileBase::E_NOENT ) in copy_prereg_bundled_recursive()
752 err = next; in copy_prereg_bundled_recursive()
/trunk/main/offapi/com/sun/star/rendering/
H A DXAnimatedSprite.idl96 If the animation is currently running, the next frame that is
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx220 beans::Property prop = it.next(); in Widget()
283 Widget *next() in next() function in Widget
343 beans::Property prop = it.next(); in addChild()
578 beans::Property next() in next() function
622 Widget *next( Widget *pWidget ) in next() function
627 pNext = pWidget->next(); in next()
630 if ( (pNext = pUp->next()) != NULL ) in next()
1255 beans::Property prop = it.next(); in addProperties()
1554 for ( Widget *i = FlatLayout::next( mpRootWidget ); i; i = FlatLayout::next( i ) ) in rebuild()
1593 for ( Widget *i = FlatLayout::next( mpRootWidget ); i; i = FlatLayout::next( i ) ) in print()
[all …]
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3740 bValid = ((XRowSetApproveListener*)aIter.next())->approveRowChange(aEvt); in approveRowChange()
3827 return ((XRowSetApproveListener*)aIter.next())->approveCursorMove(aEvt); in approveCursorMove()
3844 return ((XRowSetApproveListener*)aIter.next())->approveRowSetChange(aEvt); in approveRowSetChange()
3881 ((XSQLErrorListener*)aIter.next())->errorOccured(aEvt); in errorOccured()
3954 return ((XDatabaseParameterListener*)aIter.next())->approveParameter(aEvt); in approveParameter()
4050 return ((XConfirmDeleteListener*)aIter.next())->confirmDelete(aEvt); in confirmDelete()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx814 ((view::XPrintJobListener*)pIterator.next())->printJobEvent( aEvent ); in Notify()
/trunk/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx2710 … ((frame::XLayoutManagerListener*)pIterator.next())->layoutEvent( aSource, nEvent, aInfoParam ); in implts_notifyListeners()
/trunk/main/offapi/com/sun/star/presentation/
H A DXSlideShowController.idl108 /** start next effects that wait on a generic trigger.
109 <p>If no generic triggers are waiting the next
129 /** goto and display next slide.
178 <p>The slideshow continues on next user input or if
247 /** the index for the slide that is displayed next. */
/trunk/main/offapi/com/sun/star/frame/
H A DFrameSearchFlag.idl74 Search doesn't stop at the next level inside the tree!
/trunk/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()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx158 next()
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx393 sal_Bool SAL_CALL ResultSet::next() in next() function in ucbhelper::ResultSet
1501 aIter.next(), uno::UNO_QUERY ); in propertyChanged()
1516 aIter.next(), uno::UNO_QUERY ); in propertyChanged()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx1994 while ( xResultSet->next() )
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java909 Object listener= it.next(); in fire()
926 Object listener= it.next(); in fire()
947 XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next(); in fire()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt447 …The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits.
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt447 …The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits.
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt447 …The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits.
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt447 …The minor version is in the lower 8 bits of the integer. The major version is in the next 16 bits.
/trunk/main/forms/source/component/
H A DFormComponent.cxx2077 bSuccess = static_cast< XUpdateListener* >( aIter.next() )->approveUpdate( aEvent ); in commit()
/trunk/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.cxx293 EventNotification->notifyEventListener(iter.next()); in run()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m806 Set the current file of the zipfile to the next file.
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java187 ((XEventListener) iter.next()).disposing(event); in dispose()
/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()

Completed in 254 milliseconds

12345678910>>...34