Searched defs:ViewEntry (Results 1 – 4 of 4) sorted by relevance
93 struct ViewEntry struct in slideshow::internal::SlideChangeBase95 ViewEntry() {} in ViewEntry() argument97 explicit ViewEntry( const UnoViewSharedPtr& rView ) : in ViewEntry() argument103 UnoViewSharedPtr mpView;105 boost::shared_ptr<cppcanvas::CustomSprite> mpOutSprite;107 boost::shared_ptr<cppcanvas::CustomSprite> mpInSprite;109 mutable SlideBitmapSharedPtr mpLeavingBitmap;111 mutable SlideBitmapSharedPtr mpEnteringBitmap;114 const UnoViewSharedPtr& getView() const { return mpView; } in getView()
374 const ViewEntry& /*rViewEntry*/, in performIn()382 const ViewEntry& /*rViewEntry*/, in performOut()
371 const ViewEntry& /*rViewEntry*/, in performOut()422 const ViewEntry& /*rViewEntry*/, in performIn()
274 struct ViewEntry struct in slideshow::internal::Layer276 ViewEntry( const ViewSharedPtr& rView, in ViewEntry() argument282 ViewSharedPtr mpView;283 ViewLayerSharedPtr mpViewLayer;286 const ViewSharedPtr& getView() const { return mpView; } in getView()287 const ViewLayerSharedPtr& getViewLayer() const { return mpViewLayer; } in getViewLayer()
Completed in 32 milliseconds