summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-05-21try to fix Mac buildMiklos Vajna1-1/+1
2014-05-21cid#708875 Unused pointer valueNoel Grandin1-1/+1
2014-05-21fdo#77725 make testcase minimalMiklos Vajna1-0/+0
2014-05-21fdo#78663 : Corrupt: 2007 WordArt whithin a Drawing toolRajashri6-8/+67
2014-05-21unused DocxSdrExport::setDrawingOpen()Miklos Vajna2-6/+0
2014-05-21fdo#78469 FileCorrupt:During export LO was adding wrong tags inside <w:sdtPr>Tushar Bende6-3/+41
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet4-32/+31
2014-05-20loplugin:implicitboolconversion,literaltoboolconversionStephan Bergmann1-3/+3
2014-05-20Displaying the number of standardized pages in the Word count windowMichal Siedlaczek6-286/+474
2014-05-20fdo#78658 Corruption: lockedCanvas tag is missing from RT fileDinesh Patil2-0/+9
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin2-8/+8
2014-05-20fdo#78659 make testcase minimalMiklos Vajna2-1/+1
2014-05-20fdo#78659:FIle geting corrupted after Roundtrip due to fieldchar.Ravindra Vidhate3-1/+10
2014-05-20fdo#78654 LO was exporting corrupt docx file.sushil_shinde3-0/+13
2014-05-19-Werror,-Wunused-resultStephan Bergmann1-1/+1
2014-05-19resolved fdo#66620 keywords occur in unquoted context onlyEike Rathke1-12/+92
2014-05-19WaE: -Wunused-variableThomas Arnhold1-3/+1
2014-05-19WaE: -Wunused-variableThomas Arnhold1-3/+0
2014-05-19WaE: -Wunused-variableThomas Arnhold1-4/+0
2014-05-19WaE: -Wunused-variableThomas Arnhold1-4/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold30-74/+0
2014-05-19sw doc model xml dump: handle SwDoc::mpFrmFmtTblMiklos Vajna2-4/+32
2014-05-19valgrind: memory leakCaolán McNamara1-0/+2
2014-05-19SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)Michael Stahl1-0/+1
2014-05-19fdo#78149: assert if SwVirtFlyDrawObj is being painted with no ViewPort setMichael Stahl2-4/+9
2014-05-19fdo78474:Corruption a:graphicData has no info for the image.Sourav2-0/+12
2014-05-18fdo#46839 Convert line color picker to split buttonMaxim Monastirsky6-6/+6
2014-05-18fdo#78651 DOCX Incorrect export of nested TablesVinaya Mandke4-0/+18
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet23-146/+145
2014-05-17SwFmtCol: rename member variables missing their prefixesMiklos Vajna2-113/+113
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante13-15/+15
2014-05-17sw: try to fix a valgrind warningMichael Stahl1-0/+2
2014-05-16coverity#704866 Unchecked dynamic_castMiklos Vajna1-1/+2
2014-05-16sw: fix indentation in rtf{export,import} testMiklos Vajna2-58/+53
2014-05-16coverity#708868 Unused pointer valueCaolán McNamara1-1/+1
2014-05-16coverity#708847 Unused pointer valueCaolán McNamara1-2/+0
2014-05-16DOCX import: make sure inline shapes are not in the backgroundMiklos Vajna2-0/+6
2014-05-16sw doc model dump: show SdrObject::nOrdNumMiklos Vajna1-0/+1
2014-05-16ooxml: Preserve effects on picturesJacobo Aragunde Pérez4-5/+62
2014-05-16ooxml: Preserve shape effects when there's more than oneJacobo Aragunde Pérez2-0/+29
2014-05-16fdo#78432 : DOCX: File gets corrupt after RoundTripPallavi Jadhav3-2/+60
2014-05-15fdo#55582 Writer: Dont overwrite from even when selected, from writer.Lennard Wasserthal1-2/+6
2014-05-15sw html test: missed one class name at renamingTomaž Vajngerl1-1/+1
2014-05-15sw test: HtmlExportTest - assert pDoc exists, rename classTomaž Vajngerl1-15/+13
2014-05-15sw test: unify names of local variables and move to them to topTomaž Vajngerl3-50/+55
2014-05-15sw test: user parent's parseXmlStream methodTomaž Vajngerl1-6/+1
2014-05-15DOCX import: fix chart size when it's inside a TextFrameMiklos Vajna2-0/+10
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-15Resolves: fdo#78204 adjust note icons on comments-in-margins caseCaolán McNamara3-22/+106
2014-05-15coverity#705490 Dereference null return valueCaolán McNamara1-2/+3