summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* tdf#105386: crash with macro organizerJulien Nabet2017-02-271-1/+3
* tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson2017-02-081-13/+6
* convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2016-07-202-2/+2
* use Any constructor instead of temporariesNoel Grandin2016-07-205-95/+39
* tdf#95857 Sort out German plurals ...danielt9982016-07-204-21/+21
* Fix typosAndrea Gelmini2016-07-202-3/+3
* vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock2016-07-201-1/+1
* Fix typosAndrea Gelmini2016-07-201-1/+1
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2016-07-201-1/+1
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2016-07-201-1/+1
* Remove excess newlinesChris Sherlock2016-07-1219-122/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-07-122-2/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-07-121-8/+5
* Resolves: tdf#99425 crash when closing dialog editorCaolán McNamara2016-05-031-1/+4
* tdf#97380: don't destroy completely window when replace dialogJulien Nabet2016-04-211-1/+1
* vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock2016-03-151-1/+1
* Resolves: tdf#95428 backspace in readonly macro editor hangsCaolán McNamara2016-03-141-4/+3
* loplugin:unusedfields in include/svxNoel Grandin2015-11-251-2/+2
* Remove last redundant toolbar:style propertiesSamuel Mehrbrodt2015-11-201-1/+1
* loplugin:unusedfields in basctlNoel Grandin2015-11-205-11/+5
* Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt2015-11-202-31/+31
* Remove redundant toolbar:style attributesSamuel Mehrbrodt2015-11-191-1/+1
* loplugin:sallogareasStephan Bergmann2015-11-191-1/+1
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-3/+1
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-141/+521
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* Resolves: tdf#95021 crash on closing macro dialog editorCaolán McNamara2015-11-122-1/+8
* loplugin:nullptrStephan Bergmann2015-11-111-1/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1115-20/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1039-213/+213
* new loplugin: oncevarNoel Grandin2015-11-093-9/+3
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-065-7/+7
* yyyyyNoel Grandin2015-11-042-8/+8
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-305-13/+9
* tdf#95416: Get rid of #include "../foo/bar.hxx" style includesTor Lillqvist2015-10-295-11/+12
* loplugin:defaultparamsStephan Bergmann2015-10-201-3/+3
* loplugin:defaultparamsStephan Bergmann2015-10-195-14/+14
* convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin2015-10-191-1/+1
* convert remaing DBG_WARNING to SAL_INFONoel Grandin2015-10-191-6/+1
* sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky2015-10-162-10/+10
* sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky2015-10-162-11/+10
* convert Link<> to typedNoel Grandin2015-10-164-11/+7
* convert Link<> to typedNoel Grandin2015-10-152-5/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1233-369/+369
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-6/+6
* convert Link<> to typedNoel Grandin2015-10-126-13/+9
* Prefer getSelectedFiles to getFiles (basctl)Julien Nabet2015-10-063-6/+6
* Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara2015-10-056-13/+12
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-3/+3