Home
last modified time | relevance | path

Searched refs:pSupportedMacroItems (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dunoimap.cxx91 SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems );
206 mpEvents = new SvMacroTableEventDescriptor( pSupportedMacroItems ); in SvUnoImageMapObject()
263 mpEvents = new SvMacroTableEventDescriptor( rMapObject.GetMacroTable(), pSupportedMacroItems ); in SvUnoImageMapObject()
559 SvUnoImageMap( const SvEventDescription* pSupportedMacroItems );
560 SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems );
608 SvUnoImageMapObject* pUnoObj = new SvUnoImageMapObject( *pMapObject, pSupportedMacroItems ); in SvUnoImageMap()
784 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_RECTANGLE, pSupportedMacroItems ); in SvUnoImageMapRectangleObject_createInstance()
789 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_CIRCLE, pSupportedMacroItems ); in SvUnoImageMapCircleObject_createInstance()
794 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_POLYGON, pSupportedMacroItems ); in SvUnoImageMapPolygonObject_createInstance()
799 return (XWeak*)new SvUnoImageMap( pSupportedMacroItems ); in SvUnoImageMap_createInstance()
[all …]
H A Dunoevent.cxx55 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 …]
/trunk/main/svtools/inc/svtools/
H A Dunoimap.hxx33 …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 Dunoevent.hxx88 SvBaseEventDescriptor(const SvEventDescription* pSupportedMacroItems);
214 const SvEventDescription* pSupportedMacroItems);
268 SvDetachedEventDescriptor(const SvEventDescription* pSupportedMacroItems);
315 SvMacroTableEventDescriptor(const SvEventDescription* pSupportedMacroItems);
317 const SvEventDescription* pSupportedMacroItems);

Completed in 29 milliseconds