summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldl2.cxx
AgeCommit message (Expand)Author
2017-01-16b*, c*: load BitmapEx resources instead of Image onesCaolán McNamara
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2016-11-08loplugin:unnecessaryvirtual in basctl..chart2Noel Grandin
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-07-15tdf#100726: Improve readability of OUString concatenations in basctl modulenadith
2016-07-04loplugin:stringconcatStephan Bergmann
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in basctlNoel Grandin
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl
2016-03-18convert SvButtonState to scoped enumNoel Grandin
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-15loplugin:constantparamNoel Grandin
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis
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-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-06Prefer getSelectedFiles to getFiles (basctl)Julien Nabet
2015-10-02Remove some unused includesStephan Bergmann
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken
2015-09-30Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-13Revert overly aggressive removal of include statementsStephan Bergmann
2015-09-13Use move semanticsStephan Bergmann
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-09-08convert Link<> to typedNoel Grandin
2015-09-08convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-17com::sun::star->css in basctlNoel Grandin
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks