summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8graf.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-02ofz#1220 sanitize nTyp to legal valuesCaolán McNamara1-1/+1
2017-04-13ofz: header has to be at least 1 pair longCaolán McNamara1-1/+9
2016-11-21convert inventorId to scoped enumNoel Grandin1-10/+6
2016-11-05make a useful function - SvxBoxItem::CalcLineWidthJustin Luth1-20/+4
2016-10-03sw: prefix members of WW8FibMiklos Vajna1-1/+1
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-16loplogin:singlevalfields in include/Noel Grandin1-9/+0
2016-08-30Translate some German comments and messagesMaarten Bosmans1-1/+1
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin1-2/+2
2016-08-18convert SdrCaptionType to scoped enumNoel Grandin1-2/+2
2016-08-03partially translate German comments in ww8graf.cxxJohannes Berg1-64/+56
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas1-0/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-2/+2
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin1-1/+1
2016-02-15tdf#56321 - .doc import image flipped statusJustin Luth1-0/+18
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-17/+17
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-56/+56
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-5/+5
2015-09-09no point in reminding me now, we shipped a while backCaolán McNamara1-3/+3
2015-09-01-fsanitize=nullStephan Bergmann1-1/+1
2015-08-25ensure editeng str len is in sync with attributesCaolán McNamara1-10/+59
2015-08-25misplaced braceCaolán McNamara1-1/+1
2015-08-24consider validity of m_nDrawCpOCaolán McNamara1-1/+1
2015-08-24Handle GetBaseCp overflowStephan Bergmann1-2/+4
2015-08-21if read string was truncated, then truncate attributes range to matchCaolán McNamara1-7/+8
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-08-06sw: use std::unique_ptr<> in ww8Miklos Vajna1-1/+0
2015-07-24loplugin:redundantcastNoel Grandin1-2/+2
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-3/+3
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-19Simplify uses of OUString::replaceAll with literal argumentsStephan Bergmann1-3/+3
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-8/+8
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-129/+129
2015-05-14ooo#59101 word 6 graphic anchors should work like word 97 onesCaolán McNamara1-54/+67
2015-05-02sw: prefix members of SwWW8ImplReaderMiklos Vajna1-187/+187
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-07negative after-text indents ignored by msword for aposCaolán McNamara1-0/+3
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-9/+10
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-24SkipImages option for document importLászló Németh1-1/+1
2014-12-16Related: #i123653# skip ranges that end before starting pointCaolán McNamara1-3/+4
2014-12-02loplugin: cstylecastNoel Grandin1-5/+5