summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-12xmloff: make the export of the horrible field marks aware of auto-stylesMichael Stahl1-96/+105
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-29/+29
2014-04-14typo: currect -> currentThomas Arnhold1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-52/+52
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-96/+96
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-21coverity#705096 Dereference after null checkCaolán McNamara1-3/+8
2014-02-26Remove visual noise from xmloffAlexander Wilms1-3/+3
2014-02-25(T/t)herfor -> (T/t)hereforeJulien Nabet1-1/+1
2014-02-24Here the line made sense, bring it back.Jan Holesovsky1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann1-58/+79
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-29/+20
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke1-10/+10
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-2/+1
2013-12-08this assert is wrongMarkus Mohrhard1-1/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-2/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-11/+11
2013-11-15Resolves: fdo#62461 put preferred image firstCaolán McNamara1-20/+24
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-2/+2
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-3/+2
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand1-74/+44
2013-10-13sal_Bool to boolTakeshi Abe1-3/+3
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann1-4/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-13XMLTextParagraphExport: not finding auto style means data lossMichael Stahl1-1/+1
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-10/+1
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-2/+2
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-6/+4
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+17
2013-03-20fdo#60769 implement odf export of multi-paragraph comment rangesMiklos Vajna1-8/+12
2013-03-02removed RTL_CONSTASCII_(U)STRINGPARAM xmloff(text)Chr. Rossmanith1-6/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-25/+41
2012-11-03xmloff: drop unused OUStringsMiklos Vajna1-9/+0
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-14fdo#30711: ODF export: "text:name" is mandatory on bookmarks:Michael Stahl1-16/+53
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-1/+1
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
2012-07-20office:annotation-end exportMiklos Vajna1-4/+30
2012-06-05fdo#30711: fix some problems in 7a1c5e54:Michael Stahl1-29/+20
2012-06-05Fix fdo#50704 Default to absolute svg:d paths for ODF1.2 compat-modeThorsten Behrens1-1/+1
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-3/+3
2012-06-02targeted string re-workNorbert Thiebaud1-117/+117
2012-04-10Partial fix for bug 30711Brennan Vincent1-3/+89
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara1-4/+2