41 OFormatSampleControl(std::unique_ptr<weld::Container> xWidget, std::unique_ptr<weld::Builder> xBuilder,
bool bReadOnly);
44 virtual css::uno::Any SAL_CALL
getValue()
override;
45 virtual void SAL_CALL
setValue(
const css::uno::Any& _value )
override;
94 virtual css::uno::Any SAL_CALL
getValue()
override;
95 virtual void SAL_CALL
setValue(
const css::uno::Any& _value )
override;
124 OFileUrlControl(std::unique_ptr<SvtURLBox> xWidget, std::unique_ptr<weld::Builder> xBuilder,
bool bReadOnly);
127 virtual css::uno::Any SAL_CALL
getValue()
override;
128 virtual void SAL_CALL
setValue(
const css::uno::Any& _value )
override;
129 virtual css::uno::Type SAL_CALL
getValueType()
override;
void connect_changed(const Link< weld::ComboBox &, void > &rLink)
void connect_focus_out(const Link< weld::Widget &, void > &rLink)
A helper class for implementing the <type scope="css::inspection">XPropertyControl</type> or one of i...
implements a base class for <type scope="css::inspection">XPropertyControl</type> implementations
TControlWindow * getTypedControlWindow()
virtual void SAL_CALL disposing() override
virtual void SetModifyHandler()
DECL_LINK(URLModifiedHdl, weld::ComboBox &, void)
OFileUrlControl(std::unique_ptr< SvtURLBox > xWidget, std::unique_ptr< weld::Builder > xBuilder, bool bReadOnly)
virtual weld::Widget * getWidget() override
virtual css::uno::Any SAL_CALL getValue() override
virtual ~OFileUrlControl() override
virtual css::uno::Type SAL_CALL getValueType() override
virtual void SetModifyHandler() override
virtual void SAL_CALL setValue(const css::uno::Any &_value) override
#define LINK(Instance, Class, Member)
a property handler for any virtual string properties
CommonBehaviourControl< css::inspection::XPropertyControl, weld::FormattedSpinButton > OFormattedNumericControl_Base
CommonBehaviourControl< css::inspection::XPropertyControl, weld::Container > OFormatSampleControl_Base
CommonBehaviourControl< css::inspection::XPropertyControl, SvtURLBox > OFileUrlControl_Base