summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-25Fix buildcp-5.0-45Aron Budea1-1/+1
2018-05-25set Referer on link mediadescriptorCaolán McNamara1-4/+9
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-63/+63
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-01-20Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapesCaolán McNamara1-7/+11
2015-01-20OSL_ENSURE->SAL_WARN_IF where conditional deref followsCaolán McNamara1-1/+1
2015-01-20OSL_ENSURE->assert where unconditionally deref followsCaolán McNamara1-7/+7
2014-12-02loplugin: cstylecastNoel Grandin1-1/+1
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl1-17/+28
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-6/+7
2014-07-02drop UniReference in favour of rtl::ReferenceNoel Grandin1-4/+4
2014-06-03Finished rebasing to master.Valentin Kettner1-24/+4
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+22
2014-05-28coverity#704955 Unchecked dynamic_castCaolán McNamara1-5/+5
2014-04-30sw: sal_Bool->boolNoel Grandin1-7/+7
2014-04-21remove comments why a file gets includedThomas Arnhold1-3/+0
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-8/+8
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms1-5/+0
2014-02-14cid#705006 dereference after null checkNoel Grandin1-1/+1
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-3/+3
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-3/+3
2013-10-15convert sw/source/filter/xml/*.cxx from String to OUStringNoel Grandin1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-10/+10
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-33/+31
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-5/+5
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-13/+13
2013-01-15fdo#46808, Adapt embed::*EmbeddedObjectCreator UNO services to new styleNoel Grandin1-10/+7
2013-01-05sal_Bool to boolTakeshi Abe1-20/+20
2013-01-04sal_Bool to boolTakeshi Abe1-2/+2
2012-12-14SwXMLImport::CreateTextImport -> xmlimp.cxxStephan Bergmann1-10/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21unused variablesLuboš Luňák1-1/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-1/+1
2012-03-11Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot1-9/+9
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-15avoid crasher from unusual odt document fdo#42785Michael Meeks1-1/+1
2011-05-09REPLACE DBG_stuff with OSL_ASSERT and OSL_FAILJacek Wolszczak1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-3/+3
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-2/+2
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold1-1/+1
2011-01-31Remove comments; sw/source/filtershirahara1-2/+2
2010-12-17CWS swlayoutrefactoring: #i115510#: first step to clean up the SwClient messMathias Bauer1-3/+3
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-18/+18