summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-6/+6
2016-09-09remove direct memory managementDavid Tardon1-13/+6
2016-09-09resolve the snafu with 2 separate refcounted basesDavid Tardon1-13/+13
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-2/+2
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-2/+2
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski1-0/+3
2016-05-24Convert XMLTextType to scoped enumNoel Grandin1-1/+1
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin1-8/+9
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-10/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-03-29Avoid reserved identifiersStephan Bergmann1-1/+1
2016-03-16loplugin:constantparam in xmloff/Noel Grandin1-1/+1
2016-02-05sw: move SwTextTable's SwClient to SwTextTable::ImplMichael Stahl1-2/+2
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-28/+28
2015-11-13sw: prefix members of SwXMLTableContextMiklos Vajna1-200/+200
2015-11-12sw: prefix members of SwXMLImportMiklos Vajna1-6/+6
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-69/+69
2015-11-09formatting improvements in sw/Noel Grandin1-6/+6
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-6/+6
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-28sw: prefix members of SwTableBoxMiklos Vajna1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-7/+7
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-13/+15
2015-09-29Fix typosAndrea Gelmini1-2/+2
2015-09-11sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+5
2015-09-01sw: remove a silly 16bit castMichael Stahl1-2/+2
2015-09-01sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-40/+43
2015-08-03sw: inline use-once typedefsNoel Grandin1-9/+6
2015-07-15loplugin:unusedmethods xmloffNoel Grandin1-5/+0
2015-07-03typo: therfore -> thereforeAndras Timar1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-119/+119
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2015-03-24convert sfxlink to enum classNoel Grandin1-4/+3
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+0
2014-12-27fdo#84714 ODT import: read <loext:table> inside <draw:custom-shape>Miklos Vajna1-1/+3
2014-12-02loplugin: cstylecastNoel Grandin1-21/+21
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-17OSL_ENSURE->assert where guaranteed deref followsCaolán McNamara1-4/+3
2014-11-17coverity#1242523 we just need a copy hereCaolán McNamara1-2/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-06coverity#735645 Division or modulo by zeroCaolán McNamara1-0/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-4/+2
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-6/+6