summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-17com::sun::star->css in basctlNoel Grandin
2015-07-17Convert dialog controls button to the generic controllerMaxim Monastirsky
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-07-04Fix typosAndrea Gelmini
2015-06-29remove custom RTTI from basctl::BaseWindowNoel Grandin
2015-06-28coverity#1308514 Uncaught exceptionCaolán McNamara
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-24tdf#92258 - fix crash editing macro module name.Michael Meeks
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-06-22Fix typosAndrea Gelmini
2015-06-17protect against NULL current SfxViewShellLionel Elie Mamane
2015-06-16Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15cppcheck:redundantConditionNoel Grandin
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-06-05Resolves: tdf#90361 CellValueBinding/CellRangeListSource need WithArgumentsCaolán McNamara
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29tdf#91484 fix macro editor - Invalidate in paintTomaž Vajngerl
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-26tdf#91575 - CRASH: when "My Macros & Dialogs Standard" window closeNoel Grandin
2015-05-26convert SCROLL constants to scoped enumNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-20coverity#1298898 coverity seems a little confused hereCaolán McNamara
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
2015-05-18basctl: Use typed LinksNoel Grandin
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks
2015-05-15tdf#91239 - add missing disposeAndClear logic for basctl.Julien Nabet
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-14cppcheck: noExplicitConstructorCaolán McNamara
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-14refactor "basctl" classes to use RenderContextTomaž Vajngerl
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks