Searched refs:pSupportedMacroItems (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svtools/source/uno/ |
| H A D | unoimap.cxx | 91 SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems ); 92 …vUnoImageMapObject( const IMapObject& rMapObject, const SvEventDescription* pSupportedMacroItems ); 200 …eMapObject::SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMapObject() argument 206 mpEvents = new SvMacroTableEventDescriptor( pSupportedMacroItems ); in SvUnoImageMapObject() 210 …SvUnoImageMapObject( const IMapObject& rMapObject, const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMapObject() argument 263 mpEvents = new SvMacroTableEventDescriptor( rMapObject.GetMacroTable(), pSupportedMacroItems ); in SvUnoImageMapObject() 559 SvUnoImageMap( const SvEventDescription* pSupportedMacroItems ); 560 SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems ); 600 SvUnoImageMap::SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMap() argument 608 SvUnoImageMapObject* pUnoObj = new SvUnoImageMapObject( *pMapObject, pSupportedMacroItems ); in SvUnoImageMap() [all …]
|
| H A D | unoevent.cxx | 50 SvBaseEventDescriptor::SvBaseEventDescriptor( const SvEventDescription* pSupportedMacroItems ) : in SvBaseEventDescriptor() argument 60 mpSupportedMacroItems(pSupportedMacroItems), in SvBaseEventDescriptor() 63 DBG_ASSERT(pSupportedMacroItems != NULL, "Need a list of supported events!"); in SvBaseEventDescriptor() 397 const SvEventDescription* pSupportedMacroItems) : in SvEventDescriptor() argument 398 SvBaseEventDescriptor(pSupportedMacroItems), in SvEventDescriptor() 445 const SvEventDescription* pSupportedMacroItems) : in SvDetachedEventDescriptor() argument 446 SvBaseEventDescriptor(pSupportedMacroItems), in SvDetachedEventDescriptor() 537 …TableEventDescriptor::SvMacroTableEventDescriptor(const SvEventDescription* pSupportedMacroItems) : in SvMacroTableEventDescriptor() argument 538 SvDetachedEventDescriptor(pSupportedMacroItems) in SvMacroTableEventDescriptor() 544 const SvEventDescription* pSupportedMacroItems) : in SvMacroTableEventDescriptor() argument [all …]
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | unoimap.hxx | 33 …ce > SvUnoImageMapRectangleObject_createInstance( const SvEventDescription* pSupportedMacroItems ); 34 …rface > SvUnoImageMapCircleObject_createInstance( const SvEventDescription* pSupportedMacroItems ); 35 …face > SvUnoImageMapPolygonObject_createInstance( const SvEventDescription* pSupportedMacroItems ); 37 …::uno::XInterface > SvUnoImageMap_createInstance( const SvEventDescription* pSupportedMacroItems ); 38 …UnoImageMap_createInstance( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems );
|
| H A D | unoevent.hxx | 88 SvBaseEventDescriptor(const SvEventDescription* pSupportedMacroItems); 214 const SvEventDescription* pSupportedMacroItems); 268 SvDetachedEventDescriptor(const SvEventDescription* pSupportedMacroItems); 315 SvMacroTableEventDescriptor(const SvEventDescription* pSupportedMacroItems); 317 const SvEventDescription* pSupportedMacroItems);
|