/trunk/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 102 if ( aPathLoop == _rPath.end() ) in getStateIndexInPath() 112 if ( aPathPos != aPaths.end( ) ) in getStateIndexInPath() 146 aPath != m_pImpl->aPaths.end(); in checkInvariants() 325 if ( aNewPathPos == m_pImpl->aPaths.end() ) in activatePath() 343 if ( aActivePathPos != m_pImpl->aPaths.end() ) in activatePath() 375 aPathPos != m_pImpl->aPaths.end(); in implUpdateRoadmap() 473 if ( aActivePathPos != m_pImpl->aPaths.end() ) in determineNextState() 507 aPathPos != m_pImpl->aPaths.end(); in canAdvance() 621 if ( pos != m_pImpl->aStateDescriptors.end() ) in getStateDisplayName() 666 path != m_pImpl->aPaths.end(); in knowsState() [all …]
|
/trunk/main/desktop/source/migration/ |
H A D | migration.cxx | 626 xub_StrLen end = 0; in applyPatterns() local 670 vrResult->insert(vrResult->end(), vrSubResult->begin(), vrSubResult->end()); in getAllFiles() 700 vrResult->insert(vrResult->end(), vrInclude->begin(), vrInclude->end()); in compileFileList() 737 j != set.end(); ++j) in setToSeq() 821 sort(va.begin(), va.end()); in substract() 822 sort(vb.begin(), vb.end()); in substract() 823 unique(va.begin(), va.end()); in substract() 824 unique(vb.begin(), vb.end()); in substract() 829 while (i_ex != vb.end()) in substract() 832 while (i_in != va.end()) in substract() [all …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 454 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), handler->second ) != aAllHandlers.end(… in suspendPropertyHandlers_nothrow() 462 loop != aAllHandlers.end(); in suspendPropertyHandlers_nothrow() 682 pageId != m_aPageIds.end(); in updateViewDataFromActivePage() 705 if ( pagePos != m_aPageIds.end() ) in impl_getPageIdForCategory_nothrow() 905 erase != m_aPageIds.end(); in stopInspection() 928 …if ( ::std::find( aAllHandlers.begin(), aAllHandlers.end(), aHandler->second ) == aAllHandlers.end… in stopInspection() 932 loop != aAllHandlers.end(); in stopInspection() 1035 aProperties.end(), in doInspection() 1066 aProperties.end(), in doInspection() 1211 category != aCategories.end(); in impl_buildCategories_throw() [all …]
|
/trunk/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 108 long end = System.currentTimeMillis(); in coolStartup() local 109 addRecord(start, end); in coolStartup() 122 long end = System.currentTimeMillis(); in warmStartup() local 123 addRecord(start, end); in warmStartup() 136 long end = System.currentTimeMillis(); in newTextDocument() local 137 addRecord(start, end); in newTextDocument() 151 addRecord(start, end); in newSpreadsheet() 166 addRecord(start, end); in newPresentation() 195 addRecord(start, end); in slideShow() 316 addRecord(start, end); in loadFinish() [all …]
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 552 if( find_it != m_aPrinters.end() ) in initialize() 655 if( it != m_aPrinters.end() ) in changePrinterInfo() 886 if( it != m_aPrinters.end() ) in removePrinter() 940 if( it != m_aPrinters.end() ) in setDefaultPrinter() 975 for( it = aFonts.begin(); it != aFonts.end(); ++it ) in fillFontSubstitutions() 1001 if( subst != aSubstitutions.end() ) in fillFontSubstitutions() 1124 if( it != m_aPrinters.end() ) in setupJobContextData() 1248 it != i_rLines.end(); ++it ) in lpgetSysQueueTokenHandler() 1254 while( it != i_rLines.end() ) in lpgetSysQueueTokenHandler() 1278 it != i_rLines.end(); ++it ) in lpgetSysQueueTokenHandler() [all …]
|
/trunk/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 100 end=end_; in init() 101 table = (sal_uInt8*) malloc((end-start+1)*sizeof(sal_uInt8)); in init() 102 for (sal_Unicode i = start; i <= end; i++) { in init() 146 if (tables[i].start <= code && code <= tables[i].end) in getIndexWeight() 221 sal_Int16 end = i+1; in makeIndexKeys() local 222 for (end=i+1; end < len && keyStr[end] != close; end++) ; in makeIndexKeys() 224 if (end >= len) // no found in makeIndexKeys() 234 i=end+1; in makeIndexKeys() 277 tables[j++].init(start, end, keys, key_count, this); in init() 280 end = unicode::getUnicodeScriptEnd(scriptList[i]); in init() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | locale.cxx | 529 pIt != lISOList.end() ; in getFallback() 548 (pEN_US == lISOList.end()) && in getFallback() 557 (pEN == lISOList.end() ) && in getFallback() 584 if (pAny == lISOList.end()) in getFallback() 588 if (pSimilar != lISOList.end()) in getFallback() 591 if (pEN_US != lISOList.end()) in getFallback() 594 if (pEN != lISOList.end()) in getFallback() 597 if (pXDefault != lISOList.end()) in getFallback() 600 if (pXNoTranslate != lISOList.end()) in getFallback() 603 if (pAny != lISOList.end()) in getFallback() [all …]
|
/trunk/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.hxx | 46 typename InterfaceMap::iterator end = m_pMap->end(); in ~OMultiTypeInterfaceContainerHelperVar() local 48 while( iter != end ) in ~OMultiTypeInterfaceContainerHelperVar() 70 typename InterfaceMap::iterator end = m_pMap->end(); in getContainedTypes() local 73 while( iter != end ) in getContainedTypes() 98 if( iter != m_pMap->end() ) in getContainer() 112 if( iter == m_pMap->end() ) in addInterface() 134 if( iter != m_pMap->end() ) in removeInterface() 159 typename InterfaceMap::iterator end = m_pMap->end(); in disposeAndClear() local 162 while( iter != end ) in disposeAndClear() 186 typename InterfaceMap::iterator end = m_pMap->end(); in clear() local [all …]
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 230 TSectionsMap::iterator aEnd = m_aSections.end(); in resize() 361 TSectionsMap::iterator aEnd = m_aSections.end(); in SetInsertObj() 526 TSectionsMap::iterator aEnd = m_aSections.end(); in unmarkAllObjects() 588 TSectionsMap::iterator aEnd = m_aSections.end(); in MouseButtonUp() 610 TSectionsMap::iterator aEnd = m_aSections.end(); in handleKeyEvent() 624 TSectionsMap::iterator aRet = m_aSections.end(); in getIteratorAtPos() 640 TSectionsMap::iterator aEnd = m_aSections.end(); in setMarked() 685 TSectionsMap::iterator aEnd = m_aSections.end(); in collectRectangles() 936 TSectionsMap::iterator aEnd = m_aSections.end(); in setGridSnap() 948 TSectionsMap::iterator aEnd = m_aSections.end(); in setDragStripes() [all …]
|
/trunk/main/filter/source/config/cache/ |
H A D | filtercache.cxx | 395 if (pIt != rList.end()) in hasItem() 428 if (pIt == rList.end()) in getItem() 484 if (pItem == rList.end()) in removeItem() 638 if (pIt != rItem.end()) in removeStatePropsFromItem() 641 if (pIt != rItem.end()) in removeStatePropsFromItem() 1377 if (pItem == pList->end()) in impl_addItem2FlushList() 1425 if (::std::find(lTypeRegs.begin(), lTypeRegs.end(), sType) == lTypeRegs.end()) in impl_resolveItem4TypeRegistration() 1730 if (pLocale == lLocales.end()) in impl_readPatchUINames() 1749 if (pUIName != lUINames.end()) in impl_readPatchUINames() 2481 if (::std::find(lTypes.begin(), lTypes.end(), sType) != lTypes.end()) in impl_searchFrameLoaderForType() [all …]
|
H A D | cacheitem.cxx | 68 if (pItThis == this->end()) in update() 88 if (pUINames != end()) in validateUINames() 92 if (pUIName != end()) in validateUINames() 122 pProp != end() ; in getAsPackedPropertyValueList() 266 if (::std::find(stl_s2.begin(), stl_s2.end(), *it1) == stl_s2.end()) in isSubSet() 293 if (it2 == stl_p2.end()) in isSubSet() 325 if (it2 == stl_n2.end()) in isSubSet() 375 pIt != lProps.end() ; in haveProps() 380 if (pItThis == this->end()) in haveProps() 407 pIt != lProps.end() ; in dontHaveProps() [all …]
|
H A D | filterfactory.cxx | 344 if (pIt != lTokens.end()) in impl_queryMatchByDocumentService() 393 if (pIt != lTokens.end()) in impl_queryMatchByDocumentService() 397 if (pIt != lTokens.end()) in impl_queryMatchByDocumentService() 528 if (pIt1 != lTokens.end()) in impl_getSortedFilterList() 531 if (pIt1 != lTokens.end()) in impl_getSortedFilterList() 534 if (pIt1 != lTokens.end()) in impl_getSortedFilterList() 548 pIt2 != lModules.end() ; in impl_getSortedFilterList() 555 pIt3 != lFilters4Module.end() ; in impl_getSortedFilterList() 625 pIt2 != lOtherFilters.end() ; in impl_getSortedFilterListForModule() 630 if (pIt3 == lSortedFilters.end()) in impl_getSortedFilterListForModule() [all …]
|
/trunk/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 150 for(std::vector<SwPostItPageItem*>::iterator i = mPages.begin(); i!= mPages.end() ; i++) in ~SwPostItMgr() 840 SwSidebarItem_iterator aItem = mPages[aPage-1]->mList->end(); in BorderOverPageBorder() 1040 if (aNextPostIt !=aVisiblePostItList.end()) in LayoutByPage() 1092 if (aNextPostIt !=aVisiblePostItList.end() && (*aNextPostIt)->IsFollow()) in LayoutByPage() 1235 for(std::vector<const SwFmtFld*>::iterator i = aTmp.begin(); i!= aTmp.end() ; i++) in Delete() 1262 for(std::vector<const SwFmtFld*>::iterator i = aTmp.begin(); i!= aTmp.end() ; i++) in Delete() 1368 for(const_iterator i = mvPostItFlds.begin(); i!= mvPostItFlds.end() ; i++) in GetSidebarWin() 1378 for(const_iterator i = mvPostItFlds.begin(); i!= mvPostItFlds.end() ; i++) in GetAnnotationWin() 1407 if ( iNextPostIt==mvPostItFlds.end() ) in GetNextPostIt() 1442 if (aNext == mPages[n]->mList->end()) in GetNextBorder() [all …]
|
/trunk/main/xmlsecurity/test_docs/CAs/ |
H A D | README.txt | 26 Valid end certificate. 50 Valid end certificate. 74 Valid end certificate. 108 Valid end certificate. 114 Revoked end certificate. 163 Valid end certificate. 188 Valid end certificate. 222 Valid end certificate. 287 Valid end certificate. 342 Valid end certificate. [all …]
|
/trunk/main/sw/source/core/text/ |
H A D | SwGrammarMarkUp.cxx | 53 while( pIter != maSentence.end() && *pIter < nPos ) in MoveGrammar() 56 while( pIter != maSentence.end() ) in MoveGrammar() 72 while( pIter != maSentence.end() && *pIter < nSplitPos ) in SplitGrammarList() 94 while( pIter != pNext->maSentence.end() ) in JoinGrammarList() 99 maSentence.insert( maSentence.end(), pNext->maSentence.begin(), pNext->maSentence.end() ); in JoinGrammarList() 129 while( pIter != maSentence.end() && *pIter < nStart ) in setSentence() 131 if( pIter == maSentence.end() || *pIter > nStart ) in setSentence() 140 while( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart() 145 if( pIter != maSentence.end() && *pIter < nPos ) in getSentenceStart() 155 while( pIter != maSentence.end() && *pIter <= nPos ) in getSentenceEnd() [all …]
|
/trunk/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 188 if (aIter != aBroadcastAreaTbl.end()) in StartListeningArea() 236 if (aIter == aBroadcastAreaTbl.end()) in EndListeningArea() 255 if (aIter == aBroadcastAreaTbl.end()) in EndListeningArea() 448 if (aIter == aBroadcastAreaTbl.end()) in UpdateRemoveArea() 518 iTab != aTableSlotsMap.end(); ++iTab) in ~ScBroadcastAreaSlotMachine() 597 if (iTab == aTableSlotsMap.end()) in StartListeningArea() 700 if (iTab == aTableSlotsMap.end()) in AreaBroadcast() 824 if (iTab == aTableSlotsMap.end()) in UpdateBroadcastAreas() 859 while (iTab != aTableSlotsMap.end()) in UpdateBroadcastAreas() 869 if (iStop != aTableSlotsMap.end()) in UpdateBroadcastAreas() [all …]
|
/trunk/main/xmloff/source/core/ |
H A D | nmspmap.cxx | 100 if( aIter == aNameMap.end() ) in _Add() 127 if ( aNameHash.find ( rPrefix ) == aNameHash.end() ) in Add() 179 return (aIter != aNameMap.end()) ? (*aIter).second->sPrefix : sEmpty; in GetPrefixByKey() 185 return (aIter != aNameMap.end()) ? (*aIter).second->sName : sEmpty; in GetNameByKey() 192 if (aIter != aNameMap.end()) in GetAttrNameByKey() 247 aQCacheIter = aQNameCache.end(); in GetQNameByKey() 248 if ( aQCacheIter != aQNameCache.end() ) in GetQNameByKey() 253 if ( aIter != aNameMap.end() ) in GetQNameByKey() 305 it = aNameCache.end(); in _GetKeyByAttrName() 306 if ( it != aNameCache.end() ) in _GetKeyByAttrName() [all …]
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | cppcompskeleton.cxx | 64 while (iter != interfaces.end()) in generateIncludes() 161 while (iter != services.end()) in generateCompHelperDefinition() 594 i != members.end(); ++i) in generateMemberInitialization() 620 i != members.end(); ++i) in generateMemberDeclaration() 657 while (iter != interfaces.end()) in generateClassDefinition() 717 while (it != interfaces.end()) in generateClassDefinition() 904 while (iter != interfaces.end()) { in generateMethodBodies() 940 while (iter != interfaces.end()) in generateQueryInterface() 944 if (iter != interfaces.end()) in generateQueryInterface() 987 while (iter != types.end()) { in generateSkeleton() [all …]
|
/trunk/main/sw/source/core/access/ |
H A D | accmap.cxx | 279 const_iterator aEndIter = end(); in Copy() 546 for ( ;li != end();) in MoveInvalidXAccToEnd() 561 insert(end(),lstEvent.begin(),lstEvent.end()); in MoveInvalidXAccToEnd() 898 if( aIter != mpFrmMap->end() ) in FireEvent() 1003 if( aIter != mpEventMap->end() ) in AppendEvent() 1408 while( aIter != mapTemp.end() ) in InvalidateShapeInParaSelection() 1711 if( aIter != mpFrmMap->end() ) in ~SwAccessibleMap() 1845 if( aIter != mpFrmMap->end() ) in _GetDocumentView() 1859 if( aIter != mpFrmMap->end() ) in _GetDocumentView() 1922 if( aIter != mpFrmMap->end() ) in GetContext() [all …]
|
/trunk/main/scp2/source/ooo/ |
H A D | windowscustomaction_ooo.scp | 86 Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" and VersionNT64", "end"); 95 Assignment1 = ("InstallExecuteSequence", "\&FEATURETEMPLATE=3 And Not PATCH", "end"); 149 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "end"); 186 Assignment1 = ("InstallExecuteSequence", "Not PATCH", "end"); 253 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end"); 254 Assignment2 = ("AdminExecuteSequence", "", "end"); 263 Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end"); 264 Assignment2 = ("AdminExecuteSequence", "", "end"); 282 Assignment1 = ("InstallExecuteSequence", "\&FEATURETEMPLATE=3", "end"); 311 Assignment1 = ("InstallExecuteSequence", "", "end"); [all …]
|
/trunk/main/dbaccess/source/core/api/ |
H A D | StaticSet.cxx | 126 m_aSetIter = m_aSet.end() - 1; in fetchRow() 145 m_aSetIter = m_aSet.end() - 1; in fillAllRows() 165 m_aSetIter = m_aSet.end(); in next() 181 return m_aSetIter == m_aSet.end() && m_bEnd; in isAfterLast() 208 m_aSetIter = m_aSet.end(); in afterLast() 217 m_aSetIter = m_aSet.end(); in first() 219 return m_aSetIter != m_aSet.end(); in first() 227 m_aSetIter = m_aSet.end()-1; in last() 349 m_aSetIter = m_aSet.end() - 1; in insertRow() 368 if(aPos == (m_aSet.end()-1)) in deleteRow() [all …]
|
/trunk/main/sd/source/ui/sidebar/ |
H A D | MasterPageObserver.cxx | 212 if(aMasterPageDescriptor != maUsedMasterPages.end()) in UnregisterDocument() 224 maListeners.end(), in AddEventListener() 225 rEventListener) == maListeners.end()) in AddEventListener() 236 aDocumentIterator!=maUsedMasterPages.end(); in AddEventListener() 263 maListeners.end(), in RemoveEventListener() 276 if (aMasterPageDescriptor != maUsedMasterPages.end()) in GetMasterPageNames() 351 J!=aOldMasterPagesDescriptor->second.end(); in AnalyzeUsedMasterPages() 361 aCurrentMasterPages.end(), in AnalyzeUsedMasterPages() 363 aOldMasterPagesDescriptor->second.end(), in AnalyzeUsedMasterPages() 381 aOldMasterPagesDescriptor->second.end(), in AnalyzeUsedMasterPages() [all …]
|
/trunk/main/sd/source/ui/view/ |
H A D | ToolBarManager.cxx | 1420 if (iGroup != maGroups.end()) in ClearGroup() 1437 if (iGroup == maGroups.end()) in AddToolBar() 1440 if (iGroup != maGroups.end()) in AddToolBar() 1444 if (iBar == iGroup->second.end()) in AddToolBar() 1459 if (iGroup != maGroups.end()) in RemoveToolBar() 1463 if (iBar != iGroup->second.end()) in RemoveToolBar() 1481 if (iGroup != maGroups.end()) in MakeRequestedToolBarList() 1484 iGroup->second.end(), in MakeRequestedToolBarList() 1501 == maActiveToolBars.end()) in GetToolBarsToActivate() 1520 == aRequestedToolBars.end()) in GetToolBarsToDeactivate() [all …]
|
/trunk/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 523 if( left != aGlyphMap.end() && right != aGlyphMap.end() ) in queryMetricPage() 636 if( left != aGlyphMap.end() && right != aGlyphMap.end() ) in queryMetricPage() 1238 if( it != m_aDirToAtom.end() ) in getDirectoryAtom() 1442 if( it != m_aFonts.end() ) in findFontFileID() 1578 rEntries.insert( rEntries.end(), alias_it->second.begin(), alias_it->second.end() ); in parseXLFD_appendAliases() 1594 it != aXLFDs.end(); ++it ) in getFontAttributesFromXLFD() 1649 if( rXLFDs.begin() != rXLFDs.end() ) in getFontAttributesFromXLFD() 2405 if (it != m_aFamilyTypes.end()) in initialize() 3506 if( haveFont == m_aFonts.end() ) in removeFonts() 3619 return rNames.begin() != rNames.end(); in getAlternativeFamilyNames() [all …]
|
/trunk/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCache.cxx | 204 return (iEntry != mpBitmapContainer->end() in HasBitmap() 217 if (aIterator != mpBitmapContainer->end()) in BitmapIsUpToDate() 231 if (iEntry == mpBitmapContainer->end()) in GetBitmap() 262 if (iEntry != mpBitmapContainer->end()) in GetMarkedBitmap() 279 if (aIterator != mpBitmapContainer->end()) in ReleaseBitmap() 294 if (iEntry != mpBitmapContainer->end()) in InvalidateBitmap() 338 if (iEntry != mpBitmapContainer->end()) in SetBitmap() 353 if (iEntry != mpBitmapContainer->end()) in SetBitmap() 367 if (iEntry != mpBitmapContainer->end()) in SetMarkedBitmap() 384 if (iEntry != mpBitmapContainer->end()) in SetPrecious() [all …]
|