summaryrefslogtreecommitdiff
path: root/sc/source/ui/optdlg
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist2-4/+0
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-3/+3
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
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks10-40/+199
2015-04-28SfxTabPage::DeactivatePage wants to return SfxTabPage::sfxpgStephan Bergmann7-9/+9
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks8-20/+20
2015-04-11More re-basing compile-time fixes; now we compile.Michael Meeks1-2/+0
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin9-10/+10
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin10-17/+160
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-3/+3
2015-04-09vcl: VclPtr conversion in scNoel Grandin3-0/+18
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist1-1/+1
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist1-5/+5
2015-01-28Disable the 'Test OpenCL' button once pressedTor Lillqvist1-1/+3