summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/fetab.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-366/+366
2015-11-13sw: rename some more global variablesMichael Stahl1-22/+21
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-45/+45
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-9/+9
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky1-2/+2
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky1-10/+13
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-2/+22
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-143/+143
2015-05-09bodge layout to not crash on load of File_1292.docxCaolán McNamara1-7/+16
2015-05-05loplugin:staticmethodsNoel Grandin1-12/+12
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-02-26make arbitrary number a constant and add comment on fishinessBjoern Michaelsen1-1/+3
2015-02-26more constnessBjoern Michaelsen1-11/+6
2015-02-26unique_ptr, constness, naming conventionsBjoern Michaelsen1-5/+4
2015-02-26cppcheck: assuming these to be intended to actually have a scopeBjoern Michaelsen1-7/+7
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+2
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-26/+26
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-13convert SW_TAB #defines to enumNoel Grandin1-12/+12
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-1/+1
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-2/+3
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-77/+77
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-123/+3
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-03Resolves: fdo#76206 show 'Delete table' instead of 'Delete row'Caolán McNamara1-3/+8
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin1-7/+7
2014-03-21coverity#705920 Dereference before null checkCaolán McNamara1-1/+1
2014-03-21coverity#705919 Dereference before null checkCaolán McNamara1-1/+1
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-16sal_Bool to bool and minor optimizationsMatteo Casalin1-5/+1
2014-03-13SwFEShell::InsertRow: forgot to comment what that -2 doesMiklos Vajna1-0/+2
2014-03-13fdo#75898 SwFEShell::InsertRow: fix this in case bSelectAll == trueMiklos Vajna1-0/+8
2014-02-27Remove visual noise from swAlexander Wilms1-12/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-06coverity#704892 Dereference after null checkCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2