summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-22sw: port two switchHeaderFooter() calls to DocxTableExportContextMiklos Vajna1-13/+9
2014-10-17pParagraphMarkerProperties can easily be a referenceMiklos Vajna1-43/+39
2014-10-17DOCX export: fix handling of paragraph mark on empty paragraphsMiklos Vajna1-22/+32
2014-10-15ww8: warning C4701: potentially uninitialized local variableMichael Stahl1-0/+1
2014-10-14Remove confusing TableReference::operator=()Miklos Vajna1-1/+2
2014-10-12DOCX filter: fix <w:em> handlingMiklos Vajna1-5/+15
2014-10-09DOCX export: handle name of Writer picturesMiklos Vajna1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-08DOCX export: fix handling of shapes containing and also anchored inside tablesMiklos Vajna1-0/+27
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-4/+5
2014-10-03DOCX export: fix missing table border when original doc has table styleMiklos Vajna1-2/+6
2014-10-01DocxAttributeOutput::CharEscapement: avoid writing <w:sz> twiceMiklos Vajna1-1/+1
2014-09-29map FRAME to VML's textLuboš Luňák1-2/+2
2014-09-29map PAGE_PRINT_AREA to VML's marginLuboš Luňák1-2/+2
2014-09-29proper reading of mso-position-(horizontal|vertical)(-relative)Luboš Luňák1-2/+6
2014-09-29export in .docx also vml mso-position-(horizontal|vertical)(-relative)Luboš Luňák1-81/+83
2014-09-29docx ST_VAnchor does not know "column", it should be "text"Luboš Luňák1-1/+1
2014-09-29DOCX export: fix order of paragraph mark properties child elementsMiklos Vajna1-0/+4
2014-09-29DOCX export: avoid duplicated w:sz child elementsMiklos Vajna1-1/+10
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-1/+1
2014-09-23DOCX filter: roundtrip SDT properties on Frame TextPortionsMiklos Vajna1-0/+9
2014-09-21Avoid manual realloc()Miklos Vajna1-6/+4
2014-09-16DOCX export: avoid inline shape inside shape textMiklos Vajna1-4/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-08sal_Int16 -> FlyProcessingStateMiklos Vajna1-1/+1
2014-09-08fdo#83057 File corrupts on save, as SDT is added incorrectlyVinaya Mandke1-1/+7
2014-08-29fdo#83044:Fix for corruption of file with SDT content.Rohit Deshmukh1-6/+8
2014-08-26Avoid undefined null pointer dereferencesStephan Bergmann1-4/+4
2014-08-21DOCX export: prevent multiple paragraphs in some SDT containersMiklos Vajna1-1/+15
2014-08-21DOCX export: handle anchored TextFrames inside shapesMiklos Vajna1-1/+1
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl1-1/+5
2014-08-19DOCX export: handle SDT end right before a section break introducing headersMiklos Vajna1-1/+14
2014-08-19DOCX export: handle SDT around floating tablesMiklos Vajna1-0/+3
2014-08-19DOCX export: handle multi-para SDT's ending right before a tableMiklos Vajna1-0/+3
2014-08-18fdo#82492 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav1-26/+36
2014-08-18DOCX filter: improve qFormat export handlingMiklos Vajna1-3/+50
2014-08-14warning C4702: unreachable codeMichael Stahl1-1/+1
2014-08-13DOCX export: write qFormat for style names having an STI numberMiklos Vajna1-2/+5
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-11fdo#82123 : DOCX: Corruption: File was getting corrupt fafter RTPallavi Jadhav1-0/+28
2014-08-08DOCX export: handle date SDT on paragraphsMiklos Vajna1-5/+49
2014-08-08fdo#81946 Corrupt : DOCX file getting corrupt after RTPriyankaGaikwad1-0/+6
2014-08-08fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTsVinaya Mandke1-1/+17
2014-08-07DOCX export: avoid empty attributes in paragraph shadingMiklos Vajna1-22/+15
2014-08-07fix variable prefixMiklos Vajna1-11/+11
2014-08-06fix C++11ismMiklos Vajna1-2/+2
2014-08-06DOCX export: handle <w:cnfStyle> row propertyMiklos Vajna1-0/+14
2014-08-06DOCX export: handle <w:cnfStyle> cell propertyMiklos Vajna1-33/+14
2014-08-06DOCX export: handle <w:cnfStyle> paragraph propertyMiklos Vajna1-1/+37