Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java51 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize()
65 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setModuleSize()
114 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setParentDefaultModuleSettings()
208 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setHiddenModuleSettingsInstall()
249 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setHiddenModuleSettingsUninstall()
388 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setDatabaseSettings()
408 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setShowInUserInstallFlags()
420 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setForcedUpdateProductSettings()
440 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setShowInUserInstallOnlyFlags()
452 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in setIgnoreNonRelocatablePackages()
[all …]
H A DDumper.java51 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpPackageSettings()
64 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpModuleStates()
108 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in logModuleStatesHelper()
135 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpInstallPackages()
147 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpUninstallPackages()
164 for (Enumeration e = packageData.children(); e.hasMoreElements(); ) { in dumpAllRpmInfo()
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java94 while(it.hasMoreElements()) in split()
105 while(it.hasMoreElements()) in split()
114 while(it.hasMoreElements()) in split()
123 while(it.hasMoreElements()) in split()
132 while(it.hasMoreElements()) in split()
141 while(it.hasMoreElements()) in split()
150 while(it.hasMoreElements()) in split()
159 while(it.hasMoreElements()) in split()
168 while(it.hasMoreElements()) in split()
177 while(it.hasMoreElements()) in split()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java83 if (! ci.getDeviceMime().hasMoreElements()) { in addPlugIn()
93 while (ciEnum.hasMoreElements()) { in addPlugIn()
125 while (jarEnum.hasMoreElements()) { in addPlugIn()
198 while (ciEnum.hasMoreElements()) in removeByName()
234 while (ciEnum.hasMoreElements()) { in findConverterInfo()
242 while (fromEnum.hasMoreElements()) { in findConverterInfo()
278 while (cifEnum.hasMoreElements()) { in findConverterInfoChain()
287 while (fromEnum.hasMoreElements()) { in findConverterInfoChain()
296 while (citEnum.hasMoreElements()) { in findConverterInfoChain()
491 while (ciEnum.hasMoreElements()) in main()
[all …]
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorkbook.java105 for(Enumeration e = definedNames.elements();e.hasMoreElements();) { in write()
110 for(Enumeration e = fonts.elements();e.hasMoreElements();) { in write()
114 for(Enumeration e = extendedFormats.elements();e.hasMoreElements();) { in write()
118 for(Enumeration e = boundsheets.elements();e.hasMoreElements();) { in write()
124 for(Enumeration e = worksheets.elements();e.hasMoreElements();) { in write()
220 for(Enumeration e = fonts.elements();e.hasMoreElements();) { in addFont()
250 for(Enumeration e = extendedFormats.elements();e.hasMoreElements();) { in addExtendedFormat()
319 for(Enumeration e = worksheets.elements();e.hasMoreElements();) { in getSettings()
439 for(Enumeration e = columnRows.elements();e.hasMoreElements();) { in addColInfo()
485 for(Enumeration e = worksheets.elements();e.hasMoreElements();) { in addSettings()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx235 while( xEnumeration->hasMoreElements() ) in setNode()
328 while( xEnumeration->hasMoreElements() ) in getNumberOfSubitems()
593 if( xEnumeration->hasMoreElements() ) in checkForText()
1050 while( xEnumeration->hasMoreElements() ) in setIterateType()
1092 while( xE->hasMoreElements() ) in setIterateType()
1150 while( xEnumeration->hasMoreElements() ) in getPath()
1177 while( xEnumeration->hasMoreElements() ) in setPath()
2005 while( xEnumeration->hasMoreElements() ) in implRebuild()
2161 if( xEnumeration->hasMoreElements() ) in implFindNextContainer()
2269 if( xEnumeration->hasMoreElements() ) in stl_process_after_effect_node_func()
[all …]
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java128 while (fields.hasMoreElements()){ in getToDoList()
134 while (contentEnum.hasMoreElements()){ in getToDoList()
247 while (m_params.hasMoreElements()){ in replacePlaceHolder()
257 while( cont.hasMoreElements() ) { in replacePlaceHolder()
263 while( holders.hasMoreElements() ) { in replacePlaceHolder()
295 while( cont.hasMoreElements() ) { in removeSuperfluousContent()
400 while (data.hasMoreElements()) { in checkFileType()
H A DTypeDetection.java229 while (k.hasMoreElements()){ in before()
260 while (allToDos.hasMoreElements()){ in checkByURLonly()
362 while (allToDos.hasMoreElements()){ in checkPreselectedType()
412 while (allToDos.hasMoreElements()){ in checkPreselectedFilter()
463 while (allToDos.hasMoreElements()){ in checkPreselectedDocService()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbacollectionimpl.hxx65 virtual sal_Bool SAL_CALL hasMoreElements() throw (css::uno::RuntimeException) in hasMoreElements() function in SimpleIndexAccessToEnumeration
72 if( !hasMoreElements() ) in nextElement()
106 virtual sal_Bool SAL_CALL hasMoreElements() throw (css::uno::RuntimeException) in hasMoreElements() function in SimpleEnumerationBase
108 return mxEnumeration->hasMoreElements(); in hasMoreElements()
138 …virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (css::uno::RuntimeException) { return m_xEnu… in hasMoreElements() function in EnumerationHelperImpl
162 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (css::uno::RuntimeException) in hasMoreElements() function in XNamedObjectCollectionHelper::XNamedEnumerationHelper
169 if ( hasMoreElements() ) in nextElement()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java142 for (Enumeration e = children.elements(); e.hasMoreElements();) { in getElement()
166 for (Enumeration e = children.elements(); e.hasMoreElements();) { in findPackage()
247 public boolean hasMoreElements() { in hasMoreElements() method in XMLPackageDescription.Elements
248 return e.hasMoreElements(); in hasMoreElements()
271 for (Enumeration e = attributes.keys() ; e.hasMoreElements() ;) { in dump()
290 for (Enumeration e = children.elements() ; e.hasMoreElements() ;) { in dump()
/trunk/main/vcl/source/window/
H A Ddndlcon.cxx167 while (aIterator.hasMoreElements()) in fireDropEvent()
235 while (aIterator.hasMoreElements()) in fireDragExitEvent()
286 while (aIterator.hasMoreElements()) in fireDragOverEvent()
354 while (aIterator.hasMoreElements()) in fireDragEnterEvent()
421 while (aIterator.hasMoreElements()) in fireDropActionChangedEvent()
484 while( aIterator.hasMoreElements() ) in fireDragGestureEvent()
/trunk/main/basic/source/basmgr/
H A Dvbahelper.cxx73 virtual sal_Bool SAL_CALL hasMoreElements() throw (uno::RuntimeException);
91 while( xEnumeration->hasMoreElements() ) in DocumentsEnumeration()
104 sal_Bool SAL_CALL DocumentsEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements() function in basic::vba::__anone00005040111::DocumentsEnumeration
146 while( xControllersEnum->hasMoreElements() ) in lclEnableContainerWindows()
176 while( xDocumentsEnum->hasMoreElements() ) try in lclIterateDocuments()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XContainerQuery.java105 bResult &= subSet.hasMoreElements(); in _createSubSetEnumerationByQuery()
107 while (subSet.hasMoreElements()) { in _createSubSetEnumerationByQuery()
139 bResult = subSet.hasMoreElements(); in _createSubSetEnumerationByProperties()
141 while (subSet.hasMoreElements()) { in _createSubSetEnumerationByProperties()
/trunk/main/xmlsecurity/tools/uno/
H A DDomToTreeModelAdapter.java121 while ( listeners.hasMoreElements() ) in fireTreeNodesChanged()
132 while ( listeners.hasMoreElements() ) in fireTreeNodesInserted()
143 while ( listeners.hasMoreElements() ) in fireTreeNodesRemoved()
154 while ( listeners.hasMoreElements() ) in fireTreeStructureChanged()
/trunk/main/dtrans/source/os2/dnd/
H A DDropTarget.cxx235 while( iter.hasMoreElements()) in fire_drop()
252 while( iter.hasMoreElements()) in fire_dragEnter()
270 while( iter.hasMoreElements()) in fire_dragExit()
287 while( iter.hasMoreElements()) in fire_dragOver()
304 while( iter.hasMoreElements()) in fire_dropActionChanged()
/trunk/main/comphelper/source/container/
H A Denumhelper.cxx65 sal_Bool SAL_CALL OEnumerationByName::hasMoreElements( ) throw(staruno::RuntimeException) in hasMoreElements() function in comphelper::OEnumerationByName
168 sal_Bool SAL_CALL OEnumerationByIndex::hasMoreElements( ) throw(staruno::RuntimeException) in hasMoreElements() function in comphelper::OEnumerationByIndex
268 sal_Bool SAL_CALL OAnyEnumeration::hasMoreElements( ) throw(staruno::RuntimeException) in hasMoreElements() function in comphelper::OAnyEnumeration
279 if ( ! hasMoreElements()) in nextElement()
/trunk/main/dtrans/source/win32/dnd/
H A Dtarget.cxx518 while( iter.hasMoreElements()) in fire_drop()
532 while( iter.hasMoreElements()) in fire_dragEnter()
547 while( iter.hasMoreElements()) in fire_dragExit()
561 while( iter.hasMoreElements()) in fire_dragOver()
575 while( iter.hasMoreElements()) in fire_dropActionChanged()
/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx511 while( iter.hasMoreElements()) in fire_drop()
528 while( iter.hasMoreElements()) in fire_dragEnter()
546 while( iter.hasMoreElements()) in fire_dragExit()
563 while( iter.hasMoreElements()) in fire_dragOver()
580 while( iter.hasMoreElements()) in fire_dropActionChanged()
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java121 for( Enumeration e = prop.propertyNames() ; e.hasMoreElements() ; ) in extract()
161 for( Enumeration e = fileList.elements(); e.hasMoreElements(); ) in merge()
195 for( Enumeration e = langs.elements(); e.hasMoreElements();) in mergeFile()
208 …for( Enumeration e = sourceProp.propertyNames() ; e.hasMoreElements() ; ) // For all property … in mergeFile()
214 … for( Enumeration lang = langs.elements(); lang.hasMoreElements(); ) // merge in every language in mergeFile()
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx285 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in FieldEnumeration
287 return mxEnumeration->hasMoreElements(); in hasMoreElements()
291 if ( !hasMoreElements() ) in nextElement()
317 while( xEnumeration->hasMoreElements() ) in getCount()
331 while( xEnumeration->hasMoreElements() ) in getByIndex()
/trunk/test/testuno/source/fvt/uno/sw/crossreference/
H A DCheckCrossReferences.java79 while (xPortionEnum.hasMoreElements()) { in getNextField()
87 while (xParaEnum.hasMoreElements()) { in getNextField()
90 while (xPortionEnum.hasMoreElements()) { in getNextField()
179 while (xParaEnum.hasMoreElements()) { in checkCrossReferences()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr_tdenumeration.cxx73 sal_Bool SAL_CALL TypeDescriptionEnumerationImpl::hasMoreElements() in hasMoreElements() function in stoc_tdmgr::TypeDescriptionEnumerationImpl
79 return xEnum->hasMoreElements(); in hasMoreElements()
135 if ( m_xEnum->hasMoreElements() ) in queryCurrentChildEnumeration()
/trunk/main/comphelper/inc/comphelper/
H A Denumhelper.hxx76 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(staruno::RuntimeException);
105 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(staruno::RuntimeException);
133 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(staruno::RuntimeException);
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java155 while (xEnum.hasMoreElements()) in getTextFieldsByProperty()
230 while (xEnum.hasMoreElements()) in updateDocInfoFields()
265 while (xEnum.hasMoreElements()) in updateDateFields()
289 while (xEnum.hasMoreElements()) in fixDateFields()
/trunk/main/sc/source/ui/vba/
H A Dvbawindows.cxx81 while( mxComponents->hasMoreElements() ) in WindowComponentEnumImpl()
90 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in WindowComponentEnumImpl
97 if ( !hasMoreElements() ) in nextElement()
132 while( xEnum->hasMoreElements() ) in WindowsAccessImpl()

Completed in 111 milliseconds

12345678910>>...19