Lines Matching refs:OEditControl

71 	return *(new OEditControl(_rxFactory));  in OEditControl_CreateInstance()
75 Sequence<Type> OEditControl::_getTypes() in _getTypes()
87 Any SAL_CALL OEditControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
96 DBG_NAME(OEditControl);
98 OEditControl::OEditControl(const Reference<XMultiServiceFactory>& _rxFactory) in OEditControl() function in frm::OEditControl
103 DBG_CTOR(OEditControl,NULL); in OEditControl()
118 OEditControl::~OEditControl() in ~OEditControl()
129 DBG_DTOR(OEditControl,NULL); in ~OEditControl()
134 void OEditControl::addChangeListener(const Reference<XChangeListener>& l) throw ( ::com::sun::star:… in addChangeListener()
140 void OEditControl::removeChangeListener(const Reference<XChangeListener>& l) throw ( ::com::sun::st… in removeChangeListener()
147 void OEditControl::disposing() in disposing()
157 StringSequence OEditControl::getSupportedServiceNames() throw() in getSupportedServiceNames()
169 void OEditControl::disposing(const EventObject& Source) throw( RuntimeException ) in disposing()
176 void OEditControl::focusGained( const FocusEvent& /*e*/ ) throw ( ::com::sun::star::uno::RuntimeExc… in focusGained()
184 void OEditControl::focusLost( const FocusEvent& /*e*/ ) throw ( ::com::sun::star::uno::RuntimeExcep… in focusLost()
201 void OEditControl::keyPressed(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::u… in keyPressed()
254 m_nKeyEvent = Application::PostUserEvent( LINK(this, OEditControl,OnKeyPressed) ); in keyPressed()
258 void OEditControl::keyReleased(const ::com::sun::star::awt::KeyEvent& /*e*/) throw ( ::com::sun::st… in keyReleased()
263 IMPL_LINK(OEditControl, OnKeyPressed, void*, /*EMPTYARG*/)
276 void SAL_CALL OEditControl::createPeer( const Reference< XToolkit>& _rxToolkit, const Reference< XW… in createPeer()