Home
last modified time | relevance | path

Searched refs:MapEntry (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/canvas/inc/canvas/
H A Dcanvastools.hxx524 struct MapEntry struct in canvas::tools::ValueMap
547 ValueMap( const MapEntry* pMap, in ValueMap()
614 MapEntry aSearchKey = in lookup()
620 const MapEntry* pRes; in lookup()
621 const MapEntry* pEnd = mpMap+mnEntries; in lookup()
642 static bool mapComparator( const MapEntry& rLHS, in mapComparator()
643 const MapEntry& rRHS ) in mapComparator()
649 const MapEntry* mpMap;
H A Dpropertysethelper.hxx64 typedef std::vector< MapType::MapEntry > InputMap;
73 MapType::MapEntry aEntry={name, {getter, setter}}; in MakeMap()
79 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in MakeMap()
86 MapType::MapEntry aEntry={name, {getter, setter}}; in operator ()()
93 MapType::MapEntry aEntry={name, {getter, SetterType()}}; in operator ()()
/AOO41X/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 ()()
/AOO41X/main/slideshow/source/engine/
H A Dattributemap.cxx50 static AnimateAttributeMap::MapEntry lcl_attributeMap[] = in mapAttributeName()
/AOO41X/main/slideshow/test/
H A Ddemoshow.cxx260 static PropMapT::MapEntry lcl_propertyMap[] = in getPropertyValue()