summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/browserline.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-2/+0
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann1-1/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin1-2/+3
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in extensionsMike Kaganski1-3/+2
2021-10-11tdf#145033 remove old focus handler so no double-connect attempt is madeCaolán McNamara1-0/+2
2021-01-28add string_view variants of methods to O[U]StringBufferNoel1-1/+1
2020-11-12tdf#138131 don't set enabled if container is already enabledCaolán McNamara1-6/+8
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara1-4/+2
2019-12-13loplugin:unusedmethodsNoel Grandin1-5/+0
2019-12-09drop some unnecessary includesCaolán McNamara1-1/+0
2019-12-09weld Property BrowserCaolán McNamara1-211/+134
2019-09-26loplugin:constmethod in embeddedobj..extensionsNoel Grandin1-1/+1
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin1-2/+2
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-02-16Revert "loplugin:changetoolsgen in editeng..extensions" and reapply pluginNoel Grandin1-4/+4
2018-02-14loplugin:changetoolsgen in editeng..extensionsNoel Grandin1-4/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin1-2/+2
2017-06-10coverity#1405937 rework to silence Uncaught exceptionCaolán McNamara1-14/+7
2016-11-08loplugin:expandablemethods in extensionsNoel Grandin1-12/+6
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-06-18Fix simple typo in parameter nameMuhammet Kara1-5/+5
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara1-5/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+0
2015-09-24convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-4/+4
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-2/+0
2015-05-14tdf#91240 - cope with state-change after dispose and dispose fixedtext.Michael Meeks1-1/+1
2015-04-22extensions: convert new to ::Create.Michael Meeks1-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10cleanup Printer VclRef pieces.Michael Meeks1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+3
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin1-12/+12
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-05-02extensions: sal_Bool->boolNoel Grandin1-13/+13
2014-03-03EXTENSIONS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-7/+0
2014-02-27Remove visual noise from extensionsAlexander Wilms1-6/+6
2014-02-23coverity#704631 Dereference after null checkCaolán McNamara1-2/+2