summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-16disable generation of ole previews in ODF format until after loadCaolán McNamara1-2/+5
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke1-9/+13
2016-05-23Resolves: tdf#86282 do not use file name as sheet name for linked documentsEike Rathke1-2/+9
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky1-24/+2
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky1-2/+24
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+3
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-25use the ScRefCellValue already available, tdf#97989Markus Mohrhard1-4/+4
2016-03-24MM: remove lock from saved documentsJan-Marek Glogowski1-2/+2
2016-03-24loplugin:constantparam in scNoel Grandin1-1/+1
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard1-2/+2
2016-03-09loplugin:constantparam in sfx2Noel Grandin1-3/+2
2016-03-06tdf#96969 Calc: Change shortcut key for Select ColumnYousuf Philips1-1/+16
2016-03-05tdf#97906 Calc: Correct cell reference shortcut keysYousuf Philips1-6/+6
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-19/+16
2016-03-02loplugin:unuseddefaultparams in sc (part1)Noel Grandin1-32/+29
2016-02-27tdf#97906 : Toggle reference and show data sources shortcutsDennis Francis1-1/+23
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin1-5/+1
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin1-2/+1
2015-12-17sw, sd, sc: clean up no longer necessary isTiledRendering() member functionsMiklos Vajna1-5/+0
2015-12-15Bin silly 'STATIC DATA' commentsTor Lillqvist1-2/+0
2015-12-01Resolves: tdf#95629 quote CSV also if cell contains embedded '\r' CREike Rathke1-2/+3
2015-11-23loplugin:unusedfields in scNoel Grandin1-2/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-37/+37
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-30/+30
2015-11-04loplugin:stringconstantNoel Grandin1-9/+9
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-3/+1
2015-10-28com::sun::star->css in scNoel Grandin1-10/+10
2015-10-24tdf#95220: Check if DrawingLayer is not nullptrMike Kaganski1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16sfx items: Kill the unreadable & misplaced SFX_ITEMSET_ARG too.Jan Holesovsky1-4/+4
2015-10-16sfx items: The bDeep parameter of SFX_ITEMSET_ARG is always false.Jan Holesovsky1-4/+4
2015-10-10fix gnumeric importMarkus Mohrhard1-0/+8
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-3/+3
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-04TableRef: update table column names when cell content changedEike Rathke1-0/+1
2015-09-03revert an unmaintainable dead end approachEike Rathke1-18/+0
2015-09-03comment a nice-to-have ideaEike Rathke1-0/+4
2015-09-03TableRef: use ScRangeList instead of vector for Join()Eike Rathke1-4/+8
2015-09-03TableRef: add RefreshTableColumnNames() from rangeEike Rathke1-0/+5
2015-09-03add ScDocShellModificator::AppendCellContentModified()Eike Rathke1-0/+5
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke1-5/+7
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1