Home
last modified time | relevance | path

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

/aoo42x/main/comphelper/source/property/
H A Dpropertysetinfo.cxx163 mpMap = new PropertyMapImpl(); in PropertySetInfo()
168 mpMap = new PropertyMapImpl(); in PropertySetInfo()
169 mpMap->add( pMap ); in PropertySetInfo()
174 delete mpMap; in ~PropertySetInfo()
179 mpMap->add( pMap ); in add()
184 mpMap->add( pMap, nCount ); in add()
189 mpMap->remove( aName ); in remove()
194 return mpMap->getProperties(); in getProperties()
199 return mpMap->getPropertyByName( aName ); in getPropertyByName()
204 return mpMap->hasPropertyByName( Name ); in hasPropertyByName()
[all …]
/aoo42x/main/canvas/source/tools/
H A Dpropertysethelper.cxx66 mpMap(), in PropertySetHelper()
72 mpMap(), in PropertySetHelper()
80 mpMap.reset(); in initProperties()
88 mpMap.reset( new MapType(&maMapEntries[0], in initProperties()
105 if( !mpMap.get() ) in isPropertyName()
109 return mpMap->lookup( aPropertyName, in isPropertyName()
123 if( !mpMap.get() || in setPropertyValue()
124 !mpMap->lookup( aPropertyName, in setPropertyValue()
139 if( !mpMap.get() || in getPropertyValue()
140 !mpMap->lookup( aPropertyName, in getPropertyValue()
/aoo42x/main/unotools/source/property/
H A Dpropertysetinfo.cxx159 mpMap = new PropertyMapImpl(); in PropertySetInfo()
164 delete mpMap; in ~PropertySetInfo()
169 mpMap->add( pMap ); in add()
174 mpMap->remove( aName ); in remove()
179 return mpMap->getProperties(); in getProperties()
184 return mpMap->getPropertyByName( aName ); in getPropertyByName()
189 return mpMap->hasPropertyByName( Name ); in hasPropertyByName()
194 return mpMap->getPropertyMap(); in getPropertyMap()
/aoo42x/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx91 mpMap( pMap ), mnNFPos( nNFPos ) {} in PosValueMapper()
104 const MapEntryType* mpMap; /// The list position/value map. member in sfx::PosValueMapper
530 if( mpMap ) in GetValueFromPos()
532 const MapEntryType* pEntry = mpMap; in GetValueFromPos()
550 if( mpMap ) in GetPosFromValue()
552 const MapEntryType* pEntry = mpMap; in GetPosFromValue()
/aoo42x/main/canvas/inc/canvas/
H A Dcanvastools.hxx551 mpMap( pMap ), in ValueMap()
622 const MapEntry* pEnd = mpMap+mnEntries; in lookup()
623 if( (pRes=::std::lower_bound( mpMap, in lookup()
650 const MapEntry* mpMap; member in canvas::tools::ValueMap
H A Dpropertysethelper.hxx153 std::auto_ptr<MapType> mpMap; member in canvas::PropertySetHelper
/aoo42x/main/unotools/inc/unotools/
H A Dpropertysetinfo.hxx61 PropertyMapImpl* mpMap; member in utl::PropertySetInfo
/aoo42x/main/comphelper/inc/comphelper/
H A Dpropertysetinfo.hxx61 PropertyMapImpl* mpMap; member in comphelper::PropertySetInfo
/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.hxx52 const SfxItemPropertyMapEntry* mpMap; member in SdXShape
H A Dunoobj.cxx316 mpMap( pModel? in SdXShape()
476 pInfo = new SfxExtItemPropertySetInfo( mpMap, xInfo->getProperties() ); in getPropertySetInfo()
/aoo42x/main/oox/source/token/
H A Dtokens.txt3385 mpMap

Completed in 122 milliseconds