Lines Matching refs:pSupportedMacroItems

91 	SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems );
92 …SvUnoImageMapObject( 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()
782 …ace > SvUnoImageMapRectangleObject_createInstance( const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMapRectangleObject_createInstance() argument
784 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_RECTANGLE, pSupportedMacroItems ); in SvUnoImageMapRectangleObject_createInstance()
787 …erface > SvUnoImageMapCircleObject_createInstance( const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMapCircleObject_createInstance() argument
789 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_CIRCLE, pSupportedMacroItems ); in SvUnoImageMapCircleObject_createInstance()
792 …rface > SvUnoImageMapPolygonObject_createInstance( const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMapPolygonObject_createInstance() argument
794 return (XWeak*)new SvUnoImageMapObject( IMAP_OBJ_POLYGON, pSupportedMacroItems ); in SvUnoImageMapPolygonObject_createInstance()
797 …erence< XInterface > SvUnoImageMap_createInstance( const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMap_createInstance() argument
799 return (XWeak*)new SvUnoImageMap( pSupportedMacroItems ); in SvUnoImageMap_createInstance()
802 …vUnoImageMap_createInstance( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems ) in SvUnoImageMap_createInstance() argument
804 return (XWeak*)new SvUnoImageMap( rMap, pSupportedMacroItems ); in SvUnoImageMap_createInstance()