summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-02loplugin: cstylecastNoel Grandin1-15/+15
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung1-21/+42
2014-11-04bnc#636128 DOC import: handle FFData.cchMiklos Vajna1-2/+3
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-01coverity#1242740 Unused valueCaolán McNamara1-2/+0
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-07-02Related: #i78498# some further improvements and corrections for outlinesOliver-Rainer Wittmann1-43/+17
2014-06-30Related: #i78498# improvements/corrections regarding outline level & CoOliver-Rainer Wittmann1-24/+22
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-3/+3
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-2/+1
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-2/+1
2014-05-14sprmids is used only inside sw/source/filter/ww8Miklos Vajna1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-17/+17
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-4/+1
2014-03-17sw: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-13coverity#708507 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-02-27Remove visual noise from swAlexander Wilms1-71/+50
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-2/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-7/+7
2014-02-14sal_Bool->boolNoel Grandin1-5/+5
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-30/+30
2014-02-03some more continuous correctionsThomas Arnhold1-2/+2
2014-01-31sw: hardcoded NS_sprm::LN_CPbiIBulletMiklos Vajna1-1/+1
2014-01-28sw: hardcoded NS_sprm::LN_CPbiGrfMiklos Vajna1-1/+2
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-13cppcheck: fix rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()Julien Nabet1-1/+1
2013-11-23Don't subtract 1 to just add it backMatteo Casalin1-4/+2
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin1-9/+8
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-34/+40
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-2/+1
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-15WW8 import: fix handling of sprmPIlfo when sprmPIlvl is missingMiklos Vajna1-1/+1
2013-10-15fdo#36868 WW8 import: allow outline numbering and list style in the same ...Miklos Vajna1-7/+2
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin1-33/+33
2013-10-10convert sw/source/filter/ww8/*.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-09-03String to OUStringMatteo Casalin1-13/+14
2013-08-21String to OUStringMatteo Casalin1-7/+7
2013-08-21String to OUStringMatteo Casalin1-4/+2
2013-07-01Robustify WW8FormulaControl::FormulaRead reading SvStream.Mark Wielaard1-8/+8
2013-06-26Resolves: #i120582# consider the case that a right indent is set...Oliver-Rainer Wittmann1-5/+9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+19
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat1-13/+15