Home
last modified time | relevance | path

Searched refs:WrappedShapeEventImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.hxx119 struct WrappedShapeEventImpl struct
124 WrappedShapeEventImpl() : meClickAction( css::presentation::ClickAction_NONE ), mnVerb( 0 ) {}; in WrappedShapeEventImpl() function
127 typedef boost::shared_ptr< WrappedShapeEventImpl > WrappedShapeEventImplPtr;
H A Dslideshowimpl.cxx1414 WrappedShapeEventImplPtr pEvent( new WrappedShapeEventImpl ); in registerShapeEvents()