Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 376 – 400 of 474) sorted by relevance

1...<<111213141516171819

/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx332 while( aIt.hasMoreElements() ) in disposeAndClear()
/trunk/main/cpputools/source/registercomponent/
H A Dregistercomponent.cxx636 if( enumeration.is() && enumeration->hasMoreElements() ) in hasService()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx676 while ( aIter.hasMoreElements() && bAskInterceptors ) in CreateContextMenu()
/trunk/main/xmloff/source/forms/
H A Dpropertyexport.cxx217 while (pSequenceIterator->hasMoreElements()) in exportRemainingProperties()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx511 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(::com::sun::star::uno::RuntimeException);
612 virtual sal_Bool SAL_CALL hasMoreElements( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sc/inc/
H A Dcellsuno.hxx1388 virtual sal_Bool SAL_CALL hasMoreElements() throw(::com::sun::star::uno::RuntimeException);
1472 virtual sal_Bool SAL_CALL hasMoreElements() throw(::com::sun::star::uno::RuntimeException);
1551 virtual sal_Bool SAL_CALL hasMoreElements() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/sw/inc/
H A Dunofield.hxx306 virtual sal_Bool SAL_CALL hasMoreElements(void) throw( ::com::sun::star::uno::RuntimeException );
H A Dunoport.hxx300 virtual sal_Bool SAL_CALL hasMoreElements()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportWizard.java404 return e.hasMoreElements(); in isReportBuilderInstalled()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java639 for(Enumeration e = ColumnRowList.elements();e.hasMoreElements();) { in traverseCell()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java635 while (xEnum.hasMoreElements()) { in printRegisteredDatabasesInfo()
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx137 while (pIterator.hasMoreElements()) in StateChangeNotification_Impl()
/trunk/main/forms/source/component/
H A Dclickableimage.cxx184 while( !bCancelled && aIter.hasMoreElements() ) in approveAction()
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx288 while (aIt.hasMoreElements()) in LaunchEvent()
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx366 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) in hasMoreElements() function in RangeBorderEnumWrapper
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDataWrapper.cxx650 while( aIter.hasMoreElements() ) in fireChartDataChangeEvent()
/trunk/main/connectivity/source/drivers/adabas/
H A DBTables.cxx364 while (aListenerLoop.hasMoreElements()) in appendNew()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx297 while ( iter.hasMoreElements() ) in lcl_buildExceptionChain()
/trunk/main/framework/source/fwe/helper/
H A Dtitlehelper.cxx306 while ( pIt.hasMoreElements() ) in impl_sendTitleChangedEvent()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java362 while(entries.hasMoreElements()) { in cacheDocument()
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx155 ::sal_Bool hasMoreElements() { return aIter != mAutoStyles.end(); } in hasMoreElements() function in SwAutoStylesEnumImpl
4699 ::sal_Bool SwXAutoStylesEnumerator::hasMoreElements( ) in hasMoreElements() function in SwXAutoStylesEnumerator
4704 return pImpl->hasMoreElements(); in hasMoreElements()
4715 if( pImpl->hasMoreElements() ) in nextElement()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx179 while(aListIter.hasMoreElements()) in broadcast()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasecontext.cxx159 if ( !xModel->getControllers()->hasMoreElements() ) in operator ()()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx756 while( xEnum->hasMoreElements() ) in getFrontMostDocument()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx596 while (xEnum->hasMoreElements()) { in loadBody()

Completed in 492 milliseconds

1...<<111213141516171819