summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8graf.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-26ensure editeng str len is in sync with attributesCaolán McNamara1-10/+59
2015-08-25consider validity of m_nDrawCpOCaolán McNamara1-1/+1
2015-08-25Handle GetBaseCp overflowStephan Bergmann1-2/+4
2015-08-21if read string was truncated, then truncate attributes range to matchCaolán McNamara1-7/+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
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-25loplugin: cstylecastNoel Grandin1-4/+4
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-4/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-9/+9
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-6/+6
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-6/+6
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-9/+9
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-08-26grapic->graphicCaolán McNamara1-1/+1
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann1-1/+1
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann1-4/+4
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-16/+16
2014-08-09Resolves: #i125391# textbox object's location changes...Steve Yin1-13/+8
2014-08-05Consistency around SdrOnOffItem in svx/sdshitm.hxxStephan Bergmann1-2/+2
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-5/+5
2014-08-04Consistency around SdrMetricItem in svx/sdtditm.hxxStephan Bergmann1-8/+8
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-11/+10
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+4
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-2/+3
2014-05-27fdo#77454: sw: ww8 import: add heuristic to ignore mangled crop valuesMichael Stahl1-2/+8
2014-05-24fdo#77454: fix WW8 import/export of negative image cropMichael Stahl1-13/+20
2014-05-11coverity#736856 Dereference before null checkCaolán McNamara1-1/+1
2014-05-09coverity#1209783 Dereference before null checkCaolán McNamara1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-2/+2
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-10/+1
2014-03-02coverity#735948 Dereference after null checkCaolán McNamara1-4/+4
2014-02-27Remove visual noise from swAlexander Wilms1-11/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-94/+92