28 using ::com::sun::star::uno::Reference;
29 using ::com::sun::star::inspection::XPropertyControlContext;
30 using ::com::sun::star::uno::Exception;
31 using ::com::sun::star::inspection::XPropertyControl;
34 :m_nControlType( _nControlType )
35 ,m_rAntiImpl( _rAntiImpl )
83 notifyModifiedValue();
129 notifyModifiedValue();
A helper class for implementing the <type scope="css::inspection">XPropertyControl</type> or one of i...
CommonBehaviourControlHelper(sal_Int16 nControlType, css::inspection::XPropertyControl &rAntiImpl)
creates the instance
css::uno::Reference< css::inspection::XPropertyControlContext > m_xContext
virtual void setModified()
void setControlContext(const css::uno::Reference< css::inspection::XPropertyControlContext > &controlcontext)
virtual ~CommonBehaviourControlHelper()
css::inspection::XPropertyControl & m_rAntiImpl
virtual void editChanged()
void notifyModifiedValue()
#define DBG_UNHANDLED_EXCEPTION(...)
Reference< XComponentContext > m_xContext
a property handler for any virtual string properties
IMPL_LINK_NOARG(OBrowserLine, OnButtonFocus, weld::Widget &, void)