summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblcpy.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-3/+3
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-11/+15
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-10/+10
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-108/+108
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-05Reduce scope and improve readabilityMatteo Casalin1-7/+6
2015-04-05Use +=Matteo Casalin1-4/+3
2015-04-05Use more proper integer types and range-for loopsMatteo Casalin1-49/+41
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-3/+2
2014-11-23kill some follow-up dead initsBjoern Michaelsen1-3/+1
2014-11-21dead init (clang)Bjoern Michaelsen1-2/+1
2014-11-18loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-23/+23
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-24coverity#705740 Resource leakCaolán McNamara1-0/+3
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-1/+1
2013-12-02Integrate branch of IAccessible2Steve Yin1-1/+2
2013-10-07CID#1078701 keep coverity and nesting test happyCaolán McNamara1-0/+2
2013-10-03CID#705740 leak on error caseCaolán McNamara1-0/+3
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-16/+10
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21sal_Bool to boolTakeshi Abe1-13/+13
2012-11-20sal_Bool to boolTakeshi Abe1-4/+4
2012-11-04sal_Bool to boolTakeshi Abe1-2/+2
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-1/+3
2012-07-30C40_GETPOS is unnecessary nowCaolán McNamara1-5/+5
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin1-9/+9
2012-07-25Convert SV_DECL_PTRARR_SORT(SwTableSortBoxes) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-49/+48
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0