Home
last modified time | relevance | path

Searched defs:ViewEntry (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/slideshow/source/engine/transitions/
H A Dslidechangebase.hxx93 struct ViewEntry struct in slideshow::internal::SlideChangeBase
95 ViewEntry() {} in ViewEntry() argument
97 explicit ViewEntry( const UnoViewSharedPtr& rView ) : in ViewEntry() function
103 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()
H A Dslidechangebase.cxx374 const ViewEntry& /*rViewEntry*/, in performIn()
382 const ViewEntry& /*rViewEntry*/, in performOut()
H A Dslidetransitionfactory.cxx371 const ViewEntry& /*rViewEntry*/, in performOut()
422 const ViewEntry& /*rViewEntry*/, in performIn()
/aoo4110/main/slideshow/source/engine/slide/
H A Dlayer.hxx274 struct ViewEntry struct in slideshow::internal::Layer
276 ViewEntry( const ViewSharedPtr& rView, in ViewEntry() argument
282 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 44 milliseconds