Lines Matching refs:OFormattedControl
193 return *(new OFormattedControl(_rxFactory)); in OFormattedControl_CreateInstance()
197 Sequence<Type> OFormattedControl::_getTypes() in _getTypes()
206 Any SAL_CALL OFormattedControl::queryAggregation(const Type& _rType) throw (RuntimeException) in queryAggregation()
215 DBG_NAME(OFormattedControl);
217 OFormattedControl::OFormattedControl(const Reference<XMultiServiceFactory>& _rxFactory) in OFormattedControl() function in frm::OFormattedControl
221 DBG_CTOR(OFormattedControl,NULL); in OFormattedControl()
235 OFormattedControl::~OFormattedControl() in ~OFormattedControl()
246 DBG_DTOR(OFormattedControl,NULL); in ~OFormattedControl()
251 void OFormattedControl::disposing(const EventObject& _rSource) throw(RuntimeException) in disposing()
257 void OFormattedControl::keyPressed(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::st… in keyPressed()
305 m_nKeyEvent = Application::PostUserEvent( LINK(this, OFormattedControl, in keyPressed()
310 void OFormattedControl::keyReleased(const ::com::sun::star::awt::KeyEvent& /*e*/) throw ( ::com::su… in keyReleased()
315 IMPL_LINK(OFormattedControl, OnKeyPressed, void*, /*EMPTYARG*/)
328 StringSequence OFormattedControl::getSupportedServiceNames() throw() in getSupportedServiceNames()
339 void OFormattedControl::setDesignMode(sal_Bool bOn) throw ( ::com::sun::star::uno::RuntimeException) in setDesignMode()