/aoo41x/main/sw/source/core/text/ |
H A D | SwGrammarMarkUp.cxx | 53 while( pIter != maSentence.end() && *pIter < nPos ) in MoveGrammar() 54 ++pIter; in MoveGrammar() 59 *pIter = xub_StrLen( *pIter + nDiff ); in MoveGrammar() 62 ++pIter; in MoveGrammar() 72 while( pIter != maSentence.end() && *pIter < nSplitPos ) in SplitGrammarList() 96 *pIter = *pIter + nInsertPos; 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() [all …]
|
/aoo41x/main/sfx2/source/control/ |
H A D | objface.cxx | 161 SfxSlot* pIter = pSlots; in SetSlotMap() local 163 pIter->pNextSlot = pIter; in SetSlotMap() 165 if ( !pIter->pNextSlot ) in SetSlotMap() 172 for ( pIter = pSlots; nIter <= nCount; ++pIter, ++nIter ) in SetSlotMap() 179 pIter->GetSlotId() != (pIter+1)->GetSlotId(), in SetSlotMap() 187 pIter->pLinkedSlot = GetSlot( pIter->nMasterSlotId ); in SetSlotMap() 190 ( (SfxSlot*) pIter->pLinkedSlot)->pLinkedSlot = pIter; in SetSlotMap() 194 SfxSlot *pLastSlot = pIter; in SetSlotMap() 210 SfxSlot *pLastSlot = pIter; in SetSlotMap() 265 if ( pIter->pLinkedSlot ) in SetSlotMap() [all …]
|
/aoo41x/main/svtools/source/uno/ |
H A D | statusbarcontroller.cxx | 249 ++pIter; in dispose() 302 if ( xDispatch == pIter->second ) in disposing() 303 pIter->second.clear(); in disposing() 304 pIter++; in disposing() 456 if ( pIter != m_aListenerMap.end() ) in removeStatusListener() 460 m_aListenerMap.erase( pIter ); in removeStatusListener() 516 pIter->second.clear(); in bindListener() 531 ++pIter; in bindListener() 592 pIter->second.clear(); in unbindListener() 593 ++pIter; in unbindListener() [all …]
|
H A D | framestatuslistener.cxx | 110 while ( pIter != m_aListenerMap.end() ) in dispose() 130 ++pIter; in dispose() 157 while ( pIter != m_aListenerMap.end() ) in disposing() 162 pIter->second.clear(); in disposing() 195 if ( pIter != m_aListenerMap.end() ) in addStatusListener() 257 if ( pIter != m_aListenerMap.end() ) in removeStatusListener() 261 m_aListenerMap.erase( pIter ); in removeStatusListener() 329 pIter->second = xDispatch; in bindListener() 333 ++pIter; in bindListener() 391 pIter->second.clear(); in unbindListener() [all …]
|
H A D | toolboxcontroller.cxx | 280 ++pIter; in dispose() 315 pIter->second.clear(); in disposing() 316 ++pIter; in disposing() 472 if ( pIter != m_aListenerMap.end() ) in removeStatusListener() 476 m_aListenerMap.erase( pIter ); in removeStatusListener() 532 pIter->second.clear(); in bindListener() 547 ++pIter; in bindListener() 620 pIter->second.clear(); in unbindListener() 621 ++pIter; in unbindListener() 634 if ( pIter != m_aListenerMap.end() ) in isBound() [all …]
|
/aoo41x/main/framework/source/layoutmanager/ |
H A D | toolbarlayoutmanager.cxx | 471 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in destroyToolbar() 548 for ( pIter = aUIElementVector.begin(); pIter != aUIElementVector.end(); pIter++ ) in destroyToolbars() 775 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in dockAllToolbars() 1803 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in impl_findToolbar() 1827 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in implts_findToolbar() 1849 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in implts_getXWindow() 1939 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in implts_findNextCascadeFloatingPos() 1978 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in implts_sortUIElements() 2022 for ( pIter = m_aUIElements.begin(); pIter != m_aUIElements.end(); pIter++ ) in implts_getDockingAreaElementInfos() 2206 for ( pIter = m_aUIElements.begin(); pIter != pEnd; pIter++ ) in implts_getDockingAreaElementInfoOnSingleRowCol() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | hash_wrap.hxx | 67 const C *pIter = pWwSprmTab; in WrappedHash() local 69 while (pIter < pEnd) in WrappedHash() 71 mHashSet.insert(*pIter); in WrappedHash() 72 pIter++; in WrappedHash() 77 pIter = pWwSprmTab; in WrappedHash() 79 while (pIter < pBeforeEnd) in WrappedHash() 81 if (*pIter == *(pIter+1)) in WrappedHash() 96 reinterpret_cast<const sal_uInt8 *>(&(*pIter)); in WrappedHash() 104 while (*pIter == *(pIter+1) && pIter < pBeforeEnd) in WrappedHash() 105 ++pIter; in WrappedHash() [all …]
|
H A D | sortedarray.hxx | 74 const C *pIter = mpWwSprmTab; in SortedArray() local 76 while (pIter < pBeforeEnd) in SortedArray() 78 if (*pIter == *(pIter+1)) in SortedArray() 93 reinterpret_cast<const sal_uInt8 *>(&(*pIter)); in SortedArray() 101 while (*pIter == *(pIter+1) && pIter < pBeforeEnd) in SortedArray() 102 ++pIter; in SortedArray() 105 ++pIter; in SortedArray()
|
/aoo41x/main/framework/source/uielement/ |
H A D | uicommanddescription.cxx | 341 if ( pIter != m_aCmdInfoCache.end() ) in getSequenceFromCache() 343 if ( !pIter->second.bCommandNameCreated ) in getSequenceFromCache() 344 fillInfoFromResult( pIter->second, pIter->second.aLabel ); in getSequenceFromCache() 349 makeAny( pIter->second.aContextLabel ): makeAny( pIter->second.aLabel ); in getSequenceFromCache() 657 if ( pIter != m_aUICommandsHashMap.end() ) 658 pIter->second = m_xGenericUICommands; 725 if ( pIter->second.is() ) in getByName() 726 a <<= pIter->second; in getByName() 734 pIter->second = xUICommands; in getByName() 764 aSeq[n++] = pIter->first; in getElementNames() [all …]
|
H A D | toolbarmanager.cxx | 452 CommandToInfoMap::iterator pIter; in UpdateImageOrientation() local 511 ++pIter; in UpdateControllers() 773 if ( pIter != m_aCommandMap.end() && ( pIter->second.nImageInfo >= nImageInfo )) in impl_elementChanged() 778 … if (( pIter->second.nImageInfo == 0 ) && ( pIter->second.nImageInfo == nImageInfo )) in impl_elementChanged() 1551 while ( pIter != pEnd ) in RequestImages() 1553 aCmdURLSeq[i++] = pIter->first; in RequestImages() 1554 ++pIter; in RequestImages() 1566 pIter = m_aCommandMap.begin(); in RequestImages() 1567 while ( pIter != pEnd ) in RequestImages() 1588 setToolBarImage(aImage,pIter); in RequestImages() [all …]
|
/aoo41x/main/framework/source/uifactory/ |
H A D | uielementfactorymanager.cxx | 122 FactoryManagerMap::const_iterator pIter = in getFactorySpecifierFromTypeNameModule() local 124 if ( pIter != m_aFactoryManagerMap.end() ) in getFactorySpecifierFromTypeNameModule() 125 return pIter->second; in getFactorySpecifierFromTypeNameModule() 130 return pIter->second; in getFactorySpecifierFromTypeNameModule() 140 return pIter->second; in getFactorySpecifierFromTypeNameModule() 145 return pIter->second; in getFactorySpecifierFromTypeNameModule() 162 if ( pIter != m_aFactoryManagerMap.end() ) in addFactorySpecifierToTypeNameModule() 179 if ( pIter == m_aFactoryManagerMap.end() ) in removeFactorySpecifierFromTypeNameModule() 195 while ( pIter != m_aFactoryManagerMap.end() ) in getFactoriesDescription() 197 rtl::OUString aFactory = pIter->first; in getFactoriesDescription() [all …]
|
H A D | factoryconfiguration.cxx | 108 …MenuControllerMap::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rComma… in getServiceFromCommandModule() local 110 if ( pIter != m_aMenuControllerMap.end() ) in getServiceFromCommandModule() 111 return pIter->second.m_aImplementationName; in getServiceFromCommandModule() 115 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getServiceFromCommandModule() 117 if ( pIter != m_aMenuControllerMap.end() ) in getServiceFromCommandModule() 118 return pIter->second.m_aImplementationName; in getServiceFromCommandModule() 131 if ( pIter != m_aMenuControllerMap.end() ) in getValueFromCommandModule() 132 return pIter->second.m_aValue; in getValueFromCommandModule() 136 pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rtl::OUString() )); in getValueFromCommandModule() 138 if ( pIter != m_aMenuControllerMap.end() ) in getValueFromCommandModule() [all …]
|
/aoo41x/main/svtools/source/config/ |
H A D | extcolorcfg.cxx | 156 ::rtl::OUString* pIter = aNames.getArray(); in GetPropertyNames() 159 for(;pIter != pEnd;++pIter) in GetPropertyNames() 161 *pIter = rScheme + sSep + *pIter; in GetPropertyNames() 264 ::rtl::OUString* pIter = _rSeq.getArray(); in lcl_addString() 266 for(;pIter != pEnd;++pIter) in lcl_addString() 267 *pIter += _sAdd; in lcl_addString() 283 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in Load() 286 aComponentDisplayNames[0] = *pIter; in Load() 364 for(;pIter != pEnd;++pIter) in FillComponentColors() 366 ::rtl::OUString sComponentName = pIter->copy(pIter->lastIndexOf('/')+1); in FillComponentColors() [all …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | table.cxx | 264 Property* pIter = aProps.getArray(); in createArrayHelper() local 265 Property* pEnd = pIter + aProps.getLength(); in createArrayHelper() 266 for(;pIter != pEnd;++pIter) in createArrayHelper() 269 pIter->Attributes = PropertyAttribute::READONLY; in createArrayHelper() 271 pIter->Attributes = PropertyAttribute::READONLY; in createArrayHelper() 273 pIter->Attributes = PropertyAttribute::READONLY; in createArrayHelper() 310 const Type* pIter = aTypes.getConstArray(); in getTypes() local 311 const Type* pEnd = pIter + aTypes.getLength(); in getTypes() 312 for(;pIter != pEnd ;++pIter) in getTypes() 314 …if( (*pIter != aRenameType || getRenameService().is()) && (*pIter != aAlterType || getAlterService… in getTypes() [all …]
|
H A D | TableDeco.cxx | 396 Property* pIter = aTableProps.getArray(); in createArrayHelper() local 397 Property* pEnd = pIter + aTableProps.getLength(); in createArrayHelper() 398 for (;pIter != pEnd ; ++pIter) in createArrayHelper() 401 pIter->Handle = PROPERTY_ID_CATALOGNAME; in createArrayHelper() 403 pIter->Handle = PROPERTY_ID_SCHEMANAME; in createArrayHelper() 405 pIter->Handle = PROPERTY_ID_NAME; in createArrayHelper() 407 pIter->Handle = PROPERTY_ID_DESCRIPTION; in createArrayHelper() 409 pIter->Handle = PROPERTY_ID_TYPE; in createArrayHelper() 411 pIter->Handle = PROPERTY_ID_PRIVILEGES; in createArrayHelper() 663 for(;pIter != pEnd;++pIter) in refreshColumns() [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | queryfilter.cxx | 172 for(;pIter != pEnd;++pIter) in DlgFilterCrit() 194 aLB_WHEREFIELD2.InsertEntry( *pIter ); in DlgFilterCrit() 195 aLB_WHEREFIELD3.InsertEntry( *pIter ); in DlgFilterCrit() 200 pIter = aNames.getConstArray(); in DlgFilterCrit() 201 pEnd = pIter + aNames.getLength(); in DlgFilterCrit() 202 for(;pIter != pEnd;++pIter) in DlgFilterCrit() 205 if ( !m_xColumns->hasByName(*pIter) ) in DlgFilterCrit() 216 aLB_WHEREFIELD1.InsertEntry( *pIter ); in DlgFilterCrit() 217 aLB_WHEREFIELD2.InsertEntry( *pIter ); in DlgFilterCrit() 218 aLB_WHEREFIELD3.InsertEntry( *pIter ); in DlgFilterCrit() [all …]
|
/aoo41x/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 330 if ( pIter != m_aResourceURLToInfoCache.end() ) in getByName() 367 if ( pIter != m_aResourceURLToInfoCache.end() ) in hasByName() 412 if ( pIter != m_aResourceURLToInfoCache.end() ) in removeByName() 413 m_aResourceURLToInfoCache.erase( pIter ); in removeByName() 450 if ( pIter != m_aResourceURLToInfoCache.end() ) in insertByName() 1033 return pIter->second; in impl_insertCacheAndReturnWinState() 1421 if ( pIter != m_aModuleToFileHashMap.end() ) in getByName() 1456 while ( pIter != m_aModuleToFileHashMap.end() ) in getElementNames() 1458 aSeq[n] = pIter->first; in getElementNames() 1459 ++pIter; in getElementNames() [all …]
|
H A D | moduleuiconfigurationmanager.cxx | 411 if ( pIter != rUserHashMap.end() ) in impl_findUIElementData() 414 if ( !pIter->second.bDefault ) in impl_findUIElementData() 418 return &(pIter->second); in impl_findUIElementData() 429 return &(pIter->second); in impl_findUIElementData() 441 while ( pIter != rHashMap.end() ) in impl_storeElementTypeData() 508 ++pIter; in impl_storeElementTypeData() 538 while ( pIter != rHashMap.end() ) in impl_resetElementTypeData() 581 ++pIter; in impl_resetElementTypeData() 605 while ( pIter != rHashMap.end() ) in impl_reloadElementTypeData() 667 ++pIter; in impl_reloadElementTypeData() [all …]
|
H A D | uiconfigurationmanagerimpl.cxx | 381 if ( pIter != rUserHashMap.end() ) in impl_findUIElementData() 384 if ( !pIter->second.bDefault ) in impl_findUIElementData() 388 return &(pIter->second); in impl_findUIElementData() 401 return &(pIter->second); in impl_findUIElementData() 414 while ( pIter != rHashMap.end() ) in impl_storeElementTypeData() 481 ++pIter; in impl_storeElementTypeData() 510 while ( pIter != rHashMap.end() ) in impl_resetElementTypeData() 555 ++pIter; in impl_resetElementTypeData() 578 while ( pIter != rHashMap.end() ) in impl_reloadElementTypeData() 640 ++pIter; in impl_reloadElementTypeData() [all …]
|
H A D | graphicnameaccess.cxx | 62 NameGraphicHashMap::const_iterator pIter = m_aNameToElementMap.find( aName ); in getByName() local 63 if ( pIter != m_aNameToElementMap.end() ) in getByName() 64 return uno::makeAny( pIter->second ); in getByName() 75 NameGraphicHashMap::const_iterator pIter = m_aNameToElementMap.begin(); in getElementNames() local 77 while ( pIter != m_aNameToElementMap.end()) in getElementNames() 79 aSeq[i++] = pIter->first; in getElementNames() 80 ++pIter; in getElementNames() 91 NameGraphicHashMap::const_iterator pIter = m_aNameToElementMap.find( aName ); in hasByName() local 92 return ( pIter != m_aNameToElementMap.end() ); in hasByName()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BDriver.cxx | 152 for(;pIter != pEnd;++pIter) in fillInfo() 156 pIter->Value >>= _rDBInfo.sDBName; in fillInfo() 160 pIter->Value >>= _rDBInfo.sControlUser; in fillInfo() 169 pIter->Value >>= _rDBInfo.bShutDown; in fillInfo() 172 pIter->Value >>= _rDBInfo.sSysUser; in fillInfo() 176 pIter->Value >>= _rDBInfo.sSysPassword; in fillInfo() 184 pIter->Value >>= _rDBInfo.sCacheSize; in fillInfo() 192 pIter->Value >>= _rDBInfo.sBackupFile; in fillInfo() 196 pIter->Value >>= _rDBInfo.sDataDevName; in fillInfo() 208 pIter->Value >>= _rDBInfo.nDataSize; in fillInfo() [all …]
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlfilter.cxx | 616 const PropertyValue *pIter = aViewProps.getConstArray(); in SetViewSettings() local 618 for (; pIter != pEnd; ++pIter) in SetViewSettings() 622 fillPropertyMap(pIter->Value,m_aQuerySettings); in SetViewSettings() 626 fillPropertyMap(pIter->Value,m_aTablesSettings); in SetViewSettings() 633 const PropertyValue *pIter = aConfigProps.getConstArray(); in SetConfigurationSettings() local 635 for (; pIter != pEnd; ++pIter) in SetConfigurationSettings() 640 pIter->Value >>= aWindows; in SetConfigurationSettings() 652 const PropertyValue *pIter = aWindows.getConstArray(); in fillPropertyMap() local 653 const PropertyValue *pEnd = pIter + aWindows.getLength(); in fillPropertyMap() 654 for (; pIter != pEnd; ++pIter) in fillPropertyMap() [all …]
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | myucp_datasupplier.cxx | 287 const ::rtl::OUString* pIter = aSeq.getConstArray(); in getResult() local 288 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in getResult() 289 for(pIter = pIter + nPos;pIter != pEnd;++pIter,++nPos) in getResult() 292 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in getResult() 336 const ::rtl::OUString* pIter = aSeq.getConstArray(); in totalCount() local 337 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in totalCount() 338 for(;pIter != pEnd;++pIter) in totalCount() 340 new ResultListEntry( m_pImpl->m_xContent->getContent(*pIter)->getContentProperties() ) ); in totalCount()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_connection.cxx | 156 const PropertyValue *pIter = info.getConstArray(); in construct() local 157 const PropertyValue *pEnd = pIter + info.getLength(); in construct() 163 for (;pIter != pEnd;++pIter) { in construct() 164 if (!pIter->Name.compareToAscii("user")) { in construct() 165 OSL_VERIFY( pIter->Value >>= aUser ); in construct() 166 } else if (!pIter->Name.compareToAscii("password")) { in construct() 167 OSL_VERIFY( pIter->Value >>= aPass ); in construct() 168 } else if (!pIter->Name.compareToAscii("LocalSocket")) { in construct() 169 OSL_VERIFY( pIter->Value >>= sUnixSocket ); in construct() 171 } else if (!pIter->Name.compareToAscii("NamedPipe")) { in construct() [all …]
|
/aoo41x/main/framework/source/services/ |
H A D | modelwinservice.cxx | 122 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in registerModelForXWindow() local 123 if ( pIter != m_aModelMap.end() ) in registerModelForXWindow() 124 pIter->second = rModel; in registerModelForXWindow() 139 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in getByName() local 140 if ( pIter != m_aModelMap.end()) in getByName() 142 uno::Reference< awt::XControlModel > xModel( pIter->second ); in getByName() 156 ModelWinMap::const_iterator pIter = m_aModelMap.begin(); in getElementNames() local 157 while ( pIter != m_aModelMap.end()) in getElementNames() 158 aResult[i++] = pIter->first; in getElementNames() 167 ModelWinMap::iterator pIter = m_aModelMap.find( sName ); in hasByName() local [all …]
|