summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8graf2.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-07loplugin:constparams in swNoel Grandin1-2/+2
2017-09-26ofz#2980 timeoutCaolán McNamara1-4/+6
2017-09-13tdf#75539 ww8import: fix horizontalLine percentageJustin Luth1-1/+1
2017-08-28ofz#3189 Direct-leakCaolán McNamara1-11/+11
2017-08-07loplugin:constparams in sw part9Noel Grandin1-5/+5
2017-07-06ofz: fix some leaksCaolán McNamara1-1/+1
2017-06-21tdf#39468 Translate German comments in sw/Jens Carl1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-4/+4
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-05-10sw: remove overloading of IDocumentContentOperations::InsertMichael Stahl1-4/+8
2017-05-05tdf#39468: Translate German comments and terms in sw/source/filter/ww8/Jens Carl1-2/+2
2017-04-06eof is not an error, but we don't want to parse short read dataCaolán McNamara1-1/+1
2017-04-06valgrind: reverse tests of use read result and test result is safe to useCaolán McNamara1-1/+1
2017-04-03ofz: fix leakCaolán McNamara1-11/+11
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-4/+4
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-02-15Resolves: tdf#101000 ensure unique image names in .docsCaolán McNamara1-7/+20
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann1-1/+2
2016-10-03sw: prefix members of WW8FibMiklos Vajna1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-14/+14
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-25translate DE->EN, minor indentation fixesNicolas Christener1-79/+81
2015-09-01-fsanitize=nullStephan Bergmann1-1/+1
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-07-04Fix typosAndrea Gelmini1-2/+2
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-33/+33
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna1-60/+60
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-09hinter: 'after' better than 'behind'Caolán McNamara1-3/+3
2015-03-24SkipImages option for document importLászló Németh1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-08fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-3/+1
2014-02-19Resolves: #i124188# assure correct insertion of text attribute...Oliver-Rainer Wittmann1-1/+1
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3