Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 251 – 275 of 475) sorted by relevance

1...<<111213141516171819

/trunk/test/testuno/source/fvt/uno/sw/field/
H A DPageNumberField.java185 while (enumeration.hasMoreElements()) { in isContainPageNumberField()
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentDeserializerImpl.java97 while (e.hasMoreElements()) { in deserialize()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DDocumentDeserializerImpl.java128 while (enumerate.hasMoreElements()) { in deserialize()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextFieldsSupplier.java145 while(xEnum != null && xEnum.hasMoreElements()) { in _getTextFields()
/trunk/main/framework/source/uielement/
H A Dmacrosmenucontroller.cxx193 while ( xEnum->hasMoreElements() ) in addScriptItems()
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobjects.cxx88 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in EnumWrapper
H A Dvbastyles.cxx82 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in EnumWrapper
H A Dvbaaxes.cxx52 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in EnumWrapper
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java227 while (enumer.hasMoreElements()) { in main()
H A DJavaFinder.java162 while (offices.hasMoreElements()) { in getClassLoader()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHTables.cxx186 while (aListenerLoop.hasMoreElements()) in appendNew()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx491 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in DocPropEnumeration
497 if ( !hasMoreElements() ) in nextElement()
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx195 while (pIterator.hasMoreElements()) in implts_SendNotification()
232 while (pIterator.hasMoreElements()) in implts_SendNotification()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx243 while( aIt.hasMoreElements() ) in firing()
310 while( aIt.hasMoreElements() ) in approveFiring()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java218 while (allComp.hasMoreElements()){ in checkDocumentCount()
268 while (allComp.hasMoreElements()){ in compareWindowPositions()
/trunk/main/slideshow/source/engine/
H A Deffectrewinder.cxx287 while (xEnumeration->hasMoreElements()) in countMainSequenceEffects()
/trunk/main/odk/examples/java/ConverterServlet/
H A DConverterServlet.java101 while (files.hasMoreElements()) { in doPost()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java62 while (enumer.hasMoreElements()) { in SelectPathVisualPanel()
/trunk/main/sd/source/core/
H A DTransitionPreset.cxx114 while( xEnumeration->hasMoreElements() ) in importTransitionsFile()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx2058 OSL_ENSURE(xEnum->hasMoreElements(), "xml:id: no paragraph?"); in ~XMLParaContext()
2059 if (xEnum->hasMoreElements()) { in ~XMLParaContext()
2069 OSL_ENSURE(!xEnum->hasMoreElements(), "xml:id: > 1 paragraph?"); in ~XMLParaContext()
/trunk/main/forms/source/component/
H A DFile.cxx262 while (aIter.hasMoreElements() && bContinue) in reset()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java255 for (Enumeration e = data.elements(); e.hasMoreElements(); ) { in parse()
/trunk/main/framework/qa/complex/ModuleManager/
H A DCheckXModuleManager.java209 while(xResult.hasMoreElements()) in impl_searchModulesByDocumentService()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java193 while (keys.hasMoreElements()) in defaultBootstrap_InitialComponentContext()
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx229 sal_Bool SAL_CALL ScIndexEnumeration::hasMoreElements() throw(uno::RuntimeException) in hasMoreElements() function in ScIndexEnumeration

Completed in 115 milliseconds

1...<<111213141516171819