35 std::unique_ptr<weld::Button>
m_xOK;
48 void setLink(
const OUString& _rName,
const OUString& _rURL );
49 void getLink( OUString& _rName, OUString& _rURL )
const;
dialog for editing document links associated with data sources
DECL_LINK(OnOk, weld::Button &, void)
ODocumentLinkDialog(weld::Window *pParent, bool bCreateNew)
void setNameValidator(const Link< const OUString &, bool > &_rValidator)
DECL_LINK(OnBrowseFile, weld::Button &, void)
void setLink(const OUString &_rName, const OUString &_rURL)
std::unique_ptr< weld::Label > m_xAltTitle
virtual ~ODocumentLinkDialog() override
Link< const OUString &, bool > m_aNameValidator
std::unique_ptr< weld::Button > m_xBrowseFile
std::unique_ptr< SvtURLBox > m_xURL
DECL_LINK(OnEntryModified, weld::Entry &, void)
std::unique_ptr< weld::Button > m_xOK
std::unique_ptr< weld::Entry > m_xName
DECL_LINK(OnComboBoxModified, weld::ComboBox &, void)
void getLink(OUString &_rName, OUString &_rURL) const