summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2015-08-31convert Link<> to typedNoel Grandin
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-25simplify, IsEmpty() checks both Right and Bottom alreadyNoel Grandin
2015-08-22tdf#93077 - basic dialog localization issues.Michael Meeks
2015-08-20avoid autocorrection misreplacingLaurent Godard
2015-08-18avoid basic ide crash in code autocompletionLaurent Godard
2015-08-17o3tl: rename compat_functional headerThorsten Behrens
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin
2015-08-16sal_uLong to sal_uInt32Matteo Casalin
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin
2015-08-16Rework loops so to have exit condition on correct unsigned valueMatteo Casalin
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-10tdf#93065 Swap next and previous buttons in find toolbarYousuf Philips
2015-08-07Resolves: tdf#92896 wrong delete language dialog pathCaolán McNamara
2015-08-04basic,basctl: inline some use-once typedefsNoel Grandin
2015-08-01sal_uInt16 to sal_Int32, constify, minor optimizationsMatteo Casalin
2015-08-01sal_uInt16 to sal_Int32Matteo Casalin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
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