Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dappuno.cxx2136 class TestKeyHandler: public ::cppu::WeakImplHelper2 class
2143TestKeyHandler( const com::sun::star::uno::Reference < ::com::sun::star::lang::XMultiServiceFactor… in TestKeyHandler() function in TestKeyHandler
2166 sal_Bool SAL_CALL TestKeyHandler::keyPressed( const ::com::sun::star::awt::KeyEvent& aEvent ) in keyPressed()
2171 sal_Bool SAL_CALL TestKeyHandler::keyReleased( const ::com::sun::star::awt::KeyEvent& aEvent ) in keyReleased()
2176 void SAL_CALL TestKeyHandler::disposing( const ::com::sun::star::lang::EventObject& Source) in disposing()
2194 SFX_IMPL_XSERVICEINFO( TestKeyHandler, "com.sun.star.task.Job", "com.sun.star.comp.Office.KeyHandle…
2196 SFX_IMPL_SINGLEFACTORY( TestKeyHandler );
2244 IF_NAME_CREATECOMPONENTFACTORY( TestKeyHandler ) in component_getFactory()