summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2014-07-20cppcheck: operator "=" should return TableReference&Julien Nabet1-1/+1
2014-07-19fix debug=t buildCaolán McNamara3-113/+131
2014-07-19indentation fixesMiklos Vajna1-6/+3
2014-07-19fdo#78502: actually empty parameter to getParagraph() is not testedMichael Stahl2-1/+2
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna17-53/+62
2014-07-19fdo#78502: writerfilter: RTF import: handle \u keyword inside levelnumbersMichael Stahl2-0/+17
2014-07-18CppunitTest_sw_ooxmlfieldexport: enable on OS XMiklos Vajna1-1/+1
2014-07-18DOCX export: handle <w:alias> for the date SDTMiklos Vajna2-1/+12
2014-07-18coverity#735895 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-18coverity#707363 Uncaught exceptionCaolán McNamara1-4/+10
2014-07-18coverity#1224992 Uncaught exceptionCaolán McNamara1-2/+3
2014-07-18oox: write Company in docProps/app.xmlMiklos Vajna2-0/+1
2014-07-18remove unnecessary "const &" qualifier from T* parametersNoel Grandin2-2/+2
2014-07-18(related: fdo#79319): writerfilter: RTF imoprt: don't lose shapes in headerMichael Stahl2-0/+78
2014-07-18SwXText::insertTextContentWithProperties: call EndUndo on exceptionMichael Stahl1-2/+6
2014-07-18sw: downgrade assertions about legacy SvxBrushItem to SAL_INFOMichael Stahl1-5/+5
2014-07-18Resolved: #124231# field variable dialog: check access...Oliver-Rainer Wittmann1-34/+42
2014-07-18writerfilter: import RTF_NOCOLBALMiklos Vajna2-0/+15
2014-07-18fdo#80800 : DOCX: Preservation of Direct Formatting for non first Table CellsPallavi Jadhav2-0/+15
2014-07-17DOCX import: handle <w:noColumnBalance> compat settingMiklos Vajna2-0/+8
2014-07-17Add CppunitTest_sw_ooxmlfieldexport.mkMiklos Vajna1-0/+53
2014-07-17extract CppunitTest_sw_ooxmlfieldexport from CppunitTest_sw_ooxmlimportMiklos Vajna3-441/+518
2014-07-17CppunitTest_sw_ooxmlimport: allow running a single testMiklos Vajna2-2/+3
2014-07-17DOCX import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna2-0/+8
2014-07-17SwFmtNoBalancedColumns: add doxygen commentMiklos Vajna1-0/+1
2014-07-17fix spelling structur -> structureNoel Grandin4-6/+6
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert4-4/+4
2014-07-17DocxSdrExport: move member to impl classMiklos Vajna2-11/+11
2014-07-17sw: move testcase to the right suiteMiklos Vajna2-11/+11
2014-07-17fdo#80894 : Rotation value for textframe was missing after RT.sushil_shinde4-6/+24
2014-07-16sw::util::IsPlausableSingleWordSection: take care of Boxes if LRSpace differsMiklos Vajna3-3/+28
2014-07-16WaE: struct/class inconsistencyTor Lillqvist1-2/+0
2014-07-16coverity#708510 Uninitialized scalar fieldCaolán McNamara2-12/+5
2014-07-16sw/qa/extras/README: document how to run a single testMiklos Vajna1-0/+19
2014-07-16DOCX import: handle SDT around citation fieldMiklos Vajna3-6/+19
2014-07-16CppunitTest_sw_ooxmlexport: clean up testfdo79817Miklos Vajna2-6/+6
2014-07-16fdo#80924: writerfilter: RTF import: fix shapeType PictureFrame importMichael Stahl1-0/+43
2014-07-16Resolves: #i121443# register text frames and graphics...Oliver-Rainer Wittmann2-32/+6
2014-07-16Added #include <docedt.hxx> to DocumentContentOperationsManager.Valentin Kettner1-3/+1
2014-07-15Fixed another build failure caused by 2 refactorings.Valentin Kettner1-1/+1
2014-07-15fdo#79673 quartz: draw 'bullet' for 'space' directly in one passNorbert Thiebaud1-9/+23
2014-07-15Revert "fdo#79673 revert to old NPC for MacOSX only"Norbert Thiebaud5-63/+2
2014-07-15overriding destructor not explicitly marked 'virtual' [loplugin:saloverride]Michael Stahl1-1/+1
2014-07-15-Werror,-Wheader-guardMatúš Kukan1-1/+1
2014-07-15Related: bnc#875718 DOCX import: fix missing character grab-bag on fieldsMiklos Vajna1-1/+1
2014-07-15Resolves: #i125171# support lossless embedding of linked jpegs...Armin Le Grand3-9/+54
2014-07-15Fixed build fail on MacOSX after f634ec5 .Valentin Kettner1-0/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner112-5020/+5231
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner10-52/+161
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner15-295/+364