summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-30fdo#64350: fix for page border shadow exportAdam Co1-15/+65
2013-07-26fdo#65718 : fix for exporting of image distance from textAdam Co1-7/+13
2013-07-24Related: fdo#60990 w:textbox -> v:textboxMiklos Vajna1-2/+2
2013-07-24fdo#60990 VML export: handle paragraph/run properties of shape textMiklos Vajna1-0/+12
2013-07-24fdo#66781 : fix bullets with level 0Adam Co1-3/+9
2013-07-24MSWordExportBase: handle SfxGrabBagItemMiklos Vajna1-0/+13
2013-07-22fdo#66145: fix for FirstIsShared flagAdam Co1-1/+3
2013-07-18fix DOCX export page border - interoperabillity. export case #2Adam Co1-23/+86
2013-07-16DocxAttributeOutput: avoid 'a' prefix for doubleMiklos Vajna1-16/+16
2013-07-16fdo#66929: fix for default textbox inset valuesAdam Co1-6/+31
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke1-1/+1
2013-07-11AttributeOutputBase::RunText: String -> OUStringMiklos Vajna1-4/+3
2013-07-11fdo#58577 DOCX export: handle multiple textframes anchored to the same paraMiklos Vajna1-8/+7
2013-07-11fdo#66773: fix for line spacing defaultAdam Co1-0/+13
2013-07-10use LanguageTag to convertEike Rathke1-8/+4
2013-07-10SvxBrushItem::TransparencyToPercent: add this to avoid copypasteMiklos Vajna1-2/+1
2013-07-10fdo#66688: fix for crash on exit and opacity issueAdam Co1-6/+44
2013-07-09DocxAttributeOutput::FormatSurround: missing breakMiklos Vajna1-0/+3
2013-07-08bnc#822175 DOCX filter: export wrapping of text framesMiklos Vajna1-0/+40
2013-06-25DocxAttributeOutput: -Werror=unused-macros, -Werror=sign-compareMichael Stahl1-2/+1
2013-06-25fdo65400: fix for Character Shading being lostAdam Co1-1/+20
2013-06-24fdo#56679, fdo#65710 : fix for import and export of underline colorAdam Co1-19/+33
2013-06-16docx: fdo#43093 fdo#44029 fix the alignment when the paragraph are RTLFaisal M. Al-Otaibi1-3/+9
2013-06-15fdo#58819 DOCX VML export: fix shape size for rotated shapesMiklos Vajna1-2/+5
2013-06-13fdo#58819 VML export of mso-position-*Miklos Vajna1-1/+5
2013-06-11fdo#65265 : fix for DOCX export of formatting dataAdam Co1-3/+61
2013-06-06bnc#382137 DocxAttributeOutput: don't store address of local variableMiklos Vajna1-1/+8
2013-06-06fdo#64350: fix for DOCX export of border spaceAdam Co1-12/+56
2013-05-23improve exporting of picture alignment to docxLuboš Luňák1-50/+98
2013-05-13WaE: unused parameter 'nCurrentLeft'Tor Lillqvist1-1/+1
2013-05-13fdo#64531 : Tab-stops exported to DOCX added too much indentationAdam Co1-1/+3
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+1
2013-04-13sw: fix frame size of textboxes in DOCX/RTF exportMiklos Vajna1-3/+10
2013-04-10add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna1-31/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-21/+21
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-05DOCX export of w:numPicBulletMiklos Vajna1-1/+42
2013-03-29fdo#48557 implement DOCX export of inner margin values for textbox textMiklos Vajna1-1/+14
2013-03-28export placeholder (RES_JUMPEDITFLD) to .docx (part of bnc#779630)Luboš Luňák1-0/+32
2013-03-19further OUString cleanupThomas Arnhold1-1/+1
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng1-1/+2
2013-03-08embed also view-only fonts, but do not use themLuboš Luňák1-1/+4
2013-03-06do not embed the same font file twice into one .docxLuboš Luňák1-51/+58
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-26embed also system fonts when embedding fonts in a documentLuboš Luňák1-10/+11
2013-02-21Revert "embed also system fonts when embedding fonts in a document"David Ostrovsky1-11/+10
2013-02-21embed also system fonts when embedding fonts in a documentLuboš Luňák1-10/+11
2013-02-21fix NULL dereferenceLuboš Luňák1-5/+7
2013-02-19DocxAttributeOutput: fix export of btLr text direction in table cellsMiklos Vajna1-2/+23