summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: scStephan Bergmann
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny
2016-11-28orcus is mandatory nowMarkus Mohrhard
2016-11-22Retain sheet protect options throughout unprotect/protect sessionMike Kaganski
2016-11-17Add Skeleton for DataProvider ClassJaskaran Singh
2016-11-12tdf#69981 - sc: blank empty cells in TextToColumnsTamás Gulácsi
2016-11-07loplugin:expandablemethods in scNoel Grandin
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin
2016-11-01cppcheck unreadVariable: nModifiedJochen Nitschke
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-27trust the size ... tdf#79442 follow-upEike Rathke
2016-10-26init ScUndoRemoveMerge with range, tdf#92117 follow-upEike Rathke
2016-10-26Resolves: tdf#92117 create only one Undo for all UnmergeCells() callsEike Rathke
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-16clang-cl loplugin: scStephan Bergmann
2016-10-13convert SvxPageUsage to scoped enumNoel Grandin
2016-10-11Resolves: tdf#101691 re-intern strings of external formula resultsEike Rathke
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-30fix perf bug (I think)Noel Grandin
2016-09-26Move up the less common case and reduce indentation for the main case.Kohei Yoshida
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin
2016-09-26convert ScXMLImportWrapper import flags to typed_flags_setNoel Grandin
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23tdf#102216: move row overflow check after EoF check (CSV import)Aron Budea
2016-09-22attempt to fix build, ScImportExport( ScDocument*, const OUString& )Eike Rathke
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-22rename GetId() to GetTablesHintId() and GetIndexHintId()Eike Rathke
2016-09-18make sure that we are not trying to load the filter lib in ucalcMarkus Mohrhard
2016-09-18place the calc default style file in the share folderMarkus Mohrhard
2016-09-18Change the way url is handled for orcus style importJaskaran Singh
2016-09-18Add call to import ODF styles when spreadsheet is created or loadedJaskaran Singh
2016-09-15disable generation of ole previews in ODF format until after loadCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-10loplugin:constantparam in scNoel Grandin
2016-09-05convert Orientation to scoped enumNoel Grandin
2016-09-03coverity#1372443 Unchecked return valueCaolán McNamara
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)Stephan Bergmann