Home
last modified time | relevance | path

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

/AOO42X/main/canvas/inc/canvas/
H A Dcanvastools.hxx525 struct MapEntry struct in canvas::tools::ValueMap
548 ValueMap( const MapEntry* pMap, in ValueMap()
615 MapEntry aSearchKey = in lookup()
621 const MapEntry* pRes; in lookup()
622 const MapEntry* pEnd = mpMap+mnEntries; in lookup()
643 static bool mapComparator( const MapEntry& rLHS, in mapComparator()
644 const MapEntry& rRHS ) in mapComparator()
650 const MapEntry* mpMap;
H A Dpropertysethelper.hxx65 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 ()()
/AOO42X/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 ()()
/AOO42X/main/slideshow/source/engine/
H A Dattributemap.cxx50 static AnimateAttributeMap::MapEntry lcl_attributeMap[] = in mapAttributeName()
/AOO42X/main/slideshow/test/
H A Ddemoshow.cxx271 static PropMapT::MapEntry lcl_propertyMap[] = in getPropertyValue()