summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-01-15String::Len was used in a non-bool context hereStephan Bergmann1-1/+1
2013-05-15WW8AttributeOutput::TableSpacing: accidently commented out codeMiklos Vajna1-1/+1
2013-05-15fdo#36876 WW8 filter: fix export of table marginsMiklos Vajna1-1/+3
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-07writerfilter: remove Package_sprmidsMichael Stahl1-1/+1
2013-05-02Resolves: #120098# Memoryleak fixed at escher sw exportArmin Le Grand1-1/+2
2013-04-27some eco-activismThomas Arnhold1-0/+1
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-3/+3
2013-04-14Fix issue #i120140: After doc file saved by AOO, one more section is createdJian Hong Cheng1-12/+30
2013-04-07Fix #120224# Mapping the text rotation in Writer table cell with MSOLei De Bin1-2/+28
2013-04-07move BulletDefinitions() to MSWordExportBase to avoid copy&pasteMiklos Vajna1-0/+17
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-27/+27
2013-04-05Get rid of copy&paste by moving code from WW8Export to MSWordExportBaseMiklos Vajna1-3/+3
2013-03-25remove external include guardsThomas Arnhold1-2/+1
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat1-3/+3
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng1-1/+122
2013-03-08Translate german comments in sw/source/filter/ww8/wrtww8.cxxJoren De Cuyper1-118/+107
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-22fix sw buildCaolán McNamara1-3/+5
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-2/+2
2013-01-14docx export: invalid sectPr added at the beginning of the docPierre-Eric Pelloux-Prayer1-3/+1
2013-01-07WW8 filter: export zoom factorMiklos Vajna1-0/+5
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-27fdo#56513 second header/footer lost saving as .docLuke Deller1-1/+3
2012-11-14Turn some memmove into memcpy when it is safe to do so.jailletc361-1/+1
2012-11-03msvc can't handle #if inside macro argumentsLuboš Luňák1-3/+1
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák1-51/+23
2012-10-26Resolves: fdo#35991 rowspan is of size sal_Int32, not size longCaolán McNamara1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-2/+1
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-8/+8
2012-06-25Convert aTOXArr member from Svptrarr to std::vectorNoel Grandin1-2/+1
2012-06-25Cleanup SwDoc::GetPageDesc(sal_uInt16) const-ness issuesNoel Grandin1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-1/+1
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin1-1/+1
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-3/+3
2012-05-09Convert SV_DECL_PTRARR(WW8_WrFkpPtrs) to boost::ptr_vectorNoel Grandin1-18/+15
2012-04-21Use boost::ptr_vector in WW8_WrPct instead of SV_DECL_PTRARR_DELArnaud Versini1-26/+20
2012-03-09update code a bitCaolán McNamara1-7/+7
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara1-5/+1
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák1-30/+30
2012-03-02Convert SvPtrarr usage to std::vectorNoel Grandin1-4/+4
2012-01-31SWAPLONG->OSL_BIGENDIANCaolán McNamara1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-2/+2
2011-12-05WW8TableNodeInfo debug outputs now for DBG_UTIL only buildsCédric Bosdonnat1-8/+8
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-24sw: remove some debugging cruftMichael Stahl1-10/+0
2011-11-24sw: enable more debug code:Michael Stahl1-1/+1