Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 351 – 375 of 474) sorted by relevance

1...<<111213141516171819

/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java540 while (entries.hasMoreElements()) { in addParcelToManifest()
/trunk/main/chart2/source/model/template/
H A DChartTypeManager.cxx586 while( xEnum->hasMoreElements()) in getAvailableServiceNames()
/trunk/main/basic/source/classes/
H A Deventatt.cxx536 while ( xModels->hasMoreElements() ) in RTL_Impl_CreateUnoDialog()
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx278 while ( xControllerEnum.is() && xControllerEnum->hasMoreElements() ) in lcl_fallbackToAnotherController()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java553 while (urls.hasMoreElements()) { in getClassesInPackage()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java235 while (aSnapshot.hasMoreElements()) in getSystemFilesFromDir()
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java637 while (xEnum.hasMoreElements()) { in convertChildren()
693 while (xContentEnum.hasMoreElements()) { in convertChildren()
3168 assertTrue("hasNext(): first missing", xEnum.hasMoreElements()); in testMetaXText()
3180 assertTrue("hasNext(): second missing", xEnum.hasMoreElements()); in testMetaXText()
3190 assertFalse("hasNext(): more elements?", xEnum.hasMoreElements()); in testMetaXText()
/trunk/main/sw/inc/
H A Dunoparagraph.hxx351 virtual sal_Bool SAL_CALL hasMoreElements()
/trunk/main/forms/source/component/
H A DButton.cxx473 while(aIter.hasMoreElements() ) in IMPL_LINK()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx514 while ( xEnum->hasMoreElements() ) in buildDocumentsList()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx215 while(iter.hasMoreElements()) in helpRequested()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java351 while(elements.hasMoreElements()) { in notifyListeners()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx153 while(xSet->hasMoreElements()) in createInstanceWithArguments()
/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java418 _enum.hasMoreElements() ); in impl_verifyEnumerationContent()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2796 while( xAnnotationEnumeration->hasMoreElements() ) in collectAnnotationAutoStyles()
2821 if( xAnnotationEnumeration.is() && xAnnotationEnumeration->hasMoreElements() ) in exportAnnotations()
2869 while( xAnnotationEnumeration->hasMoreElements() ); in exportAnnotations()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx575 SwXParagraphEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements() function in SwXParagraphEnumeration
1925 SwXParaFrameEnumeration::hasMoreElements() throw (uno::RuntimeException) in hasMoreElements() function in SwXParaFrameEnumeration
/trunk/main/sd/source/ui/unoidl/
H A Drandomnode.cxx598 while( xEnumeration->hasMoreElements() ) in createEnumeration()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx179 while ( xEnum->hasMoreElements() ) in impl_getFilterFromServiceName_nothrow()
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx431 while( xEnum->hasMoreElements() ) in InitializePresenterScreen()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx668 while( aIter.hasMoreElements() ) in NotifyFocusListeners()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DOfficeProvider.java605 while (compEnum.hasMoreElements()) in closeAllWindows()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java714 if ( tokenizer.hasMoreElements() ) in parseScriptUri()
/trunk/main/linguistic/source/
H A Dlngopt.cxx378 while (aIt.hasMoreElements()) in launchEvent()
H A Dconvdic.cxx674 while (aIt.hasMoreElements()) in flush()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx671 while (xTD_enum->hasMoreElements()) in SAL_IMPLEMENT_MAIN()

Completed in 154 milliseconds

1...<<111213141516171819