Searched refs:mpMap (Results  1 – 11 of 11) sorted by relevance
| /aoo4110/main/comphelper/source/property/ | 
| H A D | propertysetinfo.cxx | 163 	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 …]
 
 | 
| /aoo4110/main/canvas/source/tools/ | 
| H A D | propertysethelper.cxx | 66         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()
 
 | 
| /aoo4110/main/unotools/source/property/ | 
| H A D | propertysetinfo.cxx | 159 	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()
 
 | 
| /aoo4110/main/sfx2/inc/sfx2/ | 
| H A D | controlwrapper.hxx | 91                             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()
 
 | 
| /aoo4110/main/canvas/inc/canvas/ | 
| H A D | canvastools.hxx | 550                 mpMap( pMap ),  in ValueMap()621                 const MapEntry* pEnd = mpMap+mnEntries;  in lookup()
 622                 if( (pRes=::std::lower_bound( mpMap,   in lookup()
 649             const MapEntry* 	mpMap;  member in canvas::tools::ValueMap
 
 | 
| H A D | propertysethelper.hxx | 152         std::auto_ptr<MapType>  mpMap;  member in canvas::PropertySetHelper
 | 
| /aoo4110/main/unotools/inc/unotools/ | 
| H A D | propertysetinfo.hxx | 61 	PropertyMapImpl* mpMap;  member in utl::PropertySetInfo
 | 
| /aoo4110/main/comphelper/inc/comphelper/ | 
| H A D | propertysetinfo.hxx | 61 	PropertyMapImpl* mpMap;  member in comphelper::PropertySetInfo
 | 
| /aoo4110/main/sd/source/ui/unoidl/ | 
| H A D | unoobj.hxx | 52 	const SfxItemPropertyMapEntry* mpMap;  member in SdXShape
 | 
| H A D | unoobj.cxx | 316 	mpMap( pModel?  in SdXShape()476 		pInfo = new SfxExtItemPropertySetInfo( mpMap, xInfo->getProperties() );  in getPropertySetInfo()
 
 | 
| /aoo4110/main/oox/source/token/ | 
| H A D | tokens.txt | 3368 mpMap
 | 
        Completed in 410 milliseconds