Searched refs:m_aPropertyMap (Results 1 – 11 of 11) sorted by relevance
/trunk/main/mysqlc/source/ |
H A D | mysqlc_propertyids.cxx | 97 ::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 D | mysqlc_propertyids.hxx | 40 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | propertyids.cxx | 91 ::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 D | propertyids.hxx | 40 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
|
/trunk/main/connectivity/source/commontools/ |
H A D | propertyids.cxx | 104 ::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()
|
/trunk/main/editeng/source/uno/ |
H A D | unoipset.cxx | 59 : m_aPropertyMap( pMap ), in DECLARE_LIST() 293 return m_aPropertyMap.getByName( rName ); in getPropertyMapEntry() 301 m_xInfo = new SfxItemPropertySetInfo( &m_aPropertyMap ); in getPropertySetInfo()
|
/trunk/main/sfx2/source/doc/ |
H A D | objuno.cxx | 342 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()
|
/trunk/main/vcl/source/gdi/ |
H A D | print3.cxx | 1704 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()
|
/trunk/main/editeng/inc/editeng/ |
H A D | unoipset.hxx | 41 SfxItemPropertyMap m_aPropertyMap; member in SvxItemPropertySet 67 const SfxItemPropertyMap* getPropertyMap()const { return &m_aPropertyMap;} in getPropertyMap()
|
/trunk/main/connectivity/source/inc/ |
H A D | propertyids.hxx | 38 ::std::map<sal_Int32 , rtl_uString*> m_aPropertyMap;
|
/trunk/main/vcl/inc/vcl/ |
H A D | print.hxx | 555 … std::hash_map< rtl::OUString, com::sun::star::uno::Any, rtl::OUStringHash > m_aPropertyMap; member in vcl::PrinterOptionsHelper
|
Completed in 67 milliseconds