summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
AgeCommit message (Expand)Author
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin
2015-10-28sw: surely that should be !=, not <Michael Stahl
2015-10-28sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-16drop templated HasItem in favour of new templated SfxItemSet::GetItemCaolán McNamara
2015-10-02Fix typosAndrea Gelmini
2015-09-18Fix typosAndrea Gelmini
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara
2015-07-21need to check for after reading and before seekingCaolán McNamara
2015-06-02loplugin: loopvartoosmallKatarina Behrens
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-19Remove include stdio (part3)Julien Nabet
2015-05-11cppcheck: cstyleCastCaolán McNamara
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-20Clean up new rtl/surrogates.hStephan Bergmann
2015-04-20sw: prefix WW8FormulaControl membersMiklos Vajna
2015-04-20sanitize strings with invalid high/low surrogate sequencesCaolán McNamara
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-01-26coverity#1266488 Untrusted loop boundCaolán McNamara
2015-01-26coverity#1266486 Untrusted loop boundCaolán McNamara
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung
2014-11-04bnc#636128 DOC import: handle FFData.cchMiklos Vajna
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-01coverity#1242740 Unused valueCaolán McNamara
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-02Related: #i78498# some further improvements and corrections for outlinesOliver-Rainer Wittmann
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann
2014-06-29Typo: beeing->beingJulien Nabet
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante
2014-03-17sw: prefer passing OUString by referenceNoel Grandin
2014-03-13coverity#708507 Uninitialized scalar fieldCaolán McNamara
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-24Remove unnecessary bool2anyStephan Bergmann