Home
last modified time | relevance | path

Searched refs:ViewEntry (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/slideshow/source/engine/slide/
H A Dlayer.cxx82 boost::bind( &ViewEntry::getView, _1 ), in addView()
99 ViewEntry( rNewView, in addView()
115 boost::bind( &ViewEntry::getView, _1 ), in removeView()
126 boost::bind( &ViewEntry::getView, _1 ), in removeView()
144 boost::bind( &ViewEntry::getView, _1 ), in viewChanged()
164 boost::bind( &ViewEntry::getViewLayer, in viewsChanged()
178 boost::bind(&ViewEntry::getViewLayer, in setShapeViews()
258 &ViewEntry::getViewLayer, in clearContent()
303 &ViewEntry::getViewLayer, in beginUpdate()
313 &ViewEntry::getViewLayer, in beginUpdate()
[all …]
H A Dlayer.hxx274 struct ViewEntry struct in slideshow::internal::Layer
276 ViewEntry( const ViewSharedPtr& rView, in ViewEntry() function
290 typedef ::std::vector< ViewEntry > ViewEntryVector;
/aoo4110/main/slideshow/source/engine/transitions/
H A Dslidetransitionfactory.cxx186 getLeavingBitmap(ViewEntry(rView))->getXBitmap(), in addTransition()
187 getEnteringBitmap(ViewEntry(rView))->getXBitmap() ); in addTransition()
267 getLeavingBitmap(ViewEntry(rView))->getXBitmap(), in viewChanged()
268 getEnteringBitmap(ViewEntry(rView))->getXBitmap() ); in viewChanged()
345 const ViewEntry& rViewEntry,
355 const ViewEntry& rViewEntry, in performIn()
371 const ViewEntry& /*rViewEntry*/, in performOut() argument
411 const ViewEntry& rViewEntry,
440 const ViewEntry& rViewEntry, in performOut()
542 const ViewEntry& rViewEntry, in performIn()
[all …]
H A Dslidechangebase.hxx93 struct ViewEntry struct in slideshow::internal::SlideChangeBase
95 ViewEntry() {} in ViewEntry() function
97 explicit ViewEntry( const UnoViewSharedPtr& rView ) : in ViewEntry() function
117 typedef ::std::vector<ViewEntry> ViewsVecT;
122 SlideBitmapSharedPtr getLeavingBitmap( const ViewEntry& rViewEntry ) const;
123 SlideBitmapSharedPtr getEnteringBitmap( const ViewEntry& rViewEntry ) const;
147 const ViewEntry& rViewEntry,
164 const ViewEntry& rViewEntry,
177 void addSprites( ViewEntry& rEntry );
178 void clearViewEntry( ViewEntry& rEntry );
H A Dslidechangebase.cxx73 SlideBitmapSharedPtr SlideChangeBase::getLeavingBitmap( const ViewEntry& rViewEntry ) const in getLeavingBitmap()
82 SlideBitmapSharedPtr SlideChangeBase::getEnteringBitmap( const ViewEntry& rViewEntry ) const in getEnteringBitmap()
288 ViewEntry& rViewEntry( maViewData[i] ); in operator ()()
374 const ViewEntry& /*rViewEntry*/, in performIn() argument
382 const ViewEntry& /*rViewEntry*/, in performOut() argument
402 maViewData.push_back( ViewEntry(rView) ); in viewAdded()
404 ViewEntry& rEntry( maViewData.back() ); in viewAdded()
425 boost::bind( &ViewEntry::getView, _1 ))), in viewRemoved()
444 boost::bind( &ViewEntry::getView, _1 ) ))); in viewChanged()
494 void SlideChangeBase::addSprites( ViewEntry& rEntry ) in addSprites()
[all …]
H A Dcombtransition.hxx62 void renderComb( double t, const ViewEntry& rViewEntry ) const;
H A Dcombtransition.cxx99 const ViewEntry& rViewEntry ) const in renderComb()

Completed in 31 milliseconds