summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-30/+31
2015-11-13sc: inline LabelsTypeNoel Grandin1-1/+1
2015-11-13sc: rename ObjectSetType to ScDPObjectNoel Grandin1-1/+1
2015-11-13sc:rename ItemsType to ScDPItemDataVecNoel Grandin2-19/+19
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin2-15/+6
2015-11-13sc: boost::ptr_vector->std::vectorNoel Grandin1-2/+2
2015-11-12remove fixme comment and fragments of things that are done since longEike Rathke1-7/+0
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht11-21/+6
2015-11-11new loplugin: memoryvarNoel Grandin1-65/+60
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann120-1487/+1487
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-21/+38
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-13/+21
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-8/+9
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-12/+17
2015-11-09new loplugin: oncevarNoel Grandin2-4/+2
2015-11-07WaE: redundant const_cast [loplugin:redundantcast]Tor Lillqvist1-5/+5
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl3-53/+60
2015-11-06sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-50/+39
2015-11-06comphelper: add a generic implementation of std container operator==Michael Stahl1-20/+4
2015-11-06sc: [loplugin:redundantcast]Michael Stahl1-1/+1
2015-11-06sc: actually std::set::operator== does not use Compare parameterMichael Stahl1-1/+12
2015-11-06sc: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2-51/+73
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann10-151/+109
2015-11-05return #N/A for defined but unsupported arguments, tdf#95010 relatedEike Rathke1-0/+2
2015-11-05a vector is unnecessary here, tdf#79983 follow-upEike Rathke1-7/+4
2015-11-05tdf#79983 - Fix to make calc sort lists case sensitiveSahas2-11/+29
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin3-5/+4
2015-11-04loplugin:stringconstantNoel Grandin4-30/+22
2015-11-03ScGlobal::UpdatePPT: make conversion more preciseMiklos Vajna1-3/+3
2015-11-03implement assignment in only one placeEike Rathke1-3/+6
2015-11-03remove superfluous call to clear() in ScRefCellValue dtorEike Rathke1-1/+0
2015-11-03cppcheck: noExplicitConstructorCaolán McNamara15-46/+47
2015-11-02sc: MSVC doesn't do auto parametersMichael Stahl1-1/+1
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl3-20/+23
2015-11-02implement ScRefCellValue::operator=() without temporary and swapEike Rathke1-2/+2
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke17-162/+89
2015-11-02avoid construction of ScRefCellValue with default ctor, tdf#95419 relatedEike Rathke1-6/+3
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara5-7/+7
2015-11-02sc lok: emit RowColumnHeader info in twipsMiklos Vajna1-3/+3
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-4/+3
2015-10-31Adapt FuncSum to vectorize better.Michael Meeks1-32/+68
2015-10-31sc lok: Always provide a reasonable document size.Jan Holesovsky1-6/+5
2015-10-30tdf#95419 fix performance fall-out, tdf#92749 follow-upEike Rathke1-1/+1
2015-10-28Resolves: tdf#95395 force range reference to array only in array formulaEike Rathke1-1/+7
2015-10-28com::sun::star->css in scNoel Grandin32-104/+103
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin3-14/+15
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-27loplugin:unusedmethodsNoel Grandin4-25/+0