summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
AgeCommit message (Expand)AuthorFilesLines
2012-11-12cppCheck: clarifyConditionjailletc361-2/+2
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar20-221/+148
2012-11-10DocxAttributeOutput::FlyFrameGraphic: add assert to avoid misuse of the APIMiklos Vajna1-0/+2
2012-11-09fdo#51550 fix DOCX export dataloss on non-math/chart OLE exportMiklos Vajna2-22/+34
2012-11-03msvc can't handle #if inside macro argumentsLuboš Luňák1-3/+1
2012-11-03sal_Bool to boolTakeshi Abe2-3/+3
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák6-148/+55
2012-11-01sal_Bool to boolTakeshi Abe1-1/+1
2012-10-31fix the strange ww8export tinderbox failureNoel Power2-3/+11
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara2-5/+8
2012-10-29docx export: explicitely use 'none' type for disabled cell bordersPierre-Eric Pelloux-Prayer1-22/+19
2012-10-26Resolves: fdo#35991 rowspan is of size sal_Int32, not size longCaolán McNamara1-1/+1
2012-10-25fdo#55939 fix RTF export of footnotesMiklos Vajna1-1/+4
2012-10-25sal_Bool to boolTakeshi Abe1-2/+1
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák4-8/+8
2012-10-14sw: fix new clang warnings in ww8 filtersMiklos Vajna4-5/+3
2012-10-13Merge branch 'master' into feature/killsdfAndras Timar16-258/+244
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák11-22/+22
2012-10-11Resolves: fdo#48569 crash on export to .docx of inline anchored frameCaolán McNamara2-7/+11
2012-10-09add editeng::ConvertBorderWidthFromWord:Michael Stahl1-73/+3
2012-10-09fdo#54648: WW8 export: test that FlyFrm actually has layout frmMichael Stahl1-0/+4
2012-10-08DocxAttributeOutput: drop unused includesMiklos Vajna1-35/+0
2012-10-08Fix fdo#47669: also check if we started the tag before ending itKorrawit Pruegsanusak1-1/+5
2012-10-08Deduplicate CTB, TBC and CTBWrapper (for disable-dynloading)Tor Lillqvist2-79/+79
2012-10-02docx export: always write tblInd attribute (even when equal to 0)Pierre-Eric Pelloux-Prayer1-6/+5
2012-10-02docx export: export default table cell margins, based on 1st cellPierre-Eric Pelloux-Prayer2-34/+115
2012-10-02Resolves: fdo#54862 extra ++n causing merged cells to be skippedCaolán McNamara1-1/+0
2012-10-01Use comphelper::getComponentContextStephan Bergmann1-2/+2
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-2/+2
2012-09-28Merge branch 'master' into feature/killsdfAndras Timar12-34/+151
2012-09-27sw: hopefully fix windows buildMatúš Kukan1-1/+1
2012-09-27Export image shadow effects to docx.Eilidh McAdam1-0/+32
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann2-15/+1
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud2-2/+2
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-5/+3
2012-09-13SwWW8ImplReader::Read_Tab: typoMiklos Vajna1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-2/+1
2012-09-07move the code for adding temporary fonts to a separate classLuboš Luňák1-2/+2
2012-09-07MSVC: Conversion loses qualifiersStephan Bergmann2-2/+2
2012-09-06++bloody_sal_Int32_die_die_dieLuboš Luňák1-2/+2
2012-09-06basic .docx write support for embedded fontsLuboš Luňák5-4/+104
2012-09-06make sure a font from SvxFontItem is written to fontTable.xmlLuboš Luňák1-0/+1
2012-09-04n#775270: clip pictures instead of scaling they don't fitCédric Bosdonnat1-0/+1
2012-09-03fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new styleNoel Grandin1-3/+3
2012-08-27typo fix in commentAndras Timar1-1/+1
2012-08-23fix math export/import in docx/rtfLuboš Luňák2-13/+16
2012-08-21fdo#53175: Fixed the end of hyperlinksCédric Bosdonnat2-5/+13
2012-08-20Revert "fdo#53175: docx export, close hyperlinks before fields"Cédric Bosdonnat1-6/+5
2012-08-20fdo#53175: docx export, close hyperlinks before fieldsCédric Bosdonnat1-5/+6
2012-08-14RtfSdrExport: unnecessary explicit OString ctorsMiklos Vajna1-33/+33