summaryrefslogtreecommitdiffstats
path: root/writerfilter
Commit message (Expand)AuthorAgeFilesLines
* tdf#64372 docx import: don't ignore continuous section breakJustin Luth2016-07-081-10/+2
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-079-16/+16
* loplugin:passstuffbyrefStephan Bergmann2016-07-071-1/+1
* tdf#95367 inherit page style if no new one importedJustin Luth2016-07-072-35/+95
* Resolves: tdf#100770 crash on loading specific docxCaolán McNamara2016-07-051-2/+9
* tdf#96750 docx - ensure all styles are initializedJustin Luth2016-07-042-6/+12
* tdf#90697 docx - don't change continuous break into page breakJustin Luth2016-06-291-1/+3
* loplugin:singlevalfields in writerfilter and xmlsecNoel Grandin2016-06-2712-67/+13
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-1/+2
* tdf#91684 RTF import: handle fFlipH and fFlipV shape propsMiklos Vajna2016-06-161-0/+17
* tdf#42949: clean up includes in include/filter with iwyuJorenz Paragas2016-06-152-0/+3
* writerfilter: clean up virtual keywords where override already implies thatMiklos Vajna2016-06-153-23/+23
* Related: tdf#91684 RTF import: fix scaling of group shape childrenMiklos Vajna2016-06-141-1/+6
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-092-8/+2
* tdf#50821 RTF import: fix handling of \trpaddf{b,l,r,t}Miklos Vajna2016-06-071-2/+2
* writerfilter: fix excessive whitespaceMiklos Vajna2016-06-062-3/+3
* Convert RunType to scoped enumNoel Grandin2016-06-064-17/+21
* tdf#77349 RTF import: automatically generate names for images if neededMiklos Vajna2016-05-315-5/+51
* teach refcounting clang plugin about uno::ReferenceNoel Grandin2016-05-313-5/+9
* loplugin:unusedmethodsNoel Grandin2016-05-263-8/+0
* We indeed can't do anything with LN_CT_Font_notTrueType hereJulien Nabet2016-05-261-0/+2
* tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna2016-05-252-0/+63
* writerfilter: use auto where it improves code readabilityMiklos Vajna2016-05-237-194/+187
* writerfilter: use '= default;'Miklos Vajna2016-05-2015-49/+14
* loplugin:unusedmethods in writerfilter to xmloffNoel Grandin2016-05-195-9/+1
* tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna2016-05-181-0/+1
* clang-tidy modernize-make-sharedNoel Grandin2016-05-183-5/+4
* sw, writerfilter: indentation fixesMiklos Vajna2016-05-173-4/+4
* crashtesting: Error: attempt to increment a singular iteratorCaolán McNamara2016-05-141-1/+3
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-1313-72/+65
* tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas2016-05-101-0/+1
* Fix typosAndrea Gelmini2016-05-101-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-106-13/+20
* tdf#96275 RTF import: fix anchor of shapes inside tablesMiklos Vajna2016-05-102-2/+13
* rtf: m_aStates can be empty in the inner conditionCaolán McNamara2016-05-101-3/+7
* writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimplMiklos Vajna2016-05-099-3362/+3512
* writerfilter: replace 's_m_' prefixes with just 's_'Miklos Vajna2016-05-062-30/+30
* teach passstuffbyref plugin to check for..Noel Grandin2016-05-065-39/+39
* use Any constructor instead of temporariesNoel Grandin2016-05-042-20/+8
* tdf#95707 RTF import: handle device-independent bitmapsMiklos Vajna2016-05-033-3/+25
* tdf#99434: import/export documentProtection-forms from .docx incl. testOliver Specht2016-04-293-1/+13
* Related: tdf#65642 RTF filter: import \pgndecMiklos Vajna2016-04-282-1/+10
* Resolves: tdf#99498 don't overwrite trwWidth value if set on a tableCaolán McNamara2016-04-271-4/+14
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-13/+13
* tdf#90097 RTF import: handle fRelFlipV property for line shapesMiklos Vajna2016-04-262-0/+32
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-1/+1
* Avoid reserved identifiersStephan Bergmann2016-04-228-28/+28
* Related: tdf#65642 RTF filter: import \pgnlcrmMiklos Vajna2016-04-212-1/+10
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-209-59/+59
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1