Home
last modified time | relevance | path

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

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

/aoo42x/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx328 static_cast< XListEntryListener* >( aIter.next() )->allEntriesChanged( aEvent ); in notifyModified()
/aoo42x/main/offapi/com/sun/star/presentation/
H A DDrawPage.idl77 to the next page.
/aoo42x/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl56 /** changes color model for next pixels
/aoo42x/main/UnoControls/source/base/
H A Dmultiplexer.cxx71 INTERFACE * pListener = (INTERFACE *)aIterator.next(); \
/aoo42x/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java217 final Run<TokenType> aRun = aRunIterator.next(); in UpdateHighlightedLine()
/aoo42x/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
/aoo42x/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()
/aoo42x/main/solenv/bin/
H A Drelocate166 opendir ($sub_dir, "$new_root/$name") || next;
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java173 converterInfo = (ConverterInfo)ciIter.next(); in removeByJar()
/aoo42x/main/chart2/source/tools/
H A DRangeHighlighter.cxx348 … uno::Reference< view::XSelectionChangeListener > xListener( aIt.next(), uno::UNO_QUERY ); in fireSelectionEvent()
/aoo42x/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
/aoo42x/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()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DSingleSelectQueryComposer.java298 …d exist", m_database.getConnection().createStatement().executeQuery(m_composer.getQuery()).next()); in testConditionByColumn()
/aoo42x/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java88 while (xResultSet.next()) in TypeInspector()
/aoo42x/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerEventHandler.cxx443 …css::uno::Reference< css::ui::dialogs::XFilePickerListener > xListener (pIterator.next(), css::uno… in impl_sendEvent()
/aoo42x/main/ucb/source/ucp/ext/
H A Ducpext_datasupplier.cxx184 while ( xFolderContent->next() ) in fetchData()
/aoo42x/main/framework/source/services/
H A Dtabwindowservice.cxx393 css::awt::XTabListener* pListener = (css::awt::XTabListener*)pIterator.next(); in IMPL_LINK()
/aoo42x/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java78 result &= runCheckPermissionTest((Parameters)tests.next()); in _checkPermission()
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx334 while (xRs->next ()) in buildTypeInfo()
/aoo42x/main/offapi/com/sun/star/chart/
H A DStockDiagram.idl130 value. The next series is interpreted as the day's highest
/aoo42x/main/offapi/com/sun/star/style/
H A DStyle.idl90 /** contains the name of the style that is applied to the next paragraph.
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java180 try { ((XEventListener)itr.next()).disposing(null); } in dispose()
/aoo42x/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
/aoo42x/main/dbaccess/source/core/api/
H A DRowSetBase.cxx637 sal_Bool SAL_CALL ORowSetBase::next( ) throw(SQLException, RuntimeException) in next() function in dbaccess::ORowSetBase
657 bRet = m_pCache->next(); in next()

Completed in 161 milliseconds

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