Home
last modified time | relevance | path

Searched refs:next (Results 476 – 500 of 836) sorted by relevance

1...<<11121314151617181920>>...34

/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx328 static_cast< XListEntryListener* >( aIter.next() )->allEntriesChanged( aEvent ); in notifyModified()
/trunk/main/scripting/workben/installer/
H A DVersion.java352 ArrayList row = (ArrayList)iter.next(); in isAnySelected()
/trunk/main/connectivity/source/commontools/
H A DTKeys.cxx243 while( xResult->next() ) in appendObject()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx71 INTERFACE * pListener = (INTERFACE *)aIterator.next(); \
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java217 final Run<TokenType> aRun = aRunIterator.next(); in UpdateHighlightedLine()
/trunk/main/oox/source/dump/
H A Dbiffdumper.ini737 …20=next-month,this-week,next-week,last-week,this-month,above-average,below-average,duplicate-value…
747 …,today,yesterday,last-7-days,this-week,last-week,last-month,tomorrow,next-week,next-month,this-mon…
1838 0x7FFB=previous-item,next-item
/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/solenv/bin/
H A Drelocate166 opendir ($sub_dir, "$new_root/$name") || next;
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java173 converterInfo = (ConverterInfo)ciIter.next(); in removeByJar()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java88 while (xResultSet.next()) in TypeInspector()
/trunk/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx184 while ( xFolderContent->next() ) in fetchData()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx443 …css::uno::Reference< css::ui::dialogs::XFilePickerListener > xListener (pIterator.next(), css::uno… in impl_sendEvent()
/trunk/main/framework/source/services/
H A Dtabwindowservice.cxx393 css::awt::XTabListener* pListener = (css::awt::XTabListener*)pIterator.next(); in IMPL_LINK()
/trunk/main/offapi/com/sun/star/style/
H A DStyle.idl90 /** contains the name of the style that is applied to the next paragraph.
/trunk/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl130 value. The next series is interpreted as the day's highest
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java78 result &= runCheckPermissionTest((Parameters)tests.next()); in _checkPermission()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx334 while (xRs->next ()) in buildTypeInfo()
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx348 … uno::Reference< view::XSelectionChangeListener > xListener( aIt.next(), uno::UNO_QUERY ); in fireSelectionEvent()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java160 public synchronized boolean next() throws SQLException { in next() method in CustomResultSet
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java200 assure("No valid row! ", xRes.next()); in execute()
H A DDBaseStringFunctions.java207 assure("No valid row! ", xRes.next()); in execute()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java298 …d exist", m_database.getConnection().createStatement().executeQuery(m_composer.getQuery()).next()); in testConditionByColumn()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java180 try { ((XEventListener)itr.next()).disposing(null); } in dispose()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx554 sal_Int64 next = last + offset; in run() local
558 tv.Seconds = static_cast< sal_Int32 > (next - systime.Seconds); in run()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx441 next(); in afterLast()
592 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::next( ) throw(SQLException, RuntimeException) in next() function in ODatabaseMetaDataResultSet

Completed in 159 milliseconds

1...<<11121314151617181920>>...34