summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)AuthorFilesLines
2016-07-28Bin leftover dead declarationTor Lillqvist1-1/+0
2016-07-27Drop OpenCL details from the 'Detailed Calculation Settings' dialogTor Lillqvist2-39/+0
2016-07-27tdf#101063: Get rid of the whole "Test OpenCL" functionality while at itTor Lillqvist2-569/+0
2016-07-27Remove effectively dead codeTor Lillqvist2-86/+0
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara2-5/+5
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke1-1/+2
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+4
2016-06-06Convert DeactivePage return code to scoped enumNoel Grandin7-18/+18
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-5/+0
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke2-32/+32
2016-03-02replace wildcard/regex checkboxes with radio button group, tdf#72196Eike Rathke1-14/+5
2016-02-22add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196Eike Rathke1-1/+21
2016-02-22loplugin:commaoperator in sc/Noel Grandin1-2/+4
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-2/+0
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist2-4/+0
2015-12-12tdf#96339 fix bug in sort listNoel Grandin1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin1-3/+0
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-12/+12
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-16tdf#92256, c#19: Implement "current doc only" switchKatarina Behrens3-4/+30
2015-10-16convert Link<> to typedNoel Grandin5-28/+18
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-16/+16
2015-10-12convert Link<> to typedNoel Grandin4-32/+22
2015-10-06reintroduce initial coupling of EmptyStringAsZero to StringConversionEike Rathke2-21/+29
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht3-4/+4
2015-09-24convert Link<> to typedNoel Grandin2-10/+8
2015-09-18Tentative performance improvement.Michael Meeks1-8/+8
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-10convert Link<> to typedNoel Grandin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin6-40/+25
2015-08-14loplugin: defaultparamsNoel Grandin2-4/+4
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-24tdf#92256: Handle case when string ref syntax is unknownKatarina Behrens1-1/+1
2015-07-22loplugin:unusedmethods scNoel Grandin1-7/+0
2015-07-21tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens1-0/+4
2015-07-20Related tdf#92256: map CONV_OOO to listbox item no.1Katarina Behrens1-1/+17
2015-07-06improve the returnbyref lopluginNoel Grandin2-9/+7
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+2
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin7-13/+13
2015-06-02loplugin:loopvartoosmallNoel Grandin3-3/+3
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks1-3/+3
2015-05-22loplugin:constantfunctionNoel Grandin1-11/+0
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann2-2/+2
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann3-3/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann3-4/+4