/aoo41x/main/chart2/source/tools/ |
H A D | NameContainer.cxx | 56 , m_aMap() in NameContainer() 66 , m_aMap( rOther.m_aMap ) in NameContainer() 110 if( m_aMap.find( rName ) != m_aMap.end() ) in insertByName() 121 if( aIt == m_aMap.end()) in removeByName() 123 m_aMap.erase( aIt ); in removeByName() 131 if( aIt == m_aMap.end() ) in replaceByName() 141 if( aIter == m_aMap.end() ) in getByName() 149 sal_Int32 nCount = m_aMap.size(); in getElementNames() 152 …for( tContentMap::iterator aIter = m_aMap.begin(); aIter != m_aMap.end(), nN < nCount; aIter++, nN… in getElementNames() 160 return ( m_aMap.find( rName ) != m_aMap.end() ); in hasByName() [all …]
|
/aoo41x/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 274 m_aMap.clear(); in disposing() 668 while ( i != m_aMap.end() ) in disposing() 676 m_aMap.erase(i); in disposing() 694 OInterfaceMap::iterator i = ::std::find(m_aMap.begin(), m_aMap.end(), in propertyChange() 696 if (i != m_aMap.end()) in propertyChange() 699 m_aMap.erase(i); in propertyChange() 709 return !m_aMap.empty(); in hasElements() 745 for (OInterfaceMap::const_iterator i = m_aMap.begin(); i != m_aMap.end(); ++i, ++pStringArray) in getElementNames() 926 m_aMap.erase(j); in removeElementsNoEvents() 1008 m_aMap.erase(j); in implReplaceByIndex() [all …]
|
/aoo41x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfentries.cxx | 545 if( it == m_aMap.end() ) in insertValue() 559 m_aMap[ rName ] = pValue; in insertValue() 591 m_aMap.clear(); in buildMap() 639 m_pDict->m_aMap.find( "Length" ); in getDictLength() 640 if( it == m_pDict->m_aMap.end() ) in getDictLength() 694 m_pStream->m_pDict->m_aMap.find( "Filter" ); in getDeflatedStream() 695 if( it != m_pStream->m_pDict->m_aMap.end() ) in getDeflatedStream() 1327 if( enc != pTrailer->m_pDict->m_aMap.end() ) in impl_getData() 1349 if( filter != pDict->m_aMap.end() ) in impl_getData() 1361 if( len != pDict->m_aMap.end() ) in impl_getData() [all …]
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | propmap.hxx | 40 TPropMapBase m_aMap; member in TPropMap 49 m_aMap[sKey] = pValue; in put() 57 m_aMap[sKey] = (void*)pCopy; in put_copy() 64 TPropMapBase::iterator pIt = m_aMap.find(sKey); in get() 65 if (pIt == m_aMap.end()) in get() 77 TPropMapBase::iterator pIt = m_aMap.find(sKey); in get_copy() 78 if (pIt == m_aMap.end()) in get_copy() 87 m_aMap.erase(pIt); in get_copy() 93 m_aMap.clear(); in clear()
|
/aoo41x/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 306 add_stream = pTrailer->m_pDict->m_aMap.find( "AdditionalStreams" ); in write_addStreams() 307 if( add_stream != pTrailer->m_pDict->m_aMap.end() ) in write_addStreams() 333 pDict->m_aMap.find( "Type" ); in write_fonts() 334 if( map_it == pDict->m_aMap.end() ) in write_fonts() 345 map_it = pDict->m_aMap.find( "FontName" ); in write_fonts() 346 if( map_it == pDict->m_aMap.end() ) in write_fonts() 356 map_it = pDict->m_aMap.find( "FontFile" ); in write_fonts() 357 if( map_it != pDict->m_aMap.end() ) in write_fonts() 367 map_it = pDict->m_aMap.find( "FontFile2" ); in write_fonts() 368 if( map_it != pDict->m_aMap.end() ) in write_fonts()
|
/aoo41x/main/ucb/workben/cachemap/ |
H A D | cachemapobject3.cxx | 65 if (pElement->m_aContainerIt != m_aMap.end()) in releaseElement() 66 m_aMap.erase(pElement->m_aContainerIt); in releaseElement() 78 Map::iterator aIt(m_aMap.find(rKey)); in get() 79 if (aIt == m_aMap.end()) in get() 82 aIt = m_aMap.insert(Map::value_type(rKey, xElement.get())).first; in get() 96 aIt->second->m_aContainerIt = m_aMap.end(); in get()
|
H A D | cachemapobject1.cxx | 60 m_aMap.erase(pElement->m_aContainerIt); in releaseElement() 77 Map::iterator aIt(m_aMap.find(rKey)); in get() 78 if (aIt == m_aMap.end()) in get() 81 aIt = m_aMap.insert(Map::value_type(rKey, xElement.get())).first; in get()
|
H A D | cachemapobjectcontainer2.cxx | 50 Map::iterator aIt(m_aMap.find(rKey)); in get() 51 if (aIt != m_aMap.end()) in get() 59 m_aMap[rKey] in get()
|
H A D | cachemapobjectcontainer2.hxx | 63 Map m_aMap; member in ucb::cachemap::ObjectContainer2
|
H A D | cachemapobject1.hxx | 59 Map m_aMap; member in ucb::cachemap::ObjectContainer1
|
H A D | cachemapobject3.hxx | 59 Map m_aMap; member in ucb::cachemap::ObjectContainer3
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | DAVSessionFactory.cxx | 50 Map::iterator aIt( m_aMap.begin() ); in createDAVSession() 51 Map::iterator aEnd( m_aMap.end() ); in createDAVSession() 68 aIt = m_aMap.insert( Map::value_type( inUri, xElement.get() ) ).first; in createDAVSession() 82 aIt->second->m_aContainerIt = m_aMap.end(); in createDAVSession() 99 if ( pElement->m_aContainerIt != m_aMap.end() ) in releaseElement() 100 m_aMap.erase( pElement->m_aContainerIt ); in releaseElement()
|
H A D | DAVSessionFactory.hxx | 65 Map m_aMap; member in http_dav_ucp::DAVSessionFactory
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_storage.cxx | 72 OSL_ENSURE( m_aMap.size() == 0, in ~StorageElementFactory() 141 StorageMap::iterator aIt ( m_aMap.begin() ); in createStorage() 142 StorageMap::iterator aEnd( m_aMap.end() ); in createStorage() 206 aIt = m_aMap.insert( in createStorage() 224 aIt->second->m_aContainerIt = m_aMap.end(); in createStorage() 384 if ( pElement->m_aContainerIt != m_aMap.end() ) in releaseElement() 385 m_aMap.erase( pElement->m_aContainerIt ); in releaseElement()
|
H A D | tdoc_storage.hxx | 159 StorageMap m_aMap; member in tdoc_ucp::StorageElementFactory
|
/aoo41x/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 43 sal_Unicode m_aMap[256]; member 51 if (rSet.m_aMap[i] != 0xFFFF) { in testSingleByteCharSet() 80 if (rSet.m_aMap[i] != 0xFFFF && aUnicode[j++] != rSet.m_aMap[i]) { in testSingleByteCharSet() 114 if (rSet.m_aMap[i] != 0xFFFF in testSingleByteCharSet() 124 if (rSet.m_aMap[i] == 0xFFFF) { in testSingleByteCharSet()
|
/aoo41x/main/svl/source/items/ |
H A D | itemprop.cxx | 263 const SfxItemPropertySimpleEntry* pEntry = m_aMap.getByName( rName ); in getPropertyValue() 330 const SfxItemPropertySimpleEntry* pEntry = m_aMap.getByName( rName ); in setPropertyValue() 362 const SfxItemPropertySimpleEntry* pEntry = m_aMap.getByName( rName ); in getPropertyState() 388 m_xInfo = new SfxItemPropertySetInfo( &m_aMap ); in getPropertySetInfo()
|
/aoo41x/main/svl/inc/svl/ |
H A D | itemprop.hxx | 112 SfxItemPropertyMap m_aMap; member in SfxItemPropertySet 119 m_aMap(pMap) {} in SfxItemPropertySet() 158 getPropertyMap() const {return &m_aMap;} in getPropertyMap()
|
/aoo41x/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 661 chk = pTrailer->m_pDict->m_aMap.find( "DocChecksum" ); in getAdditionalStream() 662 if( chk == pTrailer->m_pDict->m_aMap.end() ) in getAdditionalStream() 678 add_stream = pTrailer->m_pDict->m_aMap.find( "AdditionalStreams" ); in getAdditionalStream() 679 if( add_stream == pTrailer->m_pDict->m_aMap.end() ) in getAdditionalStream()
|
/aoo41x/main/chart2/source/inc/ |
H A D | NameContainer.hxx | 94 tContentMap m_aMap; member in chart::NameContainer
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | pdfparse.hxx | 188 Map m_aMap; member
|
/aoo41x/main/forms/source/inc/ |
H A D | InterfaceContainer.hxx | 104 OInterfaceMap m_aMap; member in frm::OInterfaceContainer
|