summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2016-01-18basebmp now only used from vcl/headless codeCaolán McNamara
2016-01-18loplugin: unused return valuesNoel Grandin
2016-01-18drawmodes header goneCaolán McNamara
2016-01-17vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini
2016-01-16vcl: rename Font::GetName to Font::GetFamilyNameChris Sherlock
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2016-01-11loplugin:unusedmethods unused return value in basctlNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2016-01-05Make SotFactory private to sot/ and clean a bitMatúš Kukan
2016-01-05Fix typosAndrea Gelmini
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-23loplugin:unusedfields in basctlNoel Grandin
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
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