Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 26 – 50 of 470) sorted by relevance

12345678910>>...19

/aoo41x/main/cppuhelper/test/
H A Dtestcontainer.cxx87 while( iterator.hasMoreElements() ) in test_interfacecontainer()
130 while( iterator.hasMoreElements() ) in test_interfacecontainer()
140 while( iterator.hasMoreElements() ) in test_interfacecontainer()
/aoo41x/main/avmedia/source/xine/
H A Dwindow.cxx489 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
504 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
519 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
534 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx92 while( mxComponents->hasMoreElements() ) in DocumentsEnumImpl()
101 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in DocumentsEnumImpl
108 if ( !hasMoreElements() ) in nextElement()
138 while( xEnum->hasMoreElements() ) in DocumentsAccessImpl()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java71 for (Enumeration e = node.children(); e.hasMoreElements();) { in setState()
132 for (Enumeration e = node.children(); e.hasMoreElements();) { in updateState()
160 for (Enumeration e = node.children(); e.hasMoreElements();) { in updateSize()
/aoo41x/main/jurt/com/sun/star/lib/connections/pipe/
H A DPipeConnection.java118 while(elements.hasMoreElements()) { in notifyListeners_open()
126 while(elements.hasMoreElements()) { in notifyListeners_close()
134 while(elements.hasMoreElements()) { in notifyListeners_error()
/aoo41x/main/qadevOOo/runner/org/openoffice/
H A DRunner.java112 while (aTokenEnum.hasMoreElements()) in checkPathVariable()
140 while (aEnum.hasMoreElements()) in checkAllVariablesForCygwinPath()
160 while (aEnum.hasMoreElements()) in checkAllVariablesForCygwinPath()
/aoo41x/main/xmerge/source/pocketword/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDeserializerImpl.java87 while (e.hasMoreElements()) { in DocumentDeserializerImpl()
167 while (data.hasMoreElements()) { in buildDocument()
219 } while (paraData.hasMoreElements()); in buildDocument()
/aoo41x/main/jurt/com/sun/star/lib/connections/socket/
H A DSocketConnection.java104 while(elements.hasMoreElements()) { in notifyListeners_open()
112 while(elements.hasMoreElements()) { in notifyListeners_close()
120 while(elements.hasMoreElements()) { in notifyListeners_error()
/aoo41x/main/l10ntools/source/filter/utils/
H A DCache.java381 while (it1.hasMoreElements()) in fromXML()
428 while (it2.hasMoreElements()) in fromXML()
581 while(aEn.hasMoreElements()) in toHTML()
1065 while (it.hasMoreElements()) in convertTypePropsToInternal()
1175 while (it.hasMoreElements()) in convertFilterPropsToInternal()
1303 while(it.hasMoreElements()) in convertFilterFlagNames2Values()
2272 while (aIt2.hasMoreElements()) in transform60to6Y()
2284 while (aIt2.hasMoreElements()) in transform60to6Y()
2297 while(aIt2.hasMoreElements()) in transform60to6Y()
2336 while(aIt2.hasMoreElements()) in transform60to6Y()
[all …]
/aoo41x/main/sw/qa/complex/writer/
H A DCheckCrossReferences.java51 while ( xPortionEnum.hasMoreElements() ) { in getNextField()
67 while ( xParaEnum.hasMoreElements() ) { in getNextField()
72 while ( xPortionEnum.hasMoreElements() ) { in getNextField()
199 while ( xParaEnum.hasMoreElements() ) { in checkCrossReferences()
/aoo41x/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java206 while(lList.hasMoreElements()) in before()
277 while (aSnapshot.hasMoreElements()) in checkUsingOfMediaDescriptor()
437 while (aSnapshot.hasMoreElements()) { in checkURLEncoding()
602 while (aSnapshot.hasMoreElements()) in checkStreamLoading()
/aoo41x/main/oox/source/ppt/
H A Dtimenode.cxx125 while( xE->hasMoreElements() ) in fixMainSequenceTiming()
140 if( xE2->hasMoreElements() ) in fixMainSequenceTiming()
149 if( xE2.is() && xE2->hasMoreElements() ) in fixMainSequenceTiming()
195 while( xE->hasMoreElements() ) in fixInteractiveSequenceTiming()
/aoo41x/main/comphelper/source/container/
H A Denumerablemap.cxx294 ::sal_Bool hasMoreElements();
332 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (RuntimeException);
748 ::sal_Bool MapEnumerator::hasMoreElements() in hasMoreElements() function in comphelper::MapEnumerator
784 ::sal_Bool SAL_CALL MapEnumeration::hasMoreElements( ) throw (RuntimeException) in hasMoreElements() function in comphelper::MapEnumeration
787 return m_aEnumerator.hasMoreElements(); in hasMoreElements()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/test/
H A DDriver.java90 while (jarFileEnum.hasMoreElements()) { in main()
143 while (dfEnum.hasMoreElements()) { in doConversion()
174 while (docEnum.hasMoreElements()) { in doConversion()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java79 for(Enumeration e = colInfo.elements();e.hasMoreElements();) { in write()
84 for(Enumeration e = rows.elements();e.hasMoreElements();) { in write()
88 for(Enumeration e = cells.elements();e.hasMoreElements();) { in write()
/aoo41x/test/testuno/source/testlib/uno/
H A DShapeUtil.java115 while(xParaEnum.hasMoreElements()) in getPortion()
160 while (xEnumeration.hasMoreElements()) { in setPropertyForLastParagraph()
162 if (xEnumeration.hasMoreElements() == false) { in setPropertyForLastParagraph()
/aoo41x/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx561 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
580 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
600 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
619 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java46 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getPackageNamesContent()
363 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getLinuxPackageNamesFromRpmquery()
436 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in getLinuxFileInfo()
457 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setFullPackageNameAtUninstall()
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java264 if(nameDefinitionTable.hasMoreElements()) { in decode()
318 while(eNameDefinitions.hasMoreElements()) { in processNameDefinition()
388 for(Enumeration e = decoder.getColumnRowInfos();e.hasMoreElements();) { in processColumns()
494 for(Enumeration e = decoder.getColumnRowInfos();e.hasMoreElements();) { in processCells()
/aoo41x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx868 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
892 while ( aIter.hasMoreElements() ) in notifyPropertiesChange()
946 while ( aIter.hasMoreElements() ) in notifyPropertySetInfoChange()
966 while ( aIter.hasMoreElements() ) in notifyCommandInfoChange()
985 while ( aIter.hasMoreElements() ) in notifyContentEvent()
/aoo41x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java237 for (Enumeration e = listeners.elements(); e.hasMoreElements();) { in start()
343 for (Enumeration e = listeners.elements(); e.hasMoreElements();) { in start()
408 for (Enumeration e = listeners.elements(); e.hasMoreElements();) { in start()
431 for (Enumeration e = listeners.elements(); e.hasMoreElements();) { in terminate()
/aoo41x/main/embeddedobj/source/msole/
H A Dolemisc.cxx174 while (pIterator.hasMoreElements()) in MakeEventListenerNotification_Impl()
200 while (pIterator.hasMoreElements()) in StateChangeNotification_Impl()
480 while (pIterator.hasMoreElements()) in close()
498 while (pCloseIterator.hasMoreElements()) in close()
/aoo41x/main/connectivity/source/manager/
H A Dmdrivermanager.cxx82 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(RuntimeException);
99 sal_Bool SAL_CALL ODriverEnumeration::hasMoreElements( ) throw(RuntimeException) in hasMoreElements() function in drivermanager::ODriverEnumeration
107 if ( !hasMoreElements() ) in nextElement()
331 while (xEnumDrivers->hasMoreElements()) in bootstrapDrivers()
/aoo41x/main/comphelper/inc/comphelper/
H A Dsequence.hxx132 virtual sal_Bool hasMoreElements() const = 0;
152 virtual sal_Bool hasMoreElements() const;
198 sal_Bool OSequenceIterator<TYPE>::hasMoreElements() const in hasMoreElements() function in comphelper::OSequenceIterator
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java115 while(e.hasMoreElements()) { in getNameDefinitions()
145 for(Enumeration e = ws.getColInfos();e.hasMoreElements();) { in getColumnRowInfos()
155 for(Enumeration e = ws.getRows();e.hasMoreElements();) { in getColumnRowInfos()

Completed in 168 milliseconds

12345678910>>...19