Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 836) sorted by relevance

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

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java440 strategy.evaluate((Entry)itr.next()); in scanDocument()
875 chn[idx++] = (String)itr.next(); in getChildren()
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java305 java.lang.String sProp = (java.lang.String)it1.next(); in convertPropSetToXML()
586 java.lang.String sLocale = (java.lang.String)it.next(); in convertLocalizedValueToXML()
/trunk/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx1333 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementReplaced( aEvent ); in implts_notifyContainerListener()
1336 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementInserted( aEvent ); in implts_notifyContainerListener()
1339 … ((::com::sun::star::ui::XUIConfigurationListener*)pIterator.next())->elementRemoved( aEvent ); in implts_notifyContainerListener()
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx785 while( xRes->next() && (!m_RowLimit || nRowCount < m_RowLimit) ) in impl_fillInternalDataProvider_throw()
1043 sal_Bool SAL_CALL DatabaseDataProvider::next() throw( SQLException, RuntimeException ) in next() function in dbaccess::DatabaseDataProvider
1045 return m_xRowSet->next(); in 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/extensions/test/ole/OleClient/
H A Dreadme.txt6 types.rdb and services.rdb and OleClient.ini have to be next to the executable.
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx1615 while ( xResultSet->next() ) in removeGroup()
1726 while ( xResultSet->next() ) in renameGroup()
2460 while ( xResultSet->next() ) in addHierGroup()
2558 while ( xResultSet->next() ) in addFsysGroup()
2622 while ( xResultSet->next() ) in createFromContent()
/trunk/main/xmlhelp/source/cxxhelp/inc/qe/
H A DDocGenerator.hxx51 virtual sal_Int32 next() throw( xmlsearch::excep::XmlSearchException ) = 0;
/trunk/main/pyuno/demo/
H A Dbiblioaccess.py50 while rowset.next():
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeProvider.java68 @Override public String[] next() in iterator() method
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DPanelController.java33 private String next; field in PanelController
/trunk/main/connectivity/source/drivers/dbase/
H A DDCatalog.cxx57 while(xResult->next()) in refreshTables()
/trunk/main/connectivity/source/drivers/flat/
H A DECatalog.cxx60 while(xResult->next()) in refreshTables()
/trunk/main/connectivity/source/inc/
H A DTPrivilegesResultSet.hxx47 …virtual sal_Bool SAL_CALL next( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::star::u…
/trunk/main/svx/source/table/
H A Dcelltypes.hxx84 bool next( T& rValue ) in next() function in sdr::table::RangeIterator
/trunk/main/connectivity/source/drivers/calc/
H A DCCatalog.cxx61 while(xResult->next()) in refreshTables()
/trunk/main/writerfilter/source/rtftok/
H A DRTFScanner.skl188 * If so, '^' rules will be active on the next match, otherwise
505 %% code to set up and find next match goes here
890 %% code to find the next state goes here
915 %% code to find the next state, and perhaps do backing up, goes here
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DConfiguredExporter.java54 Object key = i.next(); in init()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNColumns.cxx57 while (xResult->next()) in createObject()
H A DNTable.cxx77 while (xResult->next()) in refreshColumns()
H A DNCatalog.cxx62 while(xResult->next()) in refreshTables()
H A DNTables.cxx72 if(xResult->next()) // there can be only one table with this name in createObject()
/trunk/main/sc/source/ui/Accessibility/
H A DDrawModelBroadcaster.cxx73 uno::Reference < document::XEventListener > xListener( aIter.next(), uno::UNO_QUERY ); in Notify()
/trunk/main/connectivity/source/drivers/file/
H A DFColumns.cxx56 while(xResult->next()) in createObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabColumns.cxx57 while (xResult->next()) in createObject()

Completed in 125 milliseconds

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