Searched refs:mpMap (Results 1 – 11 of 11) sorted by relevance
/trunk/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 …]
|
/trunk/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()
|
/trunk/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()
|
/trunk/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()
|
/trunk/main/canvas/inc/canvas/ |
H A D | canvastools.hxx | 551 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 D | propertysethelper.hxx | 153 std::auto_ptr<MapType> mpMap; member in canvas::PropertySetHelper
|
/trunk/main/unotools/inc/unotools/ |
H A D | propertysetinfo.hxx | 61 PropertyMapImpl* mpMap; member in utl::PropertySetInfo
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | propertysetinfo.hxx | 61 PropertyMapImpl* mpMap; member in comphelper::PropertySetInfo
|
/trunk/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()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 3385 mpMap
|
Completed in 51 milliseconds