summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/externalrefmgr.cxx
AgeCommit message (Expand)Author
2018-11-05sc: compact ScColumnAshod Nakashian
2018-01-30tdf#115044: do not load external documents if it is not allowedVasily Melenchuk
2017-11-21Introduce ScInterpreterContextTor Lillqvist
2017-11-11ofz#4122 use EnableExecuteLink insteadCaolán McNamara
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-08ofz#4122 just avoid ucb path for fuzzingCaolán McNamara
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-13Replace lists by vectors in chart2uno (sc)Julien Nabet
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin
2017-08-24loplugin:constparam in sc part5Noel Grandin
2017-08-23convert message box style bits to scoped enumNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-08-07oovbaapi: screenUpdating, do not adjust heightTamas Bunth
2017-07-14use more OUString::operator== in scNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-06-26Fix typosAndrea Gelmini
2017-06-15Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke
2017-06-14This could never have been meantEike Rathke
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-02-16drop ReferencedFlag enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski
2016-12-20convert SFX_EVENT constants to scoped enumNoel Grandin
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-27trust the size ... tdf#79442 follow-upEike Rathke
2016-10-25Resolves: tdf#79442 in OOXML import add external files to LinkManagerEike Rathke
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
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-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-06-14explicit svl::SharedString(const OUString&) ctorEike Rathke
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke
2016-05-24loplugin:unusedmethods in scNoel Grandin
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-03-08setCellRangeData: check matrix size before operating, tdf#98389 follow-upEike Rathke
2016-03-07Resolves: tdf#98389 check memory requirement of matrixEike Rathke
2016-02-18don't fill the matrix cell by cell, tdf#67071Markus Mohrhard
2016-02-16loplugin:implicitboolconversionStephan Bergmann
2016-02-16single element access is really slow in mdds, tdf#67071Markus Mohrhard