summaryrefslogtreecommitdiff
path: root/cui/source/customize/acccfg.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07loplugin:oncevar in cui..connectivityNoel Grandin1-9/+4
2016-11-04customize dialog crashes, since...Caolán McNamara1-1/+10
2016-11-03tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu1-10/+1
2016-10-12loplugin:unnecessaryoverride in connectivity/cuiNoel Grandin1-9/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-5/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-9/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-1/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-03-18drop unused params from SvLBoxItem and all it's subclassesNoel Grandin1-7/+5
2016-03-07Add tilde shortcuts to keyboard shorctutsYousuf Philips1-0/+6
2016-03-05tdf#88027 Make insert date and time work in es, fi, ru, and ptYousuf Philips1-0/+6
2016-02-24tdf#97942 Return Ctrl+Shift+Space to the keyword customizeYousuf Philips1-0/+2
2016-02-05Fix typosAndrea Gelmini1-3/+3
2016-01-05tdf#94205: Use o3tl::make_unique insted of new+std::move.Sheikha AL-Hinai1-7/+4
2015-12-14Related: rhbz#1289394 always provide the screen area the tip applies toCaolán McNamara1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-6/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-01coverity#1325251 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-3/+3
2015-09-08convert Link<> to typedNoel Grandin1-6/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-14/+7
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl1-4/+6
2015-07-20convert to typed Link<> in sfx2Noel Grandin1-9/+5
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-6/+3
2015-06-10coverity#1302618 deref of NULLCaolán McNamara1-6/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl1-6/+6
2015-05-09tdf#91052 - use macros to standardize 'make' constructors for VclBuilder.Michael Meeks1-1/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-4/+4
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-0/+31
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+23
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+2
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-04-09loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-09clean-up acccfgTomaž Vajngerl1-670/+664
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-14/+14