summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/cellsuno.cxx
AgeCommit message (Expand)Author
2015-11-12sc: boost::ptr_vector->std::vectorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
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-10-28com::sun::star->css in scNoel Grandin
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-22convert Link<> to typedNoel Grandin
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-13replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-31Calc: Insert row/col before/after [1/2]Philippe Jung
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-17simplify codeStephan Bergmann
2015-04-17Clean up conversions from ScBreakType (aka sal_uInt8) to boolStephan Bergmann
2015-04-10fdo#82014: Repaint & set the document to modified after condformat change.Jan Holesovsky
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-30try to prevent use-after-freeMarkus Mohrhard
2015-03-30integrate new conditional format list into normal UNO stuffMarkus Mohrhard
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2015-01-10sc: fix use-after-free race in ScCellRangesBaseMichael Stahl
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-10-31i#90076: avoid double-free race condition for ScCellRangesBaseMichael Stahl
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-05coverity#1231669 Unchecked return valueNorbert Thiebaud