Searched refs:MapEntry (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/canvas/inc/canvas/ |
| H A D | canvastools.hxx | 524 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 D | propertysethelper.hxx | 64 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 D | propertysethelper.cxx | 56 bool operator()( const PropertySetHelper::MapType::MapEntry& rLHS, in operator ()() 57 const PropertySetHelper::MapType::MapEntry& rRHS ) in operator ()()
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | attributemap.cxx | 50 static AnimateAttributeMap::MapEntry lcl_attributeMap[] = in mapAttributeName()
|
| /AOO41X/main/slideshow/test/ |
| H A D | demoshow.cxx | 260 static PropMapT::MapEntry lcl_propertyMap[] = in getPropertyValue()
|