Searched refs:pSupportedMacroItems (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/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 | 55 SvBaseEventDescriptor::SvBaseEventDescriptor( const SvEventDescription* pSupportedMacroItems ) : in SvBaseEventDescriptor() argument 65 mpSupportedMacroItems(pSupportedMacroItems), in SvBaseEventDescriptor() 68 DBG_ASSERT(pSupportedMacroItems != NULL, "Need a list of supported events!"); in SvBaseEventDescriptor() 408 const SvEventDescription* pSupportedMacroItems) : in SvEventDescriptor() argument 409 SvBaseEventDescriptor(pSupportedMacroItems), in SvEventDescriptor() 461 const SvEventDescription* pSupportedMacroItems) : in SvDetachedEventDescriptor() argument 462 SvBaseEventDescriptor(pSupportedMacroItems), in SvDetachedEventDescriptor() 556 …TableEventDescriptor::SvMacroTableEventDescriptor(const SvEventDescription* pSupportedMacroItems) : in SvMacroTableEventDescriptor() argument 557 SvDetachedEventDescriptor(pSupportedMacroItems) in SvMacroTableEventDescriptor() 563 const SvEventDescription* pSupportedMacroItems) : in SvMacroTableEventDescriptor() argument [all …]
|
| /AOO41X/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);
|