Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 51 – 75 of 475) sorted by relevance

12345678910>>...19

/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx369 while( xEnumeration->hasMoreElements() ) in processAfterEffectNodes()
377 while( xEnumeration2->hasMoreElements() ) in processAfterEffectNodes()
383 while( xEnumeration3->hasMoreElements() ) in processAfterEffectNodes()
389 while( xEnumeration4->hasMoreElements() ) in processAfterEffectNodes()
480 while( xEnumeration->hasMoreElements() ) in isEmptyNode()
751 while( xEnumeration->hasMoreElements() ) in exportNode()
1311 if ( xE.is() && xE->hasMoreElements() ) in exportAnimEvent()
1774 while ( xTextParagraphEnumeration->hasMoreElements() ) in exportAnimateTargetElement()
2169 while( xEnumeration->hasMoreElements() ) in exportIterate()
/trunk/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
/trunk/main/avmedia/source/win/
H A Dwindow.cxx665 while( aIter.hasMoreElements() ) in fireMousePressedEvent()
680 while( aIter.hasMoreElements() ) in fireMouseReleasedEvent()
695 while( aIter.hasMoreElements() ) in fireMouseMovedEvent()
710 while( aIter.hasMoreElements() ) in fireSetFocusEvent()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheets.cxx73 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in WorkSheetsEnumeration
79 if ( !hasMoreElements() ) in nextElement()
340 while ( xEnum->hasMoreElements() ) in getVisible()
359 while ( xEnum->hasMoreElements() ) in setVisible()
/trunk/main/xmerge/java/pexcel/src/main/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()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dbookmarkcontainer.cxx169 while (aListenerIterator.hasMoreElements()) in insertByName()
201 while (aListenerIterator.hasMoreElements()) in removeByName()
238 while (aListenerIterator.hasMoreElements()) in replaceByName()
/trunk/main/linguistic/source/
H A Dlngsvcmgr.cxx402 while (aIt.hasMoreElements()) in Timeout()
446 while (aIt.hasMoreElements()) in processDictionaryListEvent()
495 while (aIt.hasMoreElements()) in LaunchEvent()
527 while (aIt.hasMoreElements()) in DisposeAndClear()
872 while (xEnum->hasMoreElements()) in GetAvailableSpellSvcs_Impl()
938 while (xEnum->hasMoreElements()) in GetAvailableGrammarSvcs_Impl()
1002 while (xEnum->hasMoreElements()) in GetAvailableHyphSvcs_Impl()
1069 while (xEnum->hasMoreElements()) in GetAvailableThesSvcs_Impl()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java354 while (keys.hasMoreElements()) in getAvailableServiceNames()
457 while (enumer.hasMoreElements()) { in dispose()
773 public boolean hasMoreElements() in hasMoreElements() method in ServiceManager.ServiceEnumerationImpl
776 return enumeration != null && enumeration.hasMoreElements(); in hasMoreElements()
/trunk/main/sd/source/core/annotations/
H A DAnnotationEnumeration.cxx50 virtual ::sal_Bool SAL_CALL hasMoreElements() throw (css::uno::RuntimeException);
75 ::sal_Bool SAL_CALL AnnotationEnumeration::hasMoreElements() throw (css::uno::RuntimeException) in hasMoreElements() function in sd::AnnotationEnumeration
/trunk/main/comphelper/source/misc/
H A Dlistenernotification.cxx65 while ( aIter.hasMoreElements() && !bFound ) in impl_removeListener()
91 while ( aIter.hasMoreElements() && !bCancelled ) in impl_notify()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DXMLTools.java467 if (badTags.hasMoreElements()) { in checkTags()
470 while(badTags.hasMoreElements()) { in checkTags()
474 if (badChars.hasMoreElements()) { in checkTags()
477 while(badChars.hasMoreElements()) { in checkTags()
/trunk/main/odk/examples/java/Inspector/
H A DIntrospector.java142 bIsContainer = xEnumeration.hasMoreElements(); in isContainer()
169 while ( xEnumeration.hasMoreElements() ) { in getUnoObjectsOfContainer()
382 while (xTDEnumeration.hasMoreElements()) { in getFieldsOfConstantGroup()
404 while (xTDEnumeration.hasMoreElements()) { in getServiceTypeDescription()
/trunk/main/framework/source/helper/
H A Docomponentenumeration.cxx122 sal_Bool SAL_CALL OComponentEnumeration::hasMoreElements() throw( RuntimeException ) in hasMoreElements() function in framework::OComponentEnumeration
145 if ( hasMoreElements() == sal_False ) in nextElement()
/trunk/main/vbahelper/source/vbahelper/
H A Dcollectionbase.cxx46 virtual sal_Bool SAL_CALL hasMoreElements() throw (uno::RuntimeException);
60 sal_Bool SAL_CALL CollectionEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements() function in vbahelper::__anon89c9fea60111::CollectionEnumeration
67 if( hasMoreElements() ) in nextElement()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java579 for (Enumeration enumPackages = data.elements(); enumPackages.hasMoreElements(); ) { in parse()
608 public boolean hasMoreElements() { in hasMoreElements() method in PackageDescription.PackageEnumeration
609 return e.hasMoreElements(); in hasMoreElements()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DFormulaHelper.java83 for (Enumeration e = rpnTokens.elements(); e.hasMoreElements();) { in convertCalcToPXL()
104 for (Enumeration e = infixTokens.elements();e.hasMoreElements();) { in convertPXLToCalc()
H A DTokenEncoder.java122 for(Enumeration e = tmpByteArray.elements();e.hasMoreElements();) { in getByte()
337 } while(!nameString.equalsIgnoreCase(name) && e.hasMoreElements()); in nameDefinitionEncoder()
389 } while(!savedName.equalsIgnoreCase(sheetName) && e.hasMoreElements()); in findSheetIndex()
/trunk/main/animations/inc/animations/
H A Danimationnodehelper.hxx69 while( xEnumeration->hasMoreElements() ) in for_each_childNode()
109 while( xEnumeration->hasMoreElements() ) in create_deep_vector()
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx227 while( aIter.hasMoreElements() ) in impl_notifyPropertyChangeListeners()
241 while( aIter.hasMoreElements() ) in impl_notifyPropertyChangeListeners()
268 while( aIter.hasMoreElements() ) in impl_notifyVetoableChangeListeners()
282 while( aIter.hasMoreElements() ) in impl_notifyVetoableChangeListeners()
/trunk/main/dtrans/source/win32/dnd/
H A Dsourcecontext.cxx116 while( iter.hasMoreElements()) in fire_dragDropEnd()
144 while( iter.hasMoreElements()) in fire_dropActionChanged()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DOfficeDocumentChildren.java56 if (parcels.hasMoreElements() != true) { in refreshKeys()
62 while (parcels.hasMoreElements()) { in refreshKeys()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java93 for (java.util.Enumeration e = node.children(); e.hasMoreElements(); ) { in treeExpanded()
105 for (java.util.Enumeration e = node.children(); e.hasMoreElements(); ) { in treeWillCollapse()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx369 if ( !rEnum.is() || !rEnum->hasMoreElements() ) in LoadLibraries()
373 while( rEnum->hasMoreElements()) in LoadLibraries()
400 while( rEnum->hasMoreElements()) in LoadLibraries()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DCfgParser.java72 while (cfgEnum.hasMoreElements()) in getIniParameters()
111 while (keys.hasMoreElements()) in getIniParameters()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DPackageCollector.java83 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in collectInstallPackages()
103 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in collectUninstallPackages()

Completed in 94 milliseconds

12345678910>>...19