summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblafmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-10sw: prefix members of SwBoxAutoFormatMiklos Vajna1-199/+199
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-2/+21
2015-09-16sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-17/+21
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-0/+2
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-151/+151
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-7/+7
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-03-28merge SwTable::GetFrmFmt/GetTableFmtBjoern Michaelsen1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-02-19sw: nAnz -> nCountMiklos Vajna1-7/+7
2015-01-26coverity#1266489 Untrusted loop boundCaolán McNamara1-9/+19
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-16remove unnecessary parenthesesNoel Grandin1-7/+6
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-18loplugin: cstylecastNoel Grandin1-29/+29
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-2/+2
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-34/+34
2014-04-17cppcheck: Fix redundant assignments in the sw moduleChris Laplante1-0/+2
2014-04-01Bin pointless INET_PATH_TOKENTor Lillqvist1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-02-27editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27editeng: sal_Bool->boolNoel Grandin1-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-38/+38
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-2/+2
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-41/+41
2013-10-21drop CharSet typedefCaolán McNamara1-3/+3
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-2/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-3/+0
2013-08-14XubString->OUStringCaolán McNamara1-2/+2
2013-08-14String to OUStringMatteo Casalin1-12/+10
2013-08-09cleanup blank lines in sw/source/core/docPhilipp Riemer1-1/+0
2013-08-09deleted needless blank lines in sw/source/core/doc/Philipp Riemer1-17/+0
2013-07-29fdo#67467: fix crash when renaming table in AutoFormat dialogIvan Timofeev1-3/+2
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-4/+5