summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-13ofz#10523 guard aginst 0 pF->nLCodeCaolán McNamara1-1/+1
2018-03-06ofz: check nLevel against maParaSprms sizeCaolán McNamara1-4/+4
2017-09-01ofz#3154 check bounds of special sprmCaolán McNamara1-2/+2
2017-07-12ofz: stay inside stringCaolán McNamara1-1/+1
2016-12-21tdf#104805 DOC import: fix non-0-starting LVL.xst with none-type prev levelMiklos Vajna1-3/+11
2016-11-18Resolves: tdf#91916 different word 6/7 vers have ambiguous sprmsCaolán McNamara1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-03sw: prefix members of WW8FibMiklos Vajna1-7/+7
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-1/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-18/+18
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-18vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-6/+6
2016-01-16revert vcl patch series that brok Mac and WindowsNorbert Thiebaud1-6/+6
2016-01-16vcl: change Font::SetName() to Font::SetFamilyName()Chris Sherlock1-6/+6
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-7/+4
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-2/+0
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna1-22/+22
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-27/+27
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-2/+2
2015-10-28sw: surely that should be !=, not <Michael Stahl1-1/+1
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-16/+13
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara1-4/+1
2015-10-02Fix typosAndrea Gelmini1-2/+2
2015-09-18Fix typosAndrea Gelmini1-1/+1
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara1-3/+2
2015-07-21need to check for after reading and before seekingCaolán McNamara1-3/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-4/+4
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-150/+150
2015-05-19Remove include stdio (part3)Julien Nabet1-2/+0
2015-05-11cppcheck: cstyleCastCaolán McNamara1-2/+2
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna1-93/+93
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann1-4/+5
2015-04-20sw: prefix WW8FormulaControl membersMiklos Vajna1-52/+52
2015-04-20sanitize strings with invalid high/low surrogate sequencesCaolán McNamara1-1/+27
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-17/+17
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-01-26coverity#1266488 Untrusted loop boundCaolán McNamara1-0/+8
2015-01-26coverity#1266486 Untrusted loop boundCaolán McNamara1-1/+8
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1