Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx124 class ScVbaEventListener : public ScVbaEventListener_BASE class
127ScVbaEventListener( ScVbaEventsHelper& rVbaEvents, const uno::Reference< frame::XModel >& rxModel,…
128 virtual ~ScVbaEventListener();
191 ScVbaEventListener::ScVbaEventListener( ScVbaEventsHelper& rVbaEvents, const uno::Reference< frame:… in ScVbaEventListener() function in ScVbaEventListener
214 ScVbaEventListener::~ScVbaEventListener() in ~ScVbaEventListener()
218 void ScVbaEventListener::startControllerListening( const uno::Reference< frame::XController >& rxCo… in startControllerListening()
238 void ScVbaEventListener::stopControllerListening( const uno::Reference< frame::XController >& rxCon… in stopControllerListening()
262 void SAL_CALL ScVbaEventListener::windowOpened( const lang::EventObject& /*rEvent*/ ) throw (uno::R… in windowOpened()
266 void SAL_CALL ScVbaEventListener::windowClosing( const lang::EventObject& /*rEvent*/ ) throw (uno::… in windowClosing()
270 void SAL_CALL ScVbaEventListener::windowClosed( const lang::EventObject& /*rEvent*/ ) throw (uno::R… in windowClosed()
[all …]
H A Dvbaeventshelper.hxx32 class ScVbaEventListener;
67 ::rtl::Reference< ScVbaEventListener > mxListener;