summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlpars.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-28coverity#703988 silence Unchecked return valueCaolán McNamara1-1/+1
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann1-4/+0
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+10
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann1-24/+24
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann1-24/+24
2014-06-25remove whitespaceMarkus Mohrhard1-39/+0
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann1-4/+0
2014-04-06whitespace cleanup in scMarkus Mohrhard1-26/+0
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-7/+5
2014-03-14coverity#705828 Dereference before null checkCaolán McNamara1-8/+4
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/source/filter/html/*.cxx from String to OUStringNoel Grandin1-20/+20
2013-10-04convert sc/source/filter/inc/html*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/inc/rtfparse.hxx from String to OUStringNoel Grandin1-2/+2
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-8/+8
2013-09-22Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara1-8/+8
2013-09-19error: "ENABLE_ORCUS" is not definedMiklos Vajna1-0/+2
2013-09-18Disable all features that rely on orcus.Kohei Yoshida1-0/+10
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin1-1/+1
2013-09-02Translate German commentsPhilipp Weissenbacher1-32/+32
2013-09-02Translate German commentsPhilipp Weissenbacher1-65/+62
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-5/+5
2013-06-13Introduce O[U]String::toUInt32Stephan Bergmann1-1/+1
2013-06-11Add a comment clarifying the intent of the code that may look like a bug.Kohei Yoshida1-0/+3
2013-05-17no number format mumbo-jumbo needed on empty format stringEike Rathke1-9/+12
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-34/+34
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-16sc: translate some debug messagesThomas Arnhold1-3/+3
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-4/+4
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-1/+1
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard1-1/+1
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-2/+2
2012-07-26Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin1-33/+27