/trunk/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 150 virtual void viewAdded( const UnoViewSharedPtr& rView ); 413 boost::bind( &SlideImpl::viewAdded, in SlideImpl() 682 void SlideImpl::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::__anon016e0df80111::SlideImpl 689 mpLayerManager->viewAdded( rView ); in viewAdded()
|
H A D | userpaintoverlay.cxx | 92 boost::bind( &PaintOverlayHandler::viewAdded, in PaintOverlayHandler() 104 virtual void viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::PaintOverlayHandler
|
H A D | layermanager.cxx | 107 ::boost::bind(&LayerManager::viewAdded, in LayerManager() 185 void LayerManager::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::LayerManager
|
H A D | layermanager.hxx | 113 void viewAdded( const UnoViewSharedPtr& rView );
|
/trunk/main/slideshow/source/engine/ |
H A D | waitsymbol.cxx | 77 boost::bind( &WaitSymbol::viewAdded, in WaitSymbol() 120 void WaitSymbol::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::WaitSymbol
|
H A D | rehearsetimingsactivity.cxx | 181 boost::bind( &RehearseTimingsActivity::viewAdded, in RehearseTimingsActivity() 339 void RehearseTimingsActivity::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::RehearseTimingsActivity
|
H A D | waitsymbol.hxx | 71 virtual void viewAdded( const UnoViewSharedPtr& rView );
|
H A D | rehearsetimingsactivity.hxx | 79 virtual void viewAdded( const UnoViewSharedPtr& rView );
|
H A D | eventmultiplexer.cxx | 1192 boost::bind( &ViewEventHandler::viewAdded, in notifyViewAdded()
|
/trunk/main/slideshow/source/engine/transitions/ |
H A D | slidechangebase.cxx | 199 boost::bind( &SlideChangeBase::viewAdded, in prefetch() 396 void SlideChangeBase::viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::SlideChangeBase
|
H A D | slidetransitionfactory.cxx | 212 virtual void viewAdded( const UnoViewSharedPtr& rView ) in viewAdded() function in slideshow::internal::__anon0db743360111::PluginSlideChange 215 SlideChangeBase::viewAdded( rView ); in viewAdded()
|
H A D | slidechangebase.hxx | 73 virtual void viewAdded( const UnoViewSharedPtr& rView );
|
/trunk/main/slideshow/source/inc/ |
H A D | vieweventhandler.hxx | 56 virtual void viewAdded( const UnoViewSharedPtr& rView ) = 0;
|
/trunk/main/slideshow/source/engine/shapes/ |
H A D | externalshapebase.cxx | 65 virtual void viewAdded( const UnoViewSharedPtr& ) {} in viewAdded() function in slideshow::internal::ExternalShapeBase::ExternalShapeBaseListener
|
/trunk/main/slideshow/test/ |
H A D | slidetest.cxx | 128 mpLayerManager->viewAdded(pTestView); in TEST_F()
|