summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-04-12write w:relativeHeightLuboš Luňák1-6/+13
2012-03-24check end of iterator with != instead of <Julien Nabet1-4/+4
2012-03-12DocxAttributeOutput: implement contextual spacingMiklos Vajna1-0/+4
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák1-6/+6
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-13/+13
2012-01-09don't use an invalidated iteratorLuboš Luňák1-3/+4
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-12-12fix docx hyperlink writingLuboš Luňák1-13/+15
2011-11-24rename and move mathml oox support classes in oox to better placesLuboš Luňák1-2/+2
2011-11-16add RTL_CONSTASCII_STRINGPARAM to appendAscii on string literalsCaolán McNamara1-1/+1
2011-11-08simplify codeLuboš Luňák1-4/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-5/+4
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-18/+18
2011-09-01More build fixing.Thorsten Behrens1-1/+1
2011-08-18hack: make msoffice 2k7 be able to read ooxml formulasLuboš Luňák1-1/+1
2011-08-18write formula to the proper place inside ooxml documentLuboš Luňák1-5/+21
2011-08-18hook for calling from .docx filter to starmath for writting formulasLuboš Luňák1-1/+6
2011-08-18placeholder for writing math to .docxLuboš Luňák1-3/+33
2011-08-18hack, write .docx datetime as local but mark as utcLuboš Luňák1-1/+3
2011-08-11avoid crash when writting commentsLuboš Luňák1-1/+5
2011-08-11finish implementation of writing of comments to .docxLuboš Luňák1-2/+4
2011-08-08fix crash and fix rtl logicLuboš Luňák1-4/+4
2011-08-06We convert 0x0B's to <w:br/>'s later in RunText().Jan Holesovsky1-1/+0
2011-08-06Add a comment based on the Caolan's explanation.Jan Holesovsky1-0/+2
2011-08-06Fix field values in export to docxTroy Rollo1-2/+4
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-16/+1
2011-07-27don't use an invalidated iteratorLuboš Luňák1-3/+4
2011-07-19comment out an unused variable for nowLuboš Luňák1-1/+1
2011-07-19skeleton for writting .docx commentsLuboš Luňák1-3/+34
2011-07-19const methodsLuboš Luňák1-2/+2
2011-07-01Fix the computation of grid character pitch, fdo#37516.Jan Holesovsky1-16/+1
2011-06-27make sure w:drawing is not written inside of w:rPr (fdo#38110)Luboš Luňák1-2/+25
2011-06-07fix date format export, N is not a recognised format codeNoel Power1-0/+9
2011-06-07Revert "fix date format export, N is not a recognised format code"Noel Power1-9/+0
2011-06-07fix date format export, N is not a recognised format codeNoel Power1-0/+9
2011-06-01keep a copy of WW8_SepInfo object, not just a pointerLuboš Luňák1-3/+3
2011-05-31Docx: Fixed order of exported properties in tblPrCédric Bosdonnat1-0/+32
2011-05-26rework of fix for fdo#35826Noel Power1-5/+13
2011-05-25I hate these retarded sal_Int typesLuboš Luňák1-1/+1
2011-05-25write special footnote/endnote list (17.11.3/8)Luboš Luňák1-3/+11
2011-05-25write footnotePr/endnotePr both to settings.xml and sectPrLuboš Luňák1-0/+50
2011-05-20ooxml vAlign 17.4.84Luboš Luňák1-0/+17
2011-05-18fix for fdo#36552Noel Power1-2/+8
2011-05-18fix for fdo#36552Noel Power1-2/+8
2011-05-09revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845Noel Power1-3/+1
2011-05-09revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845Noel Power1-3/+1
2011-04-06fix for fdo#35826, fix hyperlink exportNoel Power1-8/+11
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-15/+16
2011-03-24don't use legacy filter for word vba macro & Userform import, use oox insteadNoel Power1-1/+3
2011-03-22fix build errorCaolán McNamara1-2/+2