summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
AgeCommit message (Expand)AuthorFilesLines
2015-05-20coverity#1298898 coverity seems a little confused hereCaolán McNamara1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-19basic: used typed LINKsNoel Grandin2-3/+3
2015-05-18cppunit: noExplicitConstructorCaolán McNamara9-21/+44
2015-05-18basctl: Use typed LinksNoel Grandin4-14/+11
2015-05-18callcatcher: update unused codeCaolán McNamara2-24/+0
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-2/+3
2015-05-15tdf#91239 - return VclPtr's from Create Fn.s and add missing dispose logic.Michael Meeks7-16/+28
2015-05-15tdf#91239 - add missing disposeAndClear logic for basctl.Julien Nabet1-0/+6
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini3-16/+0
2015-05-14cppcheck: noExplicitConstructorCaolán McNamara3-10/+10
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-1/+1
2015-05-14refactor "basctl" classes to use RenderContextTomaž Vajngerl6-218/+133
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks3-5/+3
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks3-3/+5
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks3-5/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin3-10/+10
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-16/+11
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann3-3/+3
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks3-3/+6
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann3-3/+4
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-7/+7
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+1
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-3/+3
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-4/+2
2015-04-30Gradually typed LinkStephan Bergmann2-8/+8
2015-04-29coverity#1296211 pCurWin == pNewWin at this pointCaolán McNamara1-1/+1
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann6-33/+11
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl6-15/+15
2015-04-28basctl: fix GCC-4.7 buildMiklos Vajna1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks34-453/+776
2015-04-24loplugin:simplifyboolStephan Bergmann3-7/+7
2015-04-23loplugin:staticmethodsNoel Grandin8-12/+12
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-22Unused using declarationStephan Bergmann1-1/+0
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin1-5/+3
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-4/+4
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin1-2/+2
2015-04-20convert SEARCH_OPTIONS constants to scoped enumNoel Grandin4-15/+16
2015-04-17svx: convert new to ::Create.Noel Grandin2-2/+2
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks10-36/+36
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks2-6/+6
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin3-5/+5
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin1-8/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin5-12/+12
2015-04-14calling static member function through member call syntaxNoel Grandin1-1/+1