summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/docxattributeoutput.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-11-20fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna1-18/+25
2012-11-15n#789482 DOCX: export track change data after w:hyperlinkMiklos Vajna1-5/+8
2012-11-05Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara1-6/+10
2012-11-05Merge remote-tracking branch 'origin/libreoffice-3-6-3' into suse-3.6Petr Mladek1-1/+5
2012-10-30n#780645 docx export: export default table cell margins, based on 1st cellPierre-Eric Pelloux-Prayer1-34/+111
2012-10-22Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak1-1/+5
2012-09-11fdo#53113 various docx shape export fixesMiklos Vajna1-1/+50
2012-08-24fix math export/import in docx/rtfLuboš Luňák1-4/+7
2012-08-21fdo#53175: Fixed the end of hyperlinksCédric Bosdonnat1-5/+12
2012-08-02fdo#52610: Fixed several docx export bugsCédric Bosdonnat1-11/+14
2012-07-13do not write default tab stop into the default style in .docxLuboš Luňák1-1/+6
2012-07-04refactor handling of double border widths:Michael Stahl1-1/+3
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-16/+16
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna1-1/+1
2012-06-01targeted string re-workNorbert Thiebaud1-2/+2
2012-05-23write out the same data to pic:cNvPr like to wp:docPrLuboš Luňák1-13/+11
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin1-2/+2
2012-04-25Convert SV_DECL_PTRARR_DEL(SwColumns) to boost::ptr_vectorNoel Grandin1-1/+1
2012-04-12++I_hate_sal_Int32Luboš Luňák1-1/+1
2012-04-12write out unique id for wp:docPrLuboš Luňák1-2/+3
2012-04-12wp:anchor attributes do not have w: prefixLuboš Luňák1-10/+10
2012-04-12wp:docPr title is not in ecmaLuboš Luňák1-6/+7
2012-04-12write proper title and description for wp:docPrLuboš Luňák1-2/+2
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