Searched refs:MapEntry (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/canvas/inc/canvas/ |
| H A D | canvastools.hxx | 525 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 D | propertysethelper.hxx | 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 ()()
|
| /AOO42X/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 ()()
|
| /AOO42X/main/slideshow/source/engine/ |
| H A D | attributemap.cxx | 50 static AnimateAttributeMap::MapEntry lcl_attributeMap[] = in mapAttributeName()
|
| /AOO42X/main/slideshow/test/ |
| H A D | demoshow.cxx | 271 static PropMapT::MapEntry lcl_propertyMap[] = in getPropertyValue()
|