summaryrefslogtreecommitdiff
path: root/writerfilter
AgeCommit message (Expand)AuthorFilesLines
2016-07-25tdf#75573 - docx handle frame properties at stylesJustin Luth1-6/+7
2016-07-18protect against empty m_aTableManagers stackCaolán McNamara3-10/+19
2016-07-15writerfilter: avoid inclusion of deprecated C++ headerMiklos Vajna1-2/+2
2016-07-12tdf75573 docx - complete frames before starting alternate streamsJustin Luth1-0/+4
2016-07-08tdf#64372 docx import: don't ignore continuous section breakJustin Luth1-10/+2
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann9-16/+16
2016-07-07loplugin:passstuffbyrefStephan Bergmann1-1/+1
2016-07-07tdf#95367 inherit page style if no new one importedJustin Luth2-35/+95
2016-07-05Resolves: tdf#100770 crash on loading specific docxCaolán McNamara1-2/+9
2016-07-04tdf#96750 docx - ensure all styles are initializedJustin Luth2-6/+12
2016-06-29tdf#90697 docx - don't change continuous break into page breakJustin Luth1-1/+3
2016-06-27loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin12-67/+13
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