summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndtbl1.cxx
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
2015-07-19Fix typosAndrea Gelmini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-12sw: Prefix LinesAndTable member variables.Jan Holesovsky
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-12WaE: variable 'i' is uninitialized when used hereTor Lillqvist
2015-04-12Use more proper types and range-for loopsMatteo Casalin
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
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-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
2014-12-05more const correctnessBjoern Michaelsen
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-18loplugin: cstylecastNoel Grandin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-17coverity#736153 Dereference null return valueCaolán McNamara
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2013-09-07work on comments in sw/source/core/docnode/Philipp Riemer
2013-09-07remove/add blank lines for consistent code layout in sw/source/core/docnode/Philipp Riemer
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-14more fix to fdo#62470Faisal M. Al-Otaibi
2013-04-01fdo#62470 fix the table format dialog readingFaisal M. Al-Otaibi
2013-04-01fdo#62470 fix the input change when the table RTLFaisal M. Al-Otaibi
2013-03-18Translate German comments, fix some whitespacePhilipp Weissenbacher
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-30Revert "i#116420, fdo#33477: Implemented VertOrient on Writer table cell..."Michael Meeks
2012-11-21sal_Bool to boolTakeshi Abe
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl
2012-07-26Convert SV_DECL_PTRARR_SORT(SwSelBoxes) to o3tl::sorted_vectorNoel Grandin