summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2016-07-20convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20tdf#95857 Sort out German plurals ...danielt998
2016-07-20Fix typosAndrea Gelmini
2016-07-20vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-07-20Fix typosAndrea Gelmini
2016-07-20sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2016-07-12Remove excess newlinesChris Sherlock
2016-07-12update unusedmethods plugin to deal with constructorsNoel Grandin
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin
2016-05-03Resolves: tdf#99425 crash when closing dialog editorCaolán McNamara
2016-04-21tdf#97380: don't destroy completely window when replace dialogJulien Nabet
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock
2016-03-14Resolves: tdf#95428 backspace in readonly macro editor hangsCaolán McNamara
2015-11-25loplugin:unusedfields in include/svxNoel Grandin
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt
2015-11-20loplugin:unusedfields in basctlNoel Grandin
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-12Resolves: tdf#95021 crash on closing macro dialog editorCaolán McNamara
2015-11-11loplugin:nullptrStephan Bergmann
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29tdf#95416: Get rid of #include "../foo/bar.hxx" style includesTor Lillqvist
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-16sfx items: Kill the unreadable SFX_REQUEST_ARG, use a template param instead.Jan Holesovsky
2015-10-16sfx items: The bDeep parameter of SFX_REQUEST_ARG is always false.Jan Holesovsky
2015-10-16convert Link<> to typedNoel Grandin
2015-10-15convert Link<> to typedNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-06Prefer getSelectedFiles to getFiles (basctl)Julien Nabet
2015-10-05Called C++ object pointer is null DBG_ASSERT->assertCaolán McNamara
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-02Remove some unused includesStephan Bergmann
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken