summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-16tdf#91684 RTF import: handle fFlipH and fFlipV shape propsMiklos Vajna1-0/+17
2016-06-15tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas2-0/+3
2016-06-15writerfilter: clean up virtual keywords where override already implies thatMiklos Vajna3-23/+23
2016-06-14Related: tdf#91684 RTF import: fix scaling of group shape childrenMiklos Vajna1-1/+6
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2-8/+2
2016-06-07tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}Miklos Vajna1-2/+2
2016-06-06writerfilter: fix excessive whitespaceMiklos Vajna2-3/+3
2016-06-06Convert RunType to scoped enumNoel Grandin4-17/+21
2016-05-31tdf#77349 RTF import: automatically generate names for images if neededMiklos Vajna5-5/+51
2016-05-31teach refcounting clang plugin about uno::ReferenceNoel Grandin3-5/+9
2016-05-26loplugin:unusedmethodsNoel Grandin3-8/+0
2016-05-26We indeed can't do anything with LN_CT_Font_notTrueType hereJulien Nabet1-0/+2
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna2-0/+63
2016-05-23writerfilter: use auto where it improves code readabilityMiklos Vajna7-194/+187
2016-05-20writerfilter: use '= default;'Miklos Vajna15-49/+14
2016-05-19loplugin:unusedmethods in writerfilter to xmloffNoel Grandin5-9/+1
2016-05-18tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna1-0/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin3-5/+4
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna3-4/+4
2016-05-14crashtesting: Error: attempt to increment a singular iteratorCaolán McNamara1-1/+3
2016-05-13clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin13-72/+65
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann6-13/+20
2016-05-10tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna2-2/+13
2016-05-10rtf: m_aStates can be empty in the inner conditionCaolán McNamara1-3/+7
2016-05-09writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimplMiklos Vajna9-3362/+3512
2016-05-06writerfilter: replace 's_m_' prefixes with just 's_'Miklos Vajna2-30/+30
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin5-39/+39
2016-05-04use Any constructor instead of temporariesNoel Grandin2-20/+8
2016-05-03tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna3-3/+25
2016-04-29tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht3-1/+13
2016-04-28Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna2-1/+10
2016-04-27Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara1-4/+14
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-13/+13
2016-04-26tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2-0/+32
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann8-28/+28
2016-04-21Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2-1/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann9-59/+59
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-04-14Related: tdf#65642 RTF filter: import \pgnucrmMiklos Vajna2-1/+10
2016-04-14loplugin:passstuffbyref in writerfilterNoel Grandin16-47/+47
2016-04-12clang-tidy performance-unnecessary-value-param in writerfilterNoel Grandin39-166/+165
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-08tdf#99140 DOCX import: fix table horizontal aligment to be 'from left' ...Miklos Vajna1-6/+7
2016-04-08tdf#99140 DOCX import: fix table at the bottom of the page to span over ...Miklos Vajna1-1/+24
2016-04-07tdf#99140 Factor out FloatingTableConversion() from CloseSectionGroup()Miklos Vajna2-19/+39
2016-04-05sequence->vector in writerfilterNoel Grandin2-5/+6