summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)AuthorFilesLines
2015-08-10tdf#93065 Swap next and previous buttons in find toolbarYousuf Philips1-1/+1
2015-08-07Resolves: tdf#92896 wrong delete language dialog pathCaolán McNamara1-1/+1
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin3-14/+5
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin1-6/+6
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin1-2/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-2/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-1/+1
2015-07-24loplugin:unusedmethodsNoel Grandin11-35/+4
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-2/+3
2015-07-17com::sun::star->css in basctlNoel Grandin35-289/+283
2015-07-17Convert dialog controls button to the generic controllerMaxim Monastirsky4-204/+0
2015-07-06tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe9-18/+20
2015-07-06improve the returnbyref lopluginNoel Grandin1-3/+3
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-5/+4
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky2-13/+0
2015-07-04Fix typosAndrea Gelmini2-2/+2
2015-06-29remove custom RTTI from basctl::BaseWindowNoel Grandin6-9/+0
2015-06-28coverity#1308514 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-24tdf#92258 - fix crash editing macro module name.Michael Meeks1-3/+5
2015-06-24remove SFX_NOTIFY macroNoel Grandin2-4/+2
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-17protect against NULL current SfxViewShellLionel Elie Mamane1-1/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-15cppcheck:redundantAssignmentNoel Grandin1-4/+1
2015-06-15cppcheck:redundantConditionNoel Grandin1-1/+1
2015-06-14cppcheck: redundantCondition [part1]Julien Nabet2-3/+3
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-3/+3
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-5/+5
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann5-8/+8
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-06-05Resolves: tdf#90361 CellValueBinding/CellRangeListSource need WithArgumentsCaolán McNamara1-2/+17
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks3-5/+5
2015-05-29tdf#91484 fix macro editor - Invalidate in paintTomaž Vajngerl2-1/+25
2015-05-29loplugin:loopvartoosmallNoel Grandin7-14/+14
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung7-27/+27
2015-05-26tdf#91575 - CRASH: when "My Macros & Dialogs Standard" window closeNoel Grandin2-4/+6
2015-05-26convert SCROLL constants to scoped enumNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
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 Grandin5-15/+11
2015-05-18callcatcher: update unused codeCaolán McNamara2-24/+0