summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-05-23sw: try not to include sw/souce/core stuff from sw/source/filterMichael Stahl4-29/+28
2014-05-23coverity#1078598 Unchecked dynamic_castCaolán McNamara1-1/+3
2014-05-23coverity#1078575 Unchecked dynamic_castCaolán McNamara1-3/+4
2014-05-23coverity#705484 Dereference null return valueCaolán McNamara1-2/+2
2014-05-23coverity#705519 Dereference null return valueCaolán McNamara1-6/+9
2014-05-23coverity#704941 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-23coverity#704942 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-23coverity#704943 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-05-23coverity#704944 Unchecked dynamic_castCaolán McNamara1-3/+4
2014-05-23coverity#982479 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-05-23coverity#982480 Unchecked dynamic_castCaolán McNamara1-2/+3
2014-05-23coverity#983942 coverity gold, busted throw specCaolán McNamara1-1/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin26-55/+52
2014-05-23catch exception by const refTakeshi Abe1-2/+2
2014-05-23MSWord uses \xb for linebreaks in DB fields (bnc#878854)Luboš Luňák1-0/+2
2014-05-23ooxml: Do not repeat wdp files in artistic effectsJacobo Aragunde Pérez1-12/+7
2014-05-23ooxml: Preserve the original picture in artistic effectsJacobo Aragunde Pérez1-1/+47
2014-05-23ooxml: preserve artistic effects on shapes.Jacobo Aragunde Pérez3-0/+59
2014-05-23coverity#704940 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-23WaE: comparison is always false due to limited range of data typeTor Lillqvist1-6/+20
2014-05-23fdo#78882: DOCX: File gets corrupt after RoundtripPallavi Jadhav5-2/+30
2014-05-22coverity#735895 Unchecked dynamic_castMiklos Vajna1-0/+3
2014-05-22fdo#76101 move testcase to CppunitTest_sw_ooxmlsdrexportMiklos Vajna2-10/+10
2014-05-22clean up RtfExport::WriteInfo()Miklos Vajna1-12/+3
2014-05-22fdo#79008 Crash: File getting crash while saving in LODinesh Patil3-1/+11
2014-05-22WaE: unused variable 'aFileNameBase'Tor Lillqvist1-1/+0
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