summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-4/+4
2013-12-16sw/qa/extras: document XPath checksMiklos Vajna1-0/+18
2013-12-16fdo#68211: Fix for "General input/output error" while opening fileTushar Bende3-2/+12
2013-12-16Support DOCX exporting 'Track Changes - Deleted Paragraph Mark'Adam Co8-31/+93
2013-12-16Export redline 'paragraph formatting changes' back to DOCXAdam Co10-17/+127
2013-12-16Add 'redline - paragraph index' to XML node dumpAdam Co1-9/+22
2013-12-16Export redline 'formatting changes' back to DOCXAdam Co1-0/+48
2013-12-16Add support in the 'makeRedline' function for 'formatting properties'Adam Co1-0/+66
2013-12-15Fix comparison between signed/unsignedMatteo Casalin1-1/+1
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin13-121/+123
2013-12-15xub_StrLen to sal_Int32 with minor optimizationsMatteo Casalin14-261/+252
2013-12-14iOS tiled rendering workTor Lillqvist1-20/+7
2013-12-14cppcheck: reduce scopeJulien Nabet1-2/+2
2013-12-13sw: add some more obviously missing mutex guardsMichael Stahl11-0/+49
2013-12-13cppcheck: fix rTwo.GetPoolHlpFileId() == rTwo.GetPoolHlpFileId()Julien Nabet1-1/+1
2013-12-13cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-3/+3
2013-12-13sw: SwAccessibleDocument: fix crashesMichael Stahl1-2/+10
2013-12-13Factor out DocxSdrExport from DocxAttributeOutputMiklos Vajna7-513/+639
2013-12-13fdo#71594: Fix for LO crash while saving of file.Rohit Deshmukh6-31/+98
2013-12-13fdo#65836 Do not compress WMF / EMF file incase of OOXML exportNikhil Walvekar1-1/+1
2013-12-13fdo#71785: File hangs LibreOffice on SaveYogeshBharate3-2/+23
2013-12-13fdo#71786 : Implemented Glossary folderRohit Deshmukh4-1/+85
2013-12-13Drop duplicate #includeTakeshi Abe4-7/+0
2013-12-12Reduce unoprnms.hxx to a set of string literal macrosStephan Bergmann27-3486/+2531
2013-12-12Get rid of MAP_CHAR_LEN macroStephan Bergmann1-778/+780
2013-12-12Simplify comphelper::PropertyInfoStephan Bergmann3-147/+145
2013-12-12DocxExport::OutputDML: use the right namespace for groupshapesMiklos Vajna1-1/+3
2013-12-12DOCX: when writing a group shape, require wpgMiklos Vajna1-2/+5
2013-12-12DOCX export: declare wpg namespaceMiklos Vajna1-0/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann36-94/+94
2013-12-12oox: allow a callback to be registered for shape text DML exportMiklos Vajna3-4/+3
2013-12-12Add new 'SwRedlineExtraData_FormattingChanges' class for formatting changesAdam Co2-1/+84
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann9-1750/+1770
2013-12-12DOCX: fdo#72560 better solution for exchange alignment for RTLFaisal M. Al-Otaibi2-0/+14
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza7-7/+0
2013-12-11fdo#64232: export w:themeFontLang setting to docxJacobo Aragunde PĂ©rez3-3/+60
2013-12-11DOCX textframe export: when in experimental mode, use DML instead of VMLMiklos Vajna1-1/+16
2013-12-11Add DocxAttributeOutput::WriteDMLTextFrame that can export a textframe in DMLMiklos Vajna2-10/+131
2013-12-11VML export: factor out TextFrame handling code to its own methodMiklos Vajna2-57/+64
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann9-1770/+1750
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann9-1750/+1770
2013-12-11DOCX export: write mc:AlternateContent around drawingml shapesMiklos Vajna3-2/+23
2013-12-11WaE: unused variables [loplugin]Tor Lillqvist1-3/+0
2013-12-11Removed 'XML_lang' tag being auto-written in redline caseAdam Co1-17/+0
2013-12-11moved 'mergeTopMarks' out of 'WriteCollectedRunProperties'Adam Co1-6/+15
2013-12-11sw/qa/tiledrendering/tiledrendering.ui is not for translationAndras Timar1-8/+8
2013-12-10Related: #i33737# correction: assure the selections does not...Oliver-Rainer Wittmann1-3/+2
2013-12-10DocxTableStyleExport: whitespace fixesMiklos Vajna1-3/+6
2013-12-10DOCX shape export: when in experimental mode, use DML instead of VMLMiklos Vajna2-10/+45