summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-02unused includes in RTF filter and related filesMiklos Vajna1-3/+0
2014-10-15fdo#82860 RTF export: if shape has textbox, export its contents as shape textMiklos Vajna1-0/+22
2014-10-15fdo#82860 RTF export: don't export textboxes of shapes twiceMiklos Vajna1-1/+8
2014-08-14fix indentationMiklos Vajna1-3/+1
2014-08-14spurious warning C4189 local variable initialized but not referencedMichael Stahl1-2/+3
2014-05-14sw: remove SAL_INFO's that only mark function entryNoel Grandin1-20/+0
2014-05-11coverity#736855 Dereference before null checkCaolán McNamara1-1/+1
2014-05-11sw: fix indentation in rtfsdrexportMiklos Vajna1-277/+288
2014-04-23nVerticesPos starts off six bytes into aVertices.pBufStephan Bergmann1-1/+1
2014-02-19coverity#738892 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-11Related: fdo#67386 RtfSdrExport: fix crash by respecting size of aVerticesMiklos Vajna1-7/+12
2013-12-10i#23357 RTF export: fix crash on groupshapesMiklos Vajna1-1/+10
2013-11-23xub_StrLen to sal_Int32 and some optimizationsMatteo Casalin1-6/+5
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-10-15convert sw/source/filter/ww8/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-3/+3
2013-08-25fdo#57950: Remove some chained appends in swJelle van der Waa1-4/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-21/+21
2013-06-18fdo#43460 sw: use isEmpty()Jelle van der Waa1-3/+3
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-04-27some eco-activismThomas Arnhold1-0/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-02-13Fix member variable m_pSdrObject not initialized in the constructorJulien Nabet1-0/+1
2013-01-04adapt RtfSdrExport and oox::vml::VMLExport to filter changesMiklos Vajna1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-14RtfSdrExport: unnecessary explicit OString ctorsMiklos Vajna1-33/+33
2012-08-14RTF export of fillBlip and fillOpacity shape propertiesMiklos Vajna1-0/+13
2012-08-14RTF shape filter: handle custom segment typesMiklos Vajna1-1/+8
2012-07-25move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna1-3/+4
2012-07-22remove using rtl::OUStringLuboš Luňák1-4/+0
2012-03-05remove RTL_CONSTASCII_USTRINGPARAM usageLuboš Luňák1-1/+1
2012-03-05introduce RtfStringBufferMiklos Vajna1-6/+6
2012-02-06RtfSdrExport::StartShape: replace "75"Michael Stahl1-1/+1
2012-02-05fdo#42656 fix RTF export of picture frame shape typeMiklos Vajna1-0/+36
2012-02-05Related: fdo#42656 implement RTF export of fillType shape propertyMiklos Vajna1-0/+3
2012-01-21sw: rtf filters: use "sw.rtf" for loggingMichael Stahl1-15/+15
2012-01-08Kill SvNullStream duplicationMiklos Vajna1-20/+1
2011-12-29RTF export: replace OSL_TRACE(...) by SAL_INFO("sw",...)Miklos Vajna1-15/+15
2011-11-27RtfSdrExport: remove unused includesMiklos Vajna1-12/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-1/+1
2011-07-11Remove unused RtfSdrExport::AddShapeAttributeMiklos Vajna1-7/+0
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-6/+7
2011-03-02covariant return type and const overload for GetExport()Luboš Luňák1-0/+1
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-6/+6
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-11-14RTF: port last changes from CWSMiklos Vajna1-6/+14
2010-10-27add modelines to .h and .c files as wellCaolán McNamara1-2/+0
2010-10-22store fline(0) if no border is set, drop export of fLineDrawDashos1-2/+3