summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)AuthorFilesLines
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin12-103/+103
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann3-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann3-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann3-6/+6
2015-03-24Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet1-4/+10
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin1-7/+7
2015-03-24convert sfxlink to enum classNoel Grandin3-4/+4
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara3-4/+4
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin7-44/+44
2015-03-06Idle: Changed to new enum nameTobias Madl1-1/+1
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-1/+1
2015-03-06idle includes and enum useJennifer Liebel1-1/+1
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin3-8/+8
2015-02-19tdf#89460 test pChangeTrack before using itLaurent Godard1-2/+5
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-11eliminate false failure warningEike Rathke1-0/+5
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-02-03more build fixingMarkus Mohrhard1-0/+7
2015-02-03try to fix the buildMarkus Mohrhard1-0/+43
2015-02-03callcatcher: shave off some moreCaolán McNamara1-50/+0
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-8/+0
2015-02-02callcatcher: remove some unused methodsCaolán McNamara1-0/+2
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann2-3/+3
2015-01-16remove unnecessary parenthesesNoel Grandin1-1/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin1-2/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2-2/+2
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin1-2/+2
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara3-6/+5
2014-12-28std::remove_if not usedJulien Nabet1-1/+0
2014-12-23Be more direct; bin simple local functionsMatúš Kukan1-21/+4
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn3-13/+10
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann4-8/+8
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann2-47/+42
2014-12-14fix indentationMarkus Mohrhard1-1/+1
2014-12-12rhbz#1116534 crash when pasting over a formulaDavid Tardon1-22/+47
2014-12-09changed timers to idlesJennifer Liebel1-3/+3
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-0/+1
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-3/+3
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-25We now only need one bit of information hereCaolán McNamara1-1/+1
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-1/+0
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida2-4/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-6/+6
2014-11-12addNewFromTitles : avoid broadcasting SC_HINT_AREAS_CHANGED twiceLaurent Godard1-2/+0
2014-11-12calc SetNewRangeNames remove useless bool typeLaurent Godard1-6/+5
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-2/+2
2014-10-31coverity#735811 Dereference after null checkEike Rathke1-1/+1