Home
last modified time | relevance | path

Searched refs:m_aPropertyMap (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/mysqlc/source/
H A Dmysqlc_propertyids.cxx97 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
98 for(; aIter != m_aPropertyMap.end(); ++aIter) { in ~OPropertyMap()
111 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(idx); in getNameByIndex()
112 if (aIter == m_aPropertyMap.end()) { in getNameByIndex()
187 m_aPropertyMap[idx] = pStr; in fillValue()
H A Dmysqlc_propertyids.hxx40 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A Dpropertyids.cxx91 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
92 for(;aIter != m_aPropertyMap.end();++aIter) in ~OPropertyMap()
100 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(_nIndex); in getNameByIndex()
101 if(aIter == m_aPropertyMap.end()) in getNameByIndex()
167 m_aPropertyMap[_nIndex] = pStr; in fillValue()
H A Dpropertyids.hxx40 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
/aoo41x/main/connectivity/source/commontools/
H A Dpropertyids.cxx104 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
105 for(;aIter != m_aPropertyMap.end();++aIter) in ~OPropertyMap()
113 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(_nIndex); in getNameByIndex()
114 if(aIter == m_aPropertyMap.end()) in getNameByIndex()
189 m_aPropertyMap[_nIndex] = pStr; in fillValue()
/aoo41x/main/editeng/source/uno/
H A Dunoipset.cxx59 : m_aPropertyMap( pMap ), in DECLARE_LIST()
293 return m_aPropertyMap.getByName( rName ); in getPropertyMapEntry()
301 m_xInfo = new SfxItemPropertySetInfo( &m_aPropertyMap ); in getPropertySetInfo()
/aoo41x/main/editeng/inc/editeng/
H A Dunoipset.hxx41 SfxItemPropertyMap m_aPropertyMap; member in SvxItemPropertySet
67 const SfxItemPropertyMap* getPropertyMap()const { return &m_aPropertyMap;} in getPropertyMap()
/aoo41x/main/sfx2/source/doc/
H A Dobjuno.cxx342 SfxItemPropertyMap m_aPropertyMap; member
348 , m_aPropertyMap( lcl_GetDocInfoPropertyMap() ) in SfxDocumentInfoObject_Impl()
528 const SfxItemPropertySimpleEntry* pEntry = _pImp->m_aPropertyMap.getByName( aPropertyName ); in setPropertyValue()
547 const SfxItemPropertySimpleEntry* pEntry = _pImp->m_aPropertyMap.getByName( aPropertyName ); in getPropertyValue()
663 sal_Bool bFixProp = _pImp->m_aPropertyMap.getByName( sName ) != 0; in addProperty()
689 sal_Bool bFixProp = _pImp->m_aPropertyMap.getByName( sName ) != 0; in removeProperty()
/aoo41x/main/vcl/source/gdi/
H A Dprint3.cxx1704 m_aPropertyMap.find( i_rPropertyName ); in getValue()
1705 if( it != m_aPropertyMap.end() ) in getValue()
1712 m_aPropertyMap[ i_rPropertyName ] = i_rValue; in setValue()
1719 m_aPropertyMap.find( i_rPropertyName ); in hasProperty()
1720 return it != m_aPropertyMap.end(); in hasProperty()
1759 m_aPropertyMap.find( pVals[ i ].Name ); in processProperties()
1760 if( it != m_aPropertyMap.end() ) in processProperties()
1772 m_aPropertyMap[ pVals[i].Name ] = pVals[i].Value; in processProperties()
/aoo41x/main/connectivity/source/inc/
H A Dpropertyids.hxx38 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
/aoo41x/main/vcl/inc/vcl/
H A Dprint.hxx555 … std::hash_map< rtl::OUString, com::sun::star::uno::Any, rtl::OUStringHash > m_aPropertyMap; member in vcl::PrinterOptionsHelper

Completed in 132 milliseconds