summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2015-07-2411-35/+4
* svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl2015-07-201-2/+3
* com::sun::star->css in basctlNoel Grandin2015-07-1735-289/+283
* Convert dialog controls button to the generic controllerMaxim Monastirsky2015-07-174-204/+0
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-069-18/+20
* improve the returnbyref lopluginNoel Grandin2015-07-061-3/+3
* remove some unnecessary typedefs around uno::ReferenceNoel Grandin2015-07-061-5/+4
* SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky2015-07-052-13/+0
* Fix typosAndrea Gelmini2015-07-042-2/+2
* remove custom RTTI from basctl::BaseWindowNoel Grandin2015-06-296-9/+0
* coverity#1308514 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-1/+1
* tdf#92258 - fix crash editing macro module name.Michael Meeks2015-06-241-3/+5
* remove SFX_NOTIFY macroNoel Grandin2015-06-242-4/+2
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-231-1/+1
* Fix typosAndrea Gelmini2015-06-221-1/+1
* protect against NULL current SfxViewShellLionel Elie Mamane2015-06-171-1/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-161-1/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-4/+1
* cppcheck:redundantConditionNoel Grandin2015-06-151-1/+1
* cppcheck: redundantCondition [part1]Julien Nabet2015-06-142-3/+3
* convert expressions like 'size() == 0' to 'empty()'Noel Grandin2015-06-111-3/+3
* coverity#1302618 deref of NULLCaolán McNamara2015-06-101-5/+5
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-085-8/+8
* Apply new VclPtr clang plugin to catch potential problems.Noel Grandin2015-06-061-1/+1
* Resolves: tdf#90361 CellValueBinding/CellRangeListSource need WithArgumentsCaolán McNamara2015-06-051-2/+17
* uno::Sequence provides now begin and endNoel Grandin2015-06-041-1/+1
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* tdf#91702 - fix stack-based MessBox allocation.Michael Meeks2015-05-293-5/+5
* tdf#91484 fix macro editor - Invalidate in paintTomaž Vajngerl2015-05-292-1/+25
* loplugin:loopvartoosmallNoel Grandin2015-05-297-14/+14
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-287-27/+27
* tdf#91575 - CRASH: when "My Macros & Dialogs Standard" window closeNoel Grandin2015-05-262-4/+6
* convert SCROLL constants to scoped enumNoel Grandin2015-05-261-1/+1
* convert POINTER constants to scoped enumNoel Grandin2015-05-221-1/+1
* coverity#1298898 coverity seems a little confused hereCaolán McNamara2015-05-201-1/+1
* convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2015-05-201-1/+1
* convert TEXT_DRAW constants to scoped enumNoel Grandin2015-05-201-1/+1
* basic: used typed LINKsNoel Grandin2015-05-192-3/+3
* cppunit: noExplicitConstructorCaolán McNamara2015-05-189-21/+44
* basctl: Use typed LinksNoel Grandin2015-05-185-15/+11
* callcatcher: update unused codeCaolán McNamara2015-05-182-24/+0
* refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2015-05-182-2/+3
* tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks2015-05-158-24/+36
* tdf#91239 - add missing disposeAndClear logic for basctl.Julien Nabet2015-05-151-0/+6
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-156-29/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-143-10/+10
* convert QUICKHELP constants to scoped enumNoel Grandin2015-05-141-1/+1
* refactor "basctl" classes to use RenderContextTomaž Vajngerl2015-05-149-239/+155