summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuihyperdlg.hxx
AgeCommit message (Expand)Author
2023-05-03tdf#90496 - Remember last used view in hyperlink dialogAndreas Heinisch
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-01-18tdf#146612 Drop confirmation question when applying new doc hyperlinkGabor Kelemen
2022-01-03loplugin:unusedmethodsNoel Grandin
2021-12-21tdf#109390 Warn about empty New Document only on Apply, not OKGabor Kelemen
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-05-11fix leak in SvxHpLinkDlgNoel Grandin
2021-01-26loplugin:passstuffbyrefNoel
2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann
2020-11-16remove unused param in SvxHpLinkDlgNoel
2020-09-13tdf#124176 Use #pragma once in cuiGeorge Bateman
2020-08-01Reliably set up controls of hyperlink dialog in constructorStephan Bergmann
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-07-25tdf#42949 Fix IWYU warnings in cui/*hxxGabor Kelemen
2019-07-24loplugin:unusedenumconstantsNoel Grandin
2019-07-17loplugin:unusedmethodsNoel Grandin
2019-06-25weld HyperLink DialogCaolán McNamara
2019-06-24merge IconChoiceDialog and SvxHpLinkDlgCaolán McNamara
2017-12-18convert HyperLinkPageType to scoped enumNoel Grandin
2017-07-31loplugin:constparams in cuiNoel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-06-23loplugin:unusedfields in cuiNoel Grandin
2017-06-13Use unique_ptr for SvxHpLinkDlg::mpItemSetStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-17formatting of public/private/protected section qualifiersNoel Grandin
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-16cui: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27Undoing changed made on fdo#63271 because of complains.pje335_NL
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-10-28fixincludeguards.sh: cuiThomas Arnhold
2013-10-16remove SID_INTERNET_ONLINEThomas Arnhold
2013-10-16fdo#63271: Close hyperlink dialog after hyperlink is insertedThomas Arnhold
2012-08-31-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann
2012-08-12Modifiying some comments to follow the Doxygen standardsFaisal M. Al-Otaibi