summaryrefslogtreecommitdiff
path: root/sw/source/filter
AgeCommit message (Expand)AuthorFilesLines
2014-06-24fix reading of section margins (bnc#875715)Luboš Luňák1-18/+18
2014-06-24new compilerplugin returnbyrefNoel Grandin26-116/+115
2014-06-24Fix some warningsMatúš Kukan1-1/+2
2014-06-22sw: Fix method name in messageMaxim Monastirsky1-1/+1
2014-06-20fdo#79968: & fdo#79969: Fix for embedded powerpoint & excel sheet in docx.Yogesh Bharate1-0/+18
2014-06-20fdo#79591 Values for docPr name and shape ID attributes were set invalidDinesh Patil1-1/+1
2014-06-19fdo#79599: use \highlightN instead of \chcbpatN in RTF import and exportnrbrtx@gmail.com1-1/+1
2014-06-19Do not call SwASC_AttrIter::NextPos when nAktSwPos is already SAL_MAX_INT32Stephan Bergmann1-2/+6
2014-06-19loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-06-19fdo#78590: Fix for Corruption of para with framePr & drawing object into paraRohit Deshmukh4-46/+185
2014-06-19coverity#707363 Uncaught exceptionCaolán McNamara1-4/+12
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara9-0/+9
2014-06-19indentation fixesMiklos Vajna1-1/+4
2014-06-18DocxSdrExport::writeDMLAndVMLDrawing: fix handling of inline VML shapesMiklos Vajna1-17/+30
2014-06-17VML export of shapes with textboxes: missing <w:txbxContent> tagMiklos Vajna1-2/+2
2014-06-17DOCX filter: preserve AnchorId on shapes having a textboxMiklos Vajna1-2/+7
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin15-80/+16
2014-06-17VML export: handle textbox textMiklos Vajna4-27/+42
2014-06-16fdo#79915:Text Data Lost after exporting through LORavindra Vidhate1-0/+7
2014-06-14sw, writerfilter: identation fixesMiklos Vajna1-3/+2
2014-06-13loplugin:staticcallStephan Bergmann13-30/+30
2014-06-13DocxAttributeOutput::WritePostponedDMLDrawing: allow recursionMiklos Vajna1-4/+11
2014-06-13fdo#77979: Make rtl_TextEncodingToWinCharsetRTF work for non-UnicodeStephan Bergmann1-24/+17
2014-06-12coverity#735947 Explicit null dereferencedCaolán McNamara1-55/+56
2014-06-12error C2361: initialization of 's_fallbacks' is skipped by 'default'Michael Stahl1-7/+7
2014-06-12fdo#77979: sw: RTF export: write non-ASCII font names encodedMichael Stahl4-6/+77
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl2-5/+5
2014-06-11fdo#79668 :File getting corrupt after RTTushar Bende1-0/+5
2014-06-11fdo#79817:Fix for corruption having databinding have duplicates attributesRohit Deshmukh1-1/+1
2014-06-11fdo#79540 : DOCX: Lo exports Drawing inside DrawingPallavi Jadhav1-1/+7
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann2-5/+5
2014-06-10-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-06-10DOCX drawingML export of textboxes: write <wps:bodyPr> in ooxMiklos Vajna1-6/+6
2014-06-10coverity#1213577 Unused pointer valueCaolán McNamara1-2/+1
2014-06-10the nPage argument is always over-written and not used outsideCaolán McNamara1-8/+8
2014-06-10fdo#79822 : Crash:LO Crashes while Saving the DOCX containing smartartPriyankaGaikwad1-1/+3
2014-06-09fallback to DefaultEncoding when eCurrentEncoding is unknownCaolán McNamara1-0/+2
2014-06-09valgrind: conditional jump depends on uninitialized dataCaolán McNamara1-3/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin12-100/+20
2014-06-06fixincludeguards: fix include guardsThomas Arnhold4-9/+10
2014-06-06sw html: Translate some german comments.Jan Holesovsky1-2/+2
2014-06-06DOCX drawingML export: don't export textboxes of shapes twiceMiklos Vajna3-1/+16
2014-06-06DOCX drawingML export: avoid duplicated <wps:spPr> for textboxesMiklos Vajna1-78/+80
2014-06-06DOCX drawingML export: if shape has textbox, export its contents as shape textMiklos Vajna4-40/+59
2014-06-06fdo#79558: Do not overwrite w:shd valueJacobo Aragunde Pérez2-8/+11
2014-06-06fdo#79558: Preserve missing attributes in paragraph w:shdJacobo Aragunde Pérez1-6/+30
2014-06-06fdo#79691: Fix ppt files embedded in .docx documentsJacobo Aragunde Pérez1-1/+7
2014-06-06new method INetURLObject::getData() for data urlsChr. Rossmanith1-9/+11
2014-06-05coverity#1103692 Missing break in switch, assuming its intentionalCaolán McNamara1-0/+1
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida3-0/+55