Home
last modified time | relevance | path

Searched refs:m_aMap (Results 1 – 22 of 22) sorted by relevance

/trunk/main/chart2/source/tools/
H A DNameContainer.cxx56 , 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 …]
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx274 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 …]
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx545 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 …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dpropmap.hxx40 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()
/trunk/main/sdext/source/pdfimport/test/
H A Dpdfunzip.cxx306 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()
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobject3.cxx65 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 Dcachemapobject1.cxx60 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 Dcachemapobjectcontainer2.cxx50 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 Dcachemapobjectcontainer2.hxx63 Map m_aMap; member in ucb::cachemap::ObjectContainer2
H A Dcachemapobject1.hxx59 Map m_aMap; member in ucb::cachemap::ObjectContainer1
H A Dcachemapobject3.hxx59 Map m_aMap; member in ucb::cachemap::ObjectContainer3
/trunk/main/ucb/source/ucp/webdav/
H A DDAVSessionFactory.cxx50 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 DDAVSessionFactory.hxx65 Map m_aMap; member in http_dav_ucp::DAVSessionFactory
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_storage.cxx72 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 Dtdoc_storage.hxx159 StorageMap m_aMap; member in tdoc_ucp::StorageElementFactory
/trunk/main/sal/qa/rtl/textenc/
H A Drtl_textcvt.cxx43 sal_Unicode m_aMap[256]; member
51 if (rSet.m_aMap[i] != 0xFFFF) { in testSingleByteCharSet()
78 if (rSet.m_aMap[i] != 0xFFFF && aUnicode[j++] != rSet.m_aMap[i]) { in testSingleByteCharSet()
110 if (rSet.m_aMap[i] != 0xFFFF in testSingleByteCharSet()
120 if (rSet.m_aMap[i] == 0xFFFF) { in testSingleByteCharSet()
/trunk/main/svl/source/items/
H A Ditemprop.cxx263 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()
/trunk/main/svl/inc/svl/
H A Ditemprop.hxx112 SfxItemPropertyMap m_aMap; member in SfxItemPropertySet
119 m_aMap(pMap) {} in SfxItemPropertySet()
158 getPropertyMap() const {return &m_aMap;} in getPropertyMap()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx661 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()
/trunk/main/chart2/source/inc/
H A DNameContainer.hxx94 tContentMap m_aMap; member in chart::NameContainer
/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfparse.hxx188 Map m_aMap; member
/trunk/main/forms/source/inc/
H A DInterfaceContainer.hxx104 OInterfaceMap m_aMap; member in frm::OInterfaceContainer

Completed in 101 milliseconds