Home
last modified time | relevance | path

Searched refs:pIt (Results 1 – 25 of 61) sorted by relevance

123

/AOO41X/main/filter/source/config/cache/
H A Dfiltercache.cxx314 for (CacheItemList::const_iterator pIt = rList.begin(); in getMatchingItemsByProps() local
315 pIt != rList.end() ; in getMatchingItemsByProps()
316 ++pIt ) in getMatchingItemsByProps()
319 _FILTER_CONFIG_TO_ASCII_(pIt->first)) in getMatchingItemsByProps()
321 (pIt->second.haveProps(lIProps) ) && in getMatchingItemsByProps()
322 (pIt->second.dontHaveProps(lEProps)) in getMatchingItemsByProps()
325 lKeys.push_back(pIt->first); in getMatchingItemsByProps()
366 for (CacheItemList::const_iterator pIt = rList.begin(); in getItemNames() local
367 pIt != rList.end() ; in getItemNames()
368 ++pIt ) in getItemNames()
[all …]
H A Dtypedetection.cxx294 for ( OUStringList::const_iterator pIt = lFilters.begin(); in impl_checkResultsAndAddBestFilter() local
295 pIt != lFilters.end() && sFilter.getLength() == 0 ; in impl_checkResultsAndAddBestFilter()
296 ++pIt ) in impl_checkResultsAndAddBestFilter()
302 CacheItem aFilter = m_rCache->getItem(FilterCache::E_FILTER, *pIt); in impl_checkResultsAndAddBestFilter()
307 sFilter = *pIt; in impl_checkResultsAndAddBestFilter()
374 OUStringList::const_iterator pIt; in impl_checkResultsAndAddBestFilter() local
375 for ( pIt = lFilters.begin(); in impl_checkResultsAndAddBestFilter()
376 pIt != lFilters.end() ; in impl_checkResultsAndAddBestFilter()
377 ++pIt ) in impl_checkResultsAndAddBestFilter()
379 sFilter = *pIt; in impl_checkResultsAndAddBestFilter()
[all …]
H A Dcacheitem.cxx374 for (const_iterator pIt = lProps.begin(); in haveProps() local
375 pIt != lProps.end() ; in haveProps()
376 ++pIt ) in haveProps()
379 const_iterator pItThis = this->find(pIt->first); in haveProps()
382 …heItem::haveProps() ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps()
387 if (!isSubSet(pIt->second, pItThis->second)) in haveProps()
389 …ops() ... item \"%s\" has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps()
406 for (const_iterator pIt = lProps.begin(); in dontHaveProps() local
407 pIt != lProps.end() ; in dontHaveProps()
408 ++pIt ) in dontHaveProps()
[all …]
/AOO41X/main/framework/source/fwi/classes/
H A Dpropertysethelper.cxx90 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(aProperty.Name); in impl_addPropertyInfo() local
91 if (pIt != m_lProps.end()) in impl_addPropertyInfo()
108 PropertySetHelper::TPropInfoHash::iterator pIt = m_lProps.find(sProperty); in impl_removePropertyInfo() local
109 if (pIt == m_lProps.end()) in impl_removePropertyInfo()
112 m_lProps.erase(pIt); in impl_removePropertyInfo()
222 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in setPropertyValue() local
223 if (pIt == m_lProps.end()) in setPropertyValue()
226 css::beans::Property aPropInfo = pIt->second; in setPropertyValue()
283 PropertySetHelper::TPropInfoHash::const_iterator pIt = m_lProps.find(sProperty); in getPropertyValue() local
284 if (pIt == m_lProps.end()) in getPropertyValue()
[all …]
/AOO41X/main/framework/source/services/
H A Dpathsettings.cxx364 OUStringList::const_iterator pIt; in impl_mergeOldUserPaths() local
365 for ( pIt = lOld.begin(); in impl_mergeOldUserPaths()
366 pIt != lOld.end() ; in impl_mergeOldUserPaths()
367 ++pIt ) in impl_mergeOldUserPaths()
369 const ::rtl::OUString& sOld = *pIt; in impl_mergeOldUserPaths()
626 OUStringList::iterator pIt; in impl_subst() local
628 for ( pIt = lVals.begin(); in impl_subst()
629 pIt != lVals.end() ; in impl_subst()
630 ++pIt ) in impl_subst()
632 const ::rtl::OUString& sOld = *pIt; in impl_subst()
[all …]
H A Dautorecovery.cxx825 AutoRecovery::TDocumentList::iterator pIt; in addStatusListener() local
826 for( pIt = m_lDocCache.begin(); in addStatusListener()
827 pIt != m_lDocCache.end() ; in addStatusListener()
828 ++pIt ) in addStatusListener()
830 AutoRecovery::TDocumentInfo& rInfo = *pIt; in addStatusListener()
1342 AutoRecovery::TDocumentList::iterator pIt; in implts_persistAllActiveViewNames() local
1343 for ( pIt = m_lDocCache.begin(); in implts_persistAllActiveViewNames()
1344 pIt != m_lDocCache.end() ; in implts_persistAllActiveViewNames()
1345 ++pIt ) in implts_persistAllActiveViewNames()
1347 implts_collectActiveViewNames( *pIt ); in implts_persistAllActiveViewNames()
[all …]
/AOO41X/main/framework/source/fwe/interaction/
H A Dpreventduplicateinteraction.cxx132 InteractionList::iterator pIt; in handle() local
133 for ( pIt = m_lInteractionRules.begin(); in handle()
134 pIt != m_lInteractionRules.end() ; in handle()
135 ++pIt ) in handle()
137 InteractionInfo& rInfo = *pIt; in handle()
188 InteractionList::iterator pIt; in handleInteractionRequest() local
189 for ( pIt = m_lInteractionRules.begin(); in handleInteractionRequest()
190 pIt != m_lInteractionRules.end() ; in handleInteractionRequest()
191 ++pIt ) in handleInteractionRequest()
193 InteractionInfo& rInfo = *pIt; in handleInteractionRequest()
[all …]
/AOO41X/main/framework/source/accelerators/
H A Dstorageholder.cxx115 TPath2StorageInfo::iterator pIt; in forgetCachedStorages() local
116 for ( pIt = m_lStorages.begin(); in forgetCachedStorages()
117 pIt != m_lStorages.end() ; in forgetCachedStorages()
118 ++pIt ) in forgetCachedStorages()
120 TStorageInfo& rInfo = pIt->second; in forgetCachedStorages()
164 OUStringList::const_iterator pIt ; in openPath() local
166 for ( pIt = lFolders.begin(); in openPath()
167 pIt != lFolders.end() ; in openPath()
168 ++pIt ) in openPath()
170 const ::rtl::OUString& sChild = *pIt; in openPath()
[all …]
H A Dacceleratorconfiguration.cxx729 AcceleratorCache::TKeyList::const_iterator pIt; in getAllKeyEvents() local
731 for ( pIt = lSecondaryKeys.begin(); pIt != pEnd; ++pIt ) in getAllKeyEvents()
732 lKeys.push_back(*pIt); in getAllKeyEvents()
919 AcceleratorCache::TKeyList::const_iterator pIt; in getKeyEventsByCommand() local
920 for (pIt = lSecondaryKeys.begin(); pIt != lSecondaryKeys.end(); ++pIt) in getKeyEventsByCommand()
921 lKeys.push_back(*pIt); in getKeyEventsByCommand()
931 AcceleratorCache::TKeyList::const_iterator pIt; in lcl_getPreferredKey() local
932 for ( pIt = lKeys.begin (); in lcl_getPreferredKey()
933 pIt != lKeys.end (); in lcl_getPreferredKey()
934 ++pIt ) in lcl_getPreferredKey()
[all …]
/AOO41X/main/svx/source/dialog/
H A Ddocrecovery.cxx168 TURLList::const_iterator pIt; in existsBrokenTempEntries() local
169 for ( pIt = m_lURLs.begin(); in existsBrokenTempEntries()
170 pIt != m_lURLs.end() ; in existsBrokenTempEntries()
171 ++pIt ) in existsBrokenTempEntries()
173 const TURLInfo& rInfo = *pIt; in existsBrokenTempEntries()
184 TURLList::const_iterator pIt; in existsNonRecoveredEntries() local
185 for ( pIt = m_lURLs.begin(); in existsNonRecoveredEntries()
186 pIt != m_lURLs.end() ; in existsNonRecoveredEntries()
187 ++pIt ) in existsNonRecoveredEntries()
189 const TURLInfo& rInfo = *pIt; in existsNonRecoveredEntries()
[all …]
/AOO41X/main/framework/source/classes/
H A Dfwktabwindow.cxx231 TabEntryList::const_iterator pIt; in ClearEntryList() local
232 for ( pIt = m_TabList.begin(); in ClearEntryList()
233 pIt != m_TabList.end(); in ClearEntryList()
234 ++pIt ) in ClearEntryList()
236 delete *pIt; in ClearEntryList()
246 TabEntryList::iterator pIt; in RemoveEntry() local
247 for ( pIt = m_TabList.begin(); in RemoveEntry()
248 pIt != m_TabList.end(); in RemoveEntry()
249 ++pIt ) in RemoveEntry()
251 if ( (*pIt)->m_nIndex == nIndex ) in RemoveEntry()
[all …]
/AOO41X/main/framework/inc/dispatch/
H A Dinterceptionhelper.hxx132 iterator pIt; in findByReference() local
133 for (pIt=begin(); pIt!=end(); ++pIt) in findByReference()
135 if (pIt->xInterceptor == xProviderInterface) in findByReference()
136 return pIt; in findByReference()
153 iterator pIt; in findByPattern() local
154 for (pIt=begin(); pIt!=end(); ++pIt) in findByPattern()
156 sal_Int32 c = pIt->lURLPattern.getLength(); in findByPattern()
157 const ::rtl::OUString* pPattern = pIt->lURLPattern.getConstArray(); in findByPattern()
163 return pIt; in findByPattern()
/AOO41X/main/framework/source/jobs/
H A Djobresult.cxx137 ::comphelper::SequenceAsHashMap::const_iterator pIt = aProtocol.end(); in JobResult()
139 pIt = aProtocol.find(JobConst::ANSWER_DEACTIVATE_JOB()); in JobResult()
140 if (pIt != aProtocol.end()) in JobResult()
142 pIt->second >>= m_bDeactivate; in JobResult()
147 pIt = aProtocol.find(JobConst::ANSWER_SAVE_ARGUMENTS()); in JobResult()
148 if (pIt != aProtocol.end()) in JobResult()
150 pIt->second >>= m_lArguments; in JobResult()
155 pIt = aProtocol.find(JobConst::ANSWER_SEND_DISPATCHRESULT()); in JobResult()
156 if (pIt != aProtocol.end()) in JobResult()
158 if (pIt->second >>= m_aDispatchResult) in JobResult()
/AOO41X/main/svl/source/config/
H A Ditemholder2.cxx111 TItems::const_iterator pIt; in impl_addItem() local
112 for ( pIt = m_lItems.begin(); in impl_addItem()
113 pIt != m_lItems.end() ; in impl_addItem()
114 ++pIt ) in impl_addItem()
116 const TItemInfo& rInfo = *pIt; in impl_addItem()
133 TItems::iterator pIt; in impl_releaseAllItems() local
134 for ( pIt = m_lItems.begin(); in impl_releaseAllItems()
135 pIt != m_lItems.end() ; in impl_releaseAllItems()
136 ++pIt ) in impl_releaseAllItems()
138 TItemInfo& rInfo = *pIt; in impl_releaseAllItems()
/AOO41X/main/framework/source/dispatch/
H A Dinterceptionhelper.cxx102 InterceptorList::const_iterator pIt = m_lInterceptionRegs.findByPattern(aURL.Complete); in queryDispatch() local
103 if (pIt != m_lInterceptionRegs.end()) in queryDispatch()
104 xInterceptor = pIt->xInterceptor; in queryDispatch()
113 pIt = m_lInterceptionRegs.begin(); in queryDispatch()
114 xInterceptor = pIt->xInterceptor; in queryDispatch()
251 InterceptorList::iterator pIt = m_lInterceptionRegs.findByReference(xInterceptor); in releaseDispatchProviderInterceptor() local
252 if (pIt != m_lInterceptionRegs.end()) in releaseDispatchProviderInterceptor()
268 m_lInterceptionRegs.erase(pIt); in releaseDispatchProviderInterceptor()
310 InterceptionHelper::InterceptorList::iterator pIt; in disposing() local
311 for ( pIt = aCopy.begin(); in disposing()
[all …]
/AOO41X/main/svtools/source/config/
H A Ditemholder2.cxx117 TItems::const_iterator pIt; in impl_addItem() local
118 for ( pIt = m_lItems.begin(); in impl_addItem()
119 pIt != m_lItems.end() ; in impl_addItem()
120 ++pIt ) in impl_addItem()
122 const TItemInfo& rInfo = *pIt; in impl_addItem()
139 TItems::iterator pIt; in impl_releaseAllItems() local
140 for ( pIt = m_lItems.begin(); in impl_releaseAllItems()
141 pIt != m_lItems.end() ; in impl_releaseAllItems()
142 ++pIt ) in impl_releaseAllItems()
144 TItemInfo& rInfo = *pIt; in impl_releaseAllItems()
/AOO41X/main/writerfilter/source/doctok/
H A DWW8PropertySetImpl.cxx287 WW8PropertySetIterator::Pointer_t pIt = in dump() local
292 while((*pIt) != (*pItEnd)) in dump()
294 WW8Property::Pointer_t pAttr = pIt->get(); in dump()
297 ++(*pIt); in dump()
303 WW8PropertySetIterator::Pointer_t pIt = begin(); in dots() local
306 while((*pIt) != (*pItEnd)) in dots()
308 WW8Property::Pointer_t pAttr = pIt->get(); in dots()
312 ++(*pIt); in dots()
366 WW8PropertySetIterator::Pointer_t pIt = begin(); in resolve() local
375 while((*pIt) != (*pItEnd)) in resolve()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Dnumberedcollection.cxx96 TNumberedItemHash::const_iterator pIt = m_lComponents.find (pComponent); in leaseNumber() local
99 if (pIt != m_lComponents.end()) in leaseNumber()
100 return pIt->second.nNumber; in leaseNumber()
172 TNumberedItemHash::iterator pIt = m_lComponents.find (pComponent); in releaseNumberForComponent() local
175 if (pIt != m_lComponents.end()) in releaseNumberForComponent()
176 m_lComponents.erase(pIt); in releaseNumberForComponent()
262 TDeadItemList::const_iterator pIt; in impl_cleanUpDeadItems() local
264 for ( pIt = lDeadItems.begin (); in impl_cleanUpDeadItems()
265 pIt != lDeadItems.end (); in impl_cleanUpDeadItems()
266 ++pIt ) in impl_cleanUpDeadItems()
[all …]
H A Dlocale.cxx527 ::std::vector< ::rtl::OUString >::const_iterator pIt; in getFallback()
528 for ( pIt = lISOList.begin(); in getFallback()
529 pIt != lISOList.end() ; in getFallback()
530 ++pIt ) in getFallback()
532 Locale aCheck(*pIt); in getFallback()
535 return pIt; in getFallback()
543 pSimilar = pIt; in getFallback()
552 pEN_US = pIt; in getFallback()
561 pEN = pIt; in getFallback()
570 pXDefault = pIt; in getFallback()
[all …]
H A Dmediadescriptor.cxx437 const_iterator pIt = find(MediaDescriptor::PROP_READONLY()); in isStreamReadOnly() local
438 if (pIt != end()) in isStreamReadOnly()
440 pIt->second >>= bReadOnly; in isStreamReadOnly()
445 pIt = find(MediaDescriptor::PROP_POSTDATA()); in isStreamReadOnly()
446 if (pIt != end()) in isStreamReadOnly()
451 pIt = find(MediaDescriptor::PROP_STREAM()); in isStreamReadOnly()
452 if (pIt != end()) in isStreamReadOnly()
585 const_iterator pIt = find(MediaDescriptor::PROP_INPUTSTREAM()); in impl_addInputStream() local
586 if (pIt != end()) in impl_addInputStream()
593 pIt = find(MediaDescriptor::PROP_POSTDATA()); in impl_addInputStream()
[all …]
/AOO41X/main/unotools/source/config/
H A Ditemholder1.cxx135 TItems::const_iterator pIt; in impl_addItem() local
136 for ( pIt = m_lItems.begin(); in impl_addItem()
137 pIt != m_lItems.end() ; in impl_addItem()
138 ++pIt ) in impl_addItem()
140 const TItemInfo& rInfo = *pIt; in impl_addItem()
157 TItems::iterator pIt; in impl_releaseAllItems() local
158 for ( pIt = m_lItems.begin(); in impl_releaseAllItems()
159 pIt != m_lItems.end() ; in impl_releaseAllItems()
160 ++pIt ) in impl_releaseAllItems()
162 TItemInfo& rInfo = *pIt; in impl_releaseAllItems()
/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx388 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_TOP_BORDER, false… in endTableGetTableStyle() local
389 if ( pIt != rInfo.pTableDefaults->end( ) ) in endTableGetTableStyle()
390 rInfo.pTableDefaults->erase( pIt ); in endTableGetTableStyle()
401 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_BOTTOM_BORDER, fa… in endTableGetTableStyle() local
402 if ( pIt != rInfo.pTableDefaults->end( ) ) in endTableGetTableStyle()
403 rInfo.pTableDefaults->erase( pIt ); in endTableGetTableStyle()
414 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_LEFT_BORDER, fals… in endTableGetTableStyle() local
415 if ( pIt != rInfo.pTableDefaults->end( ) ) in endTableGetTableStyle()
416 rInfo.pTableDefaults->erase( pIt ); in endTableGetTableStyle()
427 …PropertyMap::iterator pIt = rInfo.pTableDefaults->find( PropertyDefinition( PROP_RIGHT_BORDER, fal… in endTableGetTableStyle() local
[all …]
/AOO41X/main/sc/source/filter/excel/
H A Dxlchart.cxx506 for( const XclChFormatInfo* pIt = spFmtInfos; pIt != pEnd; ++pIt ) in XclChFormatInfoProvider() local
507 maInfoMap[ pIt->meObjType ] = pIt; in XclChFormatInfoProvider()
575 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in XclChTypeInfoProvider() local
576 maInfoMap[ pIt->meTypeId ] = pIt; in XclChTypeInfoProvider()
589 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromRecId() local
590 if( pIt->mnRecId == nRecId ) in GetTypeInfoFromRecId()
591 return *pIt; in GetTypeInfoFromRecId()
599 for( const XclChTypeInfo* pIt = spTypeInfos; pIt != pEnd; ++pIt ) in GetTypeInfoFromService() local
600 if( rServiceName.equalsAscii( pIt->mpcServiceName ) ) in GetTypeInfoFromService()
601 return *pIt; in GetTypeInfoFromService()
/AOO41X/main/fpicker/source/win32/filepicker/
H A Dpropmap.hxx64 TPropMapBase::iterator pIt = m_aMap.find(sKey); in get() local
65 if (pIt == m_aMap.end()) in get()
68 void* pItem = pIt->second; in get()
77 TPropMapBase::iterator pIt = m_aMap.find(sKey); in get_copy() local
78 if (pIt == m_aMap.end()) in get_copy()
81 void* pValue = pIt->second; in get_copy()
87 m_aMap.erase(pIt); in get_copy()
/AOO41X/main/sfx2/source/notify/
H A Deventsupplier.cxx682 TModelList::iterator pIt = impl_searchDoc(xDoc); in disposing() local
683 if (pIt != m_lModels.end()) in disposing()
684 m_lModels.erase(pIt); in disposing()
700 TModelList::iterator pIt = impl_searchDoc(xDoc); in has() local
701 if (pIt != m_lModels.end()) in has()
725 TModelList::iterator pIt = impl_searchDoc(xDoc); in insert() local
726 if (pIt != m_lModels.end()) in insert()
762 TModelList::iterator pIt = impl_searchDoc(xDoc); in remove() local
763 if (pIt == m_lModels.end()) in remove()
767 m_lModels.erase(pIt); in remove()
[all …]

123