Home
last modified time | relevance | path

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

/aoo4110/main/toolkit/test/accessibility/
H A DEventHandler.java42 mxEventSource = (XAccessibleContext)UnoRuntime.queryInterface( in EventHandler()
44 if (mxEventSource == null) in EventHandler()
49 mxEventSource = xAccessible.getAccessibleContext(); in EventHandler()
57 + " for " + mxEventSource.getAccessibleName() + " / " in Print()
58 + NameProvider.getRoleName (mxEventSource.getAccessibleRole())); in Print()
77 protected XAccessibleContext mxEventSource; field in EventHandler
H A DChildEventHandler.java55 maTreeModel.updateNode (mxEventSource, AccessibleTreeHandler.class); in Process()
60 maTreeModel.addChild (mxEventSource, mxNewChild); in Process()
H A DTableEventHandler.java58 maTreeModel.updateNode (mxEventSource, AccessibleTableHandler.class); in Process()
H A DContextEventHandler.java71 maTreeModel.updateNode (mxEventSource, AccessibleContextHandler.class); in Process()
H A DGeometryEventHandler.java44 AccTreeNode aNode = maTreeModel.updateNode (mxEventSource, in Process()
/aoo4110/main/sd/inc/
H A DCustomAnimationEffect.hxx339 …o::Reference< ::com::sun::star::drawing::XShape > getTriggerShape() const { return mxEventSource; } in getTriggerShape()
340 …star::uno::Reference< ::com::sun::star::drawing::XShape >& xTrigger ) { mxEventSource = xTrigger; } in setTriggerShape()
363 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxEventSource;
/aoo4110/main/sd/source/core/
H A DCustomAnimationEffect.cxx2037 if( mxEventSource.is() ) in implRebuild()
2039 aEvent.Source <<= mxEventSource; in implRebuild()
3790 while( !mxEventSource.is() && xEnumeration->hasMoreElements() ) in InteractiveSequence()
3796 aEvent.Source >>= mxEventSource; in InteractiveSequence()

Completed in 44 milliseconds