summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtww8gr.cxx
AgeCommit message (Expand)Author
2014-04-17Get order of arguments rightStephan Bergmann
2014-04-15sw: clean up inter-module includesThomas Arnhold
2014-03-23Full colour borders in .doc import/exportLuke Deller
2014-02-27Remove visual noise from swAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2014-01-27filter: add sprmids headerMiklos Vajna
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin
2013-10-14Related: fdo#38838 remove UniString::AppendAsciiCaolán McNamara
2013-10-10convert sw/source/filter/ww8/*.hxx from String to OUStringNoel Grandin
2013-08-25String to OUStringMatteo Casalin
2013-08-18String to OUStringMatteo Casalin
2013-05-07writerfilter: remove Package_sprmidsMichael Stahl
2013-04-15Resolves: #i119567# wmf in PICT assure correct scaling...Oliver-Rainer Wittmann
2013-04-07Fix issue #i120568: Hyperlink of Graphihc with Anchor Type "As Character"Jian Hong Cheng
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist
2013-03-14Code cleanup for i#120928 patchCédric Bosdonnat
2013-03-13WaE: various warngs, e.g. unused argument, variables, orderingCaolán McNamara
2013-03-13Fix #i120928: Import Graphic Bullets of MS Word DocumentJian Hong Cheng
2013-03-10Translate german comments in sw/source/filter/ww8/Joren De Cuyper
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-06sw: kill RTL_CONSTASCII_STRINGPARAM and friends in ww8 filtersMiklos Vajna
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-01sal_Bool to boolTakeshi Abe
2012-07-09some UniString->rtl::OUStringCaolán McNamara
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara
2012-03-0864bit Truncated pointer used as an unique 32bit idCaolán McNamara
2012-03-07We just want to know if this ole object is already exported or notCaolán McNamara
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-24sw: remove some debugging cruftMichael Stahl
2011-10-072nd part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
2011-10-071st part of Replace WW8Bytes with ww::bytesMaciej Rumianowski
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-06-13catch by const referenceCaolán McNamara
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky
2011-05-20adjust for return by ref instead of pointerCaolán McNamara
2011-05-13sw34bf06: #i104384#: problem exporting section breaks in tablesHenning Brinkmann
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak
2011-04-22left arrow comments removed // <--Júlio Hoffimann
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks
2011-02-13Remove unused NO_OLE_SIZE_OPTIMIZEThomas Arnhold
2011-02-13Remove whitespaces from includesThomas Arnhold
2011-01-31Remove comments; sw/source/filtershirahara