summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Translate German comments and debug stringsJohnny_M1-1/+1
2018-05-15OSL_ENSURE->assertCaolán McNamara1-1/+1
2018-05-02Fix typosAndrea Gelmini1-2/+2
2018-04-21Use unique_ptrMike Kaganski1-7/+6
2018-03-02forcepoint #13 null derefCaolán McNamara1-1/+4
2018-02-05TypedWhichId in sw(1)Noel Grandin1-2/+2
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: swStephan Bergmann2-6/+6
2017-12-27ofz#4813: Direct-leakCaolán McNamara1-7/+3
2017-12-25coverity#1426946 Unchecked return valueCaolán McNamara1-2/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-4/+4
2017-12-12TypeWhichId in swNoel Grandin1-2/+2
2017-12-07Use return iterator from erase in swnewtable (sw)Julien Nabet1-9/+3
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-9/+8
2017-12-01Resolves: tdf#106322 keep original cell content when assigning number formatEike Rathke1-2/+25
2017-11-28ofz: fix mem leakCaolán McNamara1-16/+16
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-165/+167
2017-11-07Replace some lists by vectors (sw)Julien Nabet1-9/+6
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-5/+5
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-5/+5
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-5/+5
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-1/+1
2017-08-04loplugin:constparams in sw part4Noel Grandin1-1/+1
2017-07-17Translate randomly found German commentsJohnny_M1-2/+2
2017-06-21loplugin:unusedfields in sw part5Noel Grandin1-2/+1
2017-06-07tdf#74177 writer: ignoring comment allows number recognitionJustin Luth1-5/+5
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-6/+6
2017-05-26tdf#74177 Writer table: refresh formula without losing commentsJustin Luth1-3/+24
2017-05-09loplugin:checkunusedparams in sw(part4)Noel Grandin1-1/+1
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-1/+1
2017-03-28typo: Didn't found -> Didn't findAndras Timar1-1/+1
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-19Fix typosAndrea Gelmini1-1/+1
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-4/+4
2017-02-21loplugin:subtlezeroinit: swStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-2/+2
2017-01-26loplugin: unnecessary destructor swNoel Grandin1-2/+0
2017-01-03tdf#49102 - UI: remove list numbering from merged cellsJustin Luth1-0/+17
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page2-3/+3
2016-05-23loplugin:unusedmethods in swNoel Grandin1-9/+0
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen2-6/+4
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-04-22Avoid reserved identifiersStephan Bergmann2-20/+20