Home
last modified time | relevance | path

Searched refs:MapType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx287 template< typename MapType >
288 static const typename MapType::mapped_type*
289 … getMapElement( const MapType& rMap, const typename MapType::key_type& rKey );
293 template< typename MapType >
294 static typename MapType::mapped_type*
295 … getMapElementAccess( MapType& rMap, const typename MapType::key_type& rKey );
299 template< typename MapType >
300 static const typename MapType::mapped_type&
301 …getMapElement( const MapType& rMap, const typename MapType::key_type& rKey, const typename MapType
305 template< typename MapType >
[all …]
/trunk/main/canvas/inc/canvas/
H A Dpropertysethelper.hxx64 typedef tools::ValueMap< Callbacks > MapType; typedef in canvas::PropertySetHelper
65 typedef std::vector< MapType::MapEntry > InputMap;
74 MapType::MapEntry aEntry={name, {getter, setter}}; in MakeMap()
80 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in MakeMap()
87 MapType::MapEntry aEntry={name, {getter, setter}}; in operator ()()
94 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in operator ()()
153 std::auto_ptr<MapType> mpMap;
/trunk/main/chart2/source/inc/
H A DCommonFunctors.hxx188 template< class MapType >
189 inline typename MapType::const_iterator
190 findValueInMap( const MapType & rMap, const typename MapType::mapped_type & rData ) in findValueInMap()
194 ::std::equal_to< typename MapType::mapped_type >(), in findValueInMap()
196 ::std::select2nd< typename MapType::value_type >())); in findValueInMap()
/trunk/main/canvas/source/tools/
H A Dpropertysethelper.cxx56 bool operator()( const PropertySetHelper::MapType::MapEntry& rLHS, in operator ()()
57 const PropertySetHelper::MapType::MapEntry& rRHS ) in operator ()()
88 mpMap.reset( new MapType(&maMapEntries[0], in initProperties()