Home
last modified time | relevance | path

Searched refs:hasMoreElements (Results 401 – 425 of 474) sorted by relevance

1...<<111213141516171819

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx302 virtual ::sal_Bool SAL_CALL hasMoreElements( ) throw (uno::RuntimeException) { return bHasMore; } in hasMoreElements() function in SingleRangeEnumeration
636 …virtual ::sal_Bool SAL_CALL hasMoreElements() throw (::uno::RuntimeException){ return mCurElem < m… in hasMoreElements() function in ColumnsRowEnumeration
640 if ( !hasMoreElements() ) in nextElement()
686 …virtual ::sal_Bool SAL_CALL hasMoreElements() throw (::uno::RuntimeException){ return m_it != m_Ce… in hasMoreElements() function in CellsEnumeration
690 if ( !hasMoreElements() ) in nextElement()
4927 while( xRangesEnum->hasMoreElements() ) in lclGetPrefixChar()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java813 while (commandTokens.hasMoreElements()) { in validateAppExecutionCommand()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx279 while (aIt.hasMoreElements()) in FlushEvents()
H A Ddicimp.cxx492 while (aIt.hasMoreElements()) in launchEvent()
/trunk/main/cui/source/options/
H A Doptsave.cxx557 while(xList->hasMoreElements()) in Reset()
/trunk/main/sfx2/source/doc/
H A Dprinthelper.cxx813 while (pIterator.hasMoreElements()) in Notify()
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx443 if ( xEnumeration->hasMoreElements() ) in SaveDocumentAsFormat()
H A Dfiltergrouping.cxx914 while(xFilterList->hasMoreElements()) in TSortedFilterList()
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx589 while( xEnum->hasMoreElements() ) in exportXFormsSchemas()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx448 while(xList->hasMoreElements()) in SwMailMergeDlg()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx828 while (xEnumeration->hasMoreElements()) in UpdateCompatibilityControls()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx793 while (xAnnotations->hasMoreElements()) in SetCurrentTable()
/trunk/main/connectivity/source/drivers/calc/
H A DCTable.cxx198 if ( xEnum.is() && xEnum->hasMoreElements() ) in lcl_GetUsedCell()
/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx552 sal_Bool SAL_CALL ModelCollectionEnumeration::hasMoreElements() in hasMoreElements() function in ModelCollectionEnumeration
/trunk/main/forms/source/xforms/
H A Dmodel_ui.cxx193 while( ( sInstanceName.getLength() == 0 ) && xEnum->hasMoreElements() ) in lcl_OutInstance()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx711 while ( aIter.hasMoreElements() && !bCanceled ) in consultParameterListeners()
/trunk/main/cui/source/customize/
H A Dselector.cxx697 while (components->hasMoreElements()) in getDocumentModel()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx1248 DBG_ASSERT( xEnum->hasMoreElements(), "empty text enumeration" ); in DeleteParagraph()
1249 if( xEnum->hasMoreElements() ) in DeleteParagraph()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx834 while ( aIter.hasMoreElements() && !xFirstListener.is() ) in ProcessWindowEvent()
876 while ( aIter.hasMoreElements() && !xFirstListener.is() ) in ProcessWindowEvent()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx877 while( xEnum->hasMoreElements() ) in CreateTags()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx181 while (xParagraphs->hasMoreElements()) in SetText()
/trunk/main/forms/source/component/
H A DGrid.cxx416 while (aIter.hasMoreElements() && bContinue) in reset()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java549 while ( xSet.hasMoreElements() && !bAcceptable ) in GetFilterName()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2361 while ( aXTextPortionE->hasMoreElements() ) in ParagraphObj()
2367 …ionObj* pPortionObj = new PortionObj( aXCursorText, !aXTextPortionE->hasMoreElements(), rFontColle… in ParagraphObj()
3026 while ( aXTextParagraphE->hasMoreElements() ) in TextObj()
3032 if ( !aXTextParagraphE->hasMoreElements() ) in TextObj()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx207 while ( bResult && aIter.hasMoreElements() ) in approveUpdate()
1600 while (aIter.hasMoreElements() && !bCancel) in commit()

Completed in 394 milliseconds

1...<<111213141516171819