summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-10DOCX export: add method to write wp + dml markup for an SdrObjectMiklos Vajna2-70/+115
2013-12-10fdo#70198: sw: don't truncate Time values on 32bit platformsMichael Stahl2-3/+5
2013-12-10DOCX export: add a method to write an XShape as drawingmlMiklos Vajna2-0/+12
2013-12-10DOCX export: number drawingml objects from oneMiklos Vajna1-1/+1
2013-12-10Don't bother with the red/green rectangle on non-desktopTor Lillqvist1-1/+2
2013-12-10i#23357 RTF export: fix crash on groupshapesMiklos Vajna3-1/+15
2013-12-09fdo#54938: Convert sw to use cppu::supportsServiceMarcos Paulo de Souza31-297/+129
2013-12-09GetBasic and m_pBasic are unusedCaolán McNamara1-1/+1
2013-12-09drawingml import: handle w:b (found in docx groupshape textboxes)Miklos Vajna1-0/+2
2013-12-09drawingml import: handle wps:bodyPr inside a groupshapeMiklos Vajna1-0/+1
2013-12-09drawingml import: read w:colorMiklos Vajna1-0/+7
2013-12-09fdo#72488: Broken text when showing visible spaceKhaled Hosny1-1/+7
2013-12-09RTF export: unused forward declarationMiklos Vajna1-4/+0
2013-12-09abi#10201 RTF export: fix crash when handling table::BorderLineStyle::NONEMiklos Vajna3-3/+14
2013-12-09Fix for Column Break if it appears in w:r which is not the first run.Vinaya Mandke2-1/+10
2013-12-08put comment for the previous patch.Faisal M. Al-Otaibi1-0/+1
2013-12-08docx: fdo#44029 export the right alignment when locale are RTL.Faisal M. Al-Otaibi1-2/+13