summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-05-22sw: why the heck is that #ifdef'd out?Michael Stahl1-4/+0
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan2-5/+0
2014-05-22fix DBG_UTIL buildCaolán McNamara1-1/+1
2014-05-22sw: use xsec_xmlsec.windows on WNTMichael Stahl1-1/+1
2014-05-22fdo#68983: basic: if the library is not loaded fully, copy source storageMichael Stahl3-29/+81
2014-05-22cppcheck: Function parameter 'rSize' should be passed by referenceThomas Arnhold1-1/+1
2014-05-22cppcheck: Exception should be caught by referenceThomas Arnhold1-2/+2
2014-05-22cppcheck: Variable 'bMore' is assigned a value that is never usedThomas Arnhold1-2/+1
2014-05-22cppcheck: Variable 'i' is assigned a value that is never usedThomas Arnhold1-1/+1
2014-05-22sw: remove using namespace from headersThomas Arnhold6-18/+14
2014-05-22fdo#78957 Corruption - <wp:extent> "cy" height exceed the limit in header.xmlYogesh Bharate3-13/+73
2014-05-22fdo#78910 Hyperlink and Field start-end mismatchVinaya Mandke3-2/+25
2014-05-22fdo#78887 <w:br> tag is not being preserved after export.Ravindra Vidhate3-1/+21
2014-05-22fdo#78886 File getting corrupted after Roundtrip due to fieldCharDinesh Patil3-0/+10
2014-05-22fdo#78333 : SdtContent and a Shape overlapping causes corruptionUmesh Kadam7-10/+174
2014-05-21speed-up writer conversion in headless modeTomaž Vajngerl1-1/+1
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