summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-123-5/+3
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-113-3/+5
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-113-5/+3
* convert COMMAND_ constants to scoped enumNoel Grandin2015-05-113-10/+10
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* refactor TreeListBox to use RenderContextTomaž Vajngerl2015-05-111-16/+11
* NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2015-05-103-3/+3
* Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann2015-05-101-2/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-093-3/+6
* lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2015-05-084-4/+5
* convert BUTTONDIALOG constants to scoped enumNoel Grandin2015-05-071-7/+7
* Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann2015-05-071-0/+1
* refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl2015-05-071-3/+3
* convert DEFAULTFONT_ constants to scoped enumNoel Grandin2015-05-061-1/+1
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-054-7/+4
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-052-3/+2
* Gradually typed LinkStephan Bergmann2015-04-303-9/+9
* coverity#1296211 pCurWin == pNewWin at this pointCaolán McNamara2015-04-291-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-297-35/+12
* Remove unnecessary STATIC_LINK macroStephan Bergmann2015-04-291-1/+1
* convert SDRSEARCH_ constants to scoped enumNoel Grandin2015-04-292-2/+2