summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuihyperdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-4/+4
2018-07-26It doesn't make sense to have document links in the online version.George Wood1-6/+10
2017-10-23loplugin:includeform: cuiStephan Bergmann1-7/+7
2017-09-11clang-tidy modernize-use-emplace in c*Noel Grandin1-4/+4
2017-07-31loplugin:constparams in cuiNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-14/+14
2017-07-21migrate to boost::gettextCaolán McNamara1-0/+1
2017-06-23loplugin:unusedfields in cuiNoel Grandin1-2/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+4
2017-06-13Use unique_ptr for SvxHpLinkDlg::mpItemSetStephan Bergmann1-4/+6
2017-06-05Improved loplugin:cstylecast to reference types: cuiStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-9/+9
2017-05-18can drop CUI_RESSTR nowCaolán McNamara1-9/+9
2017-04-25remove bitmaps from .src filesCaolán McNamara1-4/+5
2017-03-29convert EViewType to scoped enumNoel Grandin1-1/+1
2017-03-15replace creative empty string checkJochen Nitschke1-2/+1
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-2/+2
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-9/+0
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+2
2016-03-28tdf#90795 Fix Hyperlink Dialog for HiDPIChirag Manwani1-9/+16
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2016-01-11loplugin:unusedmethods unused return value in cuiNoel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-9/+3
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh1-0/+6
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-06tdf#91014 - dispose SfxControllerItem sub-class earlier.Michael Meeks1-3/+5
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-02Kill INetProtocol::NewsTor Lillqvist1-1/+0
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist1-2/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-8/+8
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-8/+8
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-3/+3
2015-02-18TyposJulien Nabet1-2/+2
2014-10-23loplugin: cstylecastNoel Grandin1-10/+10
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-4/+4
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-22fdo#56456 fdo#75578 fdo#63271 fdo#75805 Improve hyperlink dialogThomas Arnhold1-21/+35
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-3/+3