summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/externalrefmgr.cxx
AgeCommit message (Expand)Author
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
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-11loplugin:privatebase: Publicly derive from binary_/unary_functionStephan Bergmann
2015-11-24sc: Introduce Abstract Base Class for ScMatrix, for a future rework.Jan Holesovsky
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara
2015-10-15store external range names in the cache, td#88179Markus Mohrhard
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Resolves: tdf#93613 let referenced document evaluate macro configEike Rathke
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara