Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 25 of 83) sorted by relevance

1234

/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java533 r[i++]= it.hasNext(); in Iterator_hasNext()
535 r[i++]= it.hasNext(); in Iterator_hasNext()
537 r[i++]= it.hasNext(); in Iterator_hasNext()
591 while (it.hasNext()) in Iterator_remove()
604 while (it.hasNext()) in Iterator_remove()
674 r[i++]= it.hasNext(); in ListIterator_hasNext()
732 while (it.hasNext()) in ListIterator_remove()
745 while (it.hasNext()) in ListIterator_remove()
783 while (it.hasNext()) in ListIterator_hasPrevious()
810 while (it.hasNext()) in ListIterator_previous()
[all …]
/aoo41x/main/scripting/workben/ifc/scripting/
H A D_XScriptInfo.java66 while (tests.hasNext()) { in _getLogicalName()
97 while (tests.hasNext()) { in _getParcelURI()
127 while (tests.hasNext()) { in _getLanguage()
157 while (tests.hasNext()) { in _getFunctionName()
187 while (tests.hasNext()) { in _getLanguageProperties()
227 while (tests.hasNext()) { in _getFileSetNames()
264 while (tests.hasNext()) { in _getFilesInFileSet()
302 while (tests.hasNext()) { in _getDescription()
H A D_XScriptStorageManager.java66 while (tests.hasNext()) { in _createScriptStorage()
107 while (tests.hasNext()) { in _createScriptStorageWithURI()
159 while (tests.hasNext()) { in _getScriptStorage()
207 while (tests.hasNext()) { in _refreshScriptStorage()
H A D_XScriptInfoAccess.java67 while (tests.hasNext()) { in _getScriptLogicalNames()
125 while (tests.hasNext()) { in _getImplementations()
182 while (tests.hasNext()) { in _getAllImplementations()
/aoo41x/main/l10ntools/source/filter/utils/
H A DCache.java513 while (aIt.hasNext()) in toHTML()
555 while (aIt.hasNext()) in toHTML()
574 while (aIt.hasNext()) in toHTML()
1545 while(it.hasNext()) in getItemNames()
1577 while(it.hasNext()) in getMatchedItemNames()
1622 while(it.hasNext()) in matchPropSet()
1937 while(aIt1.hasNext()) in validateTypes()
2021 while(aIt1.hasNext()) in validateFilters()
2109 while(aIt1.hasNext()) in transform60to6Y()
2291 while(aIt1.hasNext()) in transform60to6Y()
[all …]
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java320 while (it.hasNext()) in containsAll()
532 while (it.hasNext()) in removeAll()
557 while (itColl.hasNext()) in retainAll()
569 while (itColl.hasNext()) in retainAll()
706 while( aIt.hasNext() ) in disposeAndClear()
751 synchronized public boolean hasNext() in hasNext() method in InterfaceContainer.Itr
H A DPropertySetMixin.java249 for (Iterator i = specificVeto.iterator(); i.hasNext();) { in prepareSet()
257 for (Iterator i = unspecificVeto.iterator(); i.hasNext();) { in prepareSet()
317 for (Iterator i = bound.values().iterator(); i.hasNext();) { in dispose()
318 for (Iterator j = ((Vector) i.next()).iterator(); j.hasNext();) in dispose()
325 for (Iterator i = veto.values().iterator(); i.hasNext();) { in dispose()
326 for (Iterator j = ((Vector) i.next()).iterator(); j.hasNext();) in dispose()
555 for (Iterator i = specificListeners.iterator(); i.hasNext();) { in notifyListeners()
563 for (Iterator i = unspecificListeners.iterator(); i.hasNext();) in notifyListeners()
1053 for (Iterator i = properties.values().iterator(); i.hasNext();) { in getProperties()
H A DMultiTypeInterfaceContainer.java56 while (it.hasNext()) in getContainedTypes()
91 while (it.hasNext()) in getContainer()
151 while (it.hasNext() ) in disposeAndClear()
158 while (it.hasNext()) in clear()
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/languageResolver/
H A DLanguageResolver.java88 while(isoCode!="" && iter.hasNext()){ in getNrFromISO()
107 while(iter.hasNext()){ in getISOfromNr()
125 while(iter.hasNext()){ in getRFCFromISO()
143 while(iter.hasNext()){ in getISOFromRFC()
/aoo41x/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java231 for (Iterator i = l.iterator(); i.hasNext();) { in hasRefHolder()
250 for (Iterator i = l.iterator(); !found && i.hasNext();) { in addRefHolder()
268 for (Iterator i = l.iterator(); i.hasNext();) { in remRefHolder()
290 for (Iterator i1 = refHolders.entrySet().iterator(); i1.hasNext();) in freeHolders()
295 for (Iterator i2 = l.iterator(); i2.hasNext();) { in freeHolders()
494 for (Iterator i = disposeListeners.iterator(); i.hasNext();) { in dispose()
/aoo41x/main/avmedia/source/java/
H A DWindowAdapter.java246 while( aIter.hasNext() ) in fireKeyEvent()
296 while( aIter.hasNext() ) in fireMouseEvent()
305 while( aIter.hasNext() ) in fireMouseEvent()
314 while( aIter.hasNext() ) in fireMouseEvent()
323 while( aIter.hasNext() ) in fireMouseEvent()
337 while( aIter.hasNext() ) in fireFocusEvent()
350 while( aIter.hasNext() ) in fireDisposingEvent()
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java200 for (Iterator i = dataAwares.iterator(); i.hasNext();) in updateUI()
205 for (Iterator i = dataAwares.iterator(); i.hasNext();) in updateData()
218 for (Iterator i = dataAwares.iterator(); i.hasNext();) in setDataObject()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java119 while (keys.hasNext()) in getNamespaces()
131 while (keys.hasNext()) in getNamespacePrefix()
174 return stylesForElement.hasNext(); in isValidStyleElement()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaCompiler.java102 while (iter.hasNext()) { in RPN2Infix()
132 while (iter.hasNext()) { in infix2RPN()
199 while (iter.hasNext()) { in extractParameter()
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/DirtyTags/
H A DTagPair.java119 while(iter.hasNext()){ in TagPair()
205 while(iter.hasNext()){ in toString()
222 while(iter.hasNext()){ in getWrapped()
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DInstallationPathIterator.java104 public boolean hasNext() { in hasNext() method in InstallationPathIterator
111 if (!hasNext()) throw new NoSuchElementException(); in nextPanel()
H A DJavaScriptIterator.java193 public boolean hasNext() { in hasNext() method in JavaScriptIterator
200 if (!hasNext()) throw new NoSuchElementException(); in nextPanel()
H A DParcelContentsIterator.java197 public boolean hasNext() { in hasNext() method in ParcelContentsIterator
204 if (!hasNext()) throw new NoSuchElementException(); in nextPanel()
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataHandler.java117 while (iter.hasNext()) { in putDataTo()
135 while (iter.hasNext()) { in putDataTo()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java44 while ( m.hasNext() ) { in convertHashmapToStringArray()
82 while ( m.hasNext() ) { in convertHashMapToVector()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DVariablesDeclarations.java87 while (vars.hasNext()) in getDefinedMappings()
91 while (varsByType.hasNext()) in getDefinedMappings()
/aoo41x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java158 while( aIter.hasNext() ){ in initView()
210 while( aIter.hasNext() ) in initView()
326 while( aIter.hasNext() ){ in readStrings()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DObjectOleLayoutController.java60 for (final Iterator iter = masterfields.iterator(); iter.hasNext();) in isValueChanged()
93 for (final Iterator iter = masterfields.iterator(); iter.hasNext();) in delegateContentGeneration()
/aoo41x/main/writerfilter/qa/cppunittests/odiapi/
H A DtestCore.cxx67 while (n->hasNext()) in testInsertSibling()
81 while (n->hasNext()) in testInsertSibling()
/aoo41x/main/qadevOOo/runner/lib/
H A DParameters.java73 for (Iterator i = paramSet.iterator(); i.hasNext(); num++) { in Parameters()
169 for (Iterator i = params.keySet().iterator(); i.hasNext();) {

Completed in 187 milliseconds

1234