summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2017-02-27tdf#105386: crash with macro organizerJulien Nabet1-1/+3
2017-02-08tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson1-13/+6
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin2-2/+2
2016-07-20use Any constructor instead of temporariesNoel Grandin5-95/+39
2016-07-20tdf#95857 Sort out German plurals ...danielt9984-21/+21
2016-07-20Fix typosAndrea Gelmini2-3/+3
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock1-1/+1
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-1/+1
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2016-07-12Remove excess newlinesChris Sherlock19-122/+0
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin2-2/+1
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-8/+5
2016-05-03Resolves: tdf#99425 crash when closing dialog editorCaolán McNamara1-1/+4
2016-04-21tdf#97380: don't destroy completely window when replace dialogJulien Nabet1-1/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2016-03-14Resolves: tdf#95428 backspace in readonly macro editor hangsCaolán McNamara1-4/+3
2015-11-25loplugin:unusedfields in include/svxNoel Grandin1-2/+2
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt1-1/+1
2015-11-20loplugin:unusedfields in basctlNoel Grandin5-11/+5
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt2-31/+31
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt1-1/+1
2015-11-19loplugin:sallogareasStephan Bergmann1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-141/+521
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-12Resolves: tdf#95021 crash on closing macro dialog editorCaolán McNamara2-1/+8
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht15-20/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann39-213/+213
2015-11-09new loplugin: oncevarNoel Grandin3-9/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann5-7/+7
2015-11-04yyyyyNoel Grandin2-8/+8
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin5-13/+9
2015-10-29tdf#95416: Get rid of #include "../foo/bar.hxx" style includesTor Lillqvist5-11/+12
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann5-14/+14
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin1-6/+1
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky2-10/+10
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky2-11/+10
2015-10-16convert Link<> to typedNoel Grandin4-11/+7
2015-10-15convert Link<> to typedNoel Grandin2-5/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann33-369/+369
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-6/+6
2015-10-12convert Link<> to typedNoel Grandin6-13/+9
2015-10-06Prefer getSelectedFiles to getFiles (basctl)Julien Nabet3-6/+6
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara6-13/+12
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+3