summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell
AgeCommit message (Expand)Author
2016-06-23Remove unused SfxObjectShell::libreOfficeKitCallback()Miklos Vajna
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna
2016-06-14sc: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2016-06-13Fix typosAndrea Gelmini
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-06-03Convert ComplexTextLayoutMode to scoped enumNoel Grandin
2016-06-03sc: Don't export in case of invalid rangePranav Kant
2016-05-31loplugin:unusedmethodsNoel Grandin
2016-05-26loplugin:unusedreturntypesNoel Grandin
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-23Resolves: tdf#86282 do not use file name as sheet name for linked documentsEike Rathke
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos
2016-05-12mpDefDialogParent is not used since 2002Caolán McNamara
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-05-03Remove unnecessary setBOOL, makeBoolAnyStephan Bergmann
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin
2016-04-19cppcheck: silence known conditions warnings in scJochen Nitschke
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl
2016-03-30tdf#98893 Remove expensive calls to GetCellType + GetValue/... in calcAleksas Pantechovskis
2016-03-26sc: replace local macrosJochen Nitschke
2016-03-25use the ScRefCellValue already available, tdf#97989Markus Mohrhard
2016-03-24MM: remove lock from saved documentsJan-Marek Glogowski
2016-03-24loplugin:constantparam in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-22tdf#84938 replace #define with scoped typed_flagsJochen Nitschke
2016-03-18sc lok bccu#1519: More general solution to detecting cell resizes.Jan Holesovsky
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke
2016-03-11tdf#97897 (first problem) fix for not recalculating on F9.Winfried Donkers
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-09loplugin:constantparam in sfx2Noel Grandin
2016-03-08setCellRangeData: check matrix size before operating, tdf#98389 follow-upEike Rathke