Home
last modified time | relevance | path

Searched refs:next (Results 101 – 125 of 836) sorted by relevance

12345678910>>...34

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/action/
H A DActionIterator.java98 public IAction next() in iterator() method
100 return maIterator.next(); in iterator()
/trunk/main/dbaccess/source/core/api/
H A DStaticSet.cxx122 bRet = m_xDriverSet->next(); in fetchRow()
141 while(m_xDriverSet->next()) in fillAllRows()
154 sal_Bool SAL_CALL OStaticSet::next( ) throw(SQLException, RuntimeException) in next() function in OStaticSet
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumns.cxx49 while(xResult->next()) in createObject()
66 if(xResult->next()) in createObject()
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataHandler.java118 aKey = (String) iter.next(); in putDataTo()
136 aKey = (String) iter.next(); in putDataTo()
/trunk/main/comphelper/source/misc/
H A Dlistenernotification.cxx67 bFound = ( Reference< XInterface >( aIter.next() ) == _rxListener ); in impl_removeListener()
93 Reference< XEventListener > xListener( static_cast< XEventListener* >( aIter.next() ) ); in impl_notify()
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc82 //next string
85 //Make sure that ReadFile does not overwrite the first byte the next time
92 //wchar_t at the front of the buffer. We will use the complete buffer the next time
201 //and the console input fits exactly in the buffer, then the next
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DMapToXNameAccessAdapter.java62 int next = 0; in getElementNames() local
64 names[next++] = entry.getKey().toString(); in getElementNames()
/trunk/main/extensions/source/propctrlr/
H A Dpropertycomposer.cxx253 PropertyBag::iterator next = check; ++next; in getSupportedProperties() local
255 check = next; in getSupportedProperties()
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java159 SdfString aSdfString = (SdfString) aIter.next(); in initView()
212 SdfString aSdfString = (SdfString )aIter.next(); in initView()
327 aFile = (File) aIter.next(); in readStrings()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java45 Map.Entry entry = (Map.Entry) m.next(); in convertHashmapToStringArray()
83 Map.Entry entry = (Map.Entry) m.next(); in convertHashMapToVector()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarReportData.java98 public boolean next() in next() method in StarReportData
103 if (dataSource.next()) in next()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DVariablesDeclarations.java89 final HashMap types = (HashMap) vars.next(); in getDefinedMappings()
93 final Map.Entry entry = (Map.Entry) varsByType.next(); in getDefinedMappings()
/trunk/main/offapi/com/sun/star/mozilla/
H A DMozillaProductType.idl46 /** Mozilla's next generation web browser.
49 /** Mozilla's next generation e-mail client.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigurationRead.java114 Object next = root.getByHierarchicalName(name); in getSubNodeNames() local
116 XNameAccess.class, next); in getSubNodeNames()
/trunk/main/connectivity/qa/complex/connectivity/hsqldb/
H A DDatabaseMetaData.java85 while ( rs.next() ) in test()
100 while ( rsColumns.next() ) in test()
/trunk/main/connectivity/source/commontools/
H A DTKey.cxx84 while( xResult->next() ) in refreshColumns()
101 while( xResult->next() ) in refreshColumns()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx333 std::list<Element*>::iterator next = it; in resolveHyperlink() local
334 ++next; in resolveHyperlink()
336 it = next; in resolveHyperlink()
/trunk/main/odk/
H A DcfgWin.js900 var next = oExec.StdOut.Read(1);
901 if (next == '%')
904 output += next;
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOContainer.java230 XRefreshListener listener = (XRefreshListener) iterator.next(); in refresh()
288 XContainerListener listener = (XContainerListener) iterator.next(); in appendByDescriptor()
341 XContainerListener listener = (XContainerListener) iterator.next(); in dropImpl()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexColumns.cxx60 while(xResult->next()) in createObject()
75 while(xResult->next()) in createObject()
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx119 static_cast<XDragSourceListener*>( iter.next())); in fire_dragDropEnd()
147 static_cast<XDragSourceListener*>( iter.next())); in fire_dropActionChanged()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java135 it.next().disposeAndClear(evt); in disposeAndClear()
142 it.next().clear(); in clear()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlCatalog.java51 while (results.next()) { in refreshTables()
75 while (results.next()) { in refreshViews()
/trunk/main/autodoc/source/ary/loc/
H A Dloca_le.cxx169 next = CheckIn_Directory(io_root, *i_beginSubPath); in CheckIn_Directories() local
170 return CheckIn_Directories(next, i_beginSubPath+1, i_endSubPath); in CheckIn_Directories()
/trunk/main/soltools/cpp/
H A D_nlist.c121 np = np->next; in lookup()
132 np->next = nlist[h]; in lookup()

Completed in 119 milliseconds

12345678910>>...34