summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml/parhtml.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-11-13xub_StrLen->sal_Int32Caolán McNamara1-7/+7
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-8/+6
2013-10-23convert code to use OUString::endsWithNoel Grandin1-7/+4
2013-10-10html: Options need to be lowercase, tooThomas Arnhold1-4/+2
2013-10-06fix html testsThomas Arnhold1-3/+3
2013-09-02XubString->OUStringCaolán McNamara1-0/+1
2013-08-22convert svtools/source/svhtml/* from String to OUStringNoel Grandin1-49/+46
2013-08-15original code inserted sSaveToken at the start of aTokenCaolán McNamara1-1/+1
2013-08-15single arg Erase erased to eolCaolán McNamara1-1/+1
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin1-55/+53
2013-08-15convert include/svtools/svparser.hxx from String to OUStringNoel Grandin1-68/+67
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl1-1/+2
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-3/+3
2013-06-18fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa1-6/+6
2013-05-16resolved fdo#56772 keep track of HTML ON/OFF tokensEike Rathke1-4/+18
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-13/+13
2013-03-06fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud1-8/+5
2012-11-19re-base on ALv2 code. Includes:Michael Meeks1-24/+14
2012-11-02Fix bug 50931 : Cannot import HTML <br/> and <hr/>Louis Possoz1-1/+1
2012-08-29String::Expand -> string::padToLengthCaolán McNamara1-3/+7
2012-06-19death to some UniStringsCaolán McNamara1-6/+4
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-4/+2
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+1
2012-05-11removed unused static dataTakeshi Abe1-1/+0
2012-02-15Various string function clean upStephan Bergmann1-2/+1
2012-01-30refactor ConvertLineEndCaolán McNamara1-1/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+1
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud1-2/+0
2011-11-22ByteString->rtl::OStringCaolán McNamara1-14/+14
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara1-2/+3
2011-11-07ByteString->rtl::OStringCaolán McNamara1-3/+4
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski1-14/+7
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-4/+4
2011-08-08dont need FLUSH afaicsCaolán McNamara1-2/+1
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara1-5/+10
2011-07-22Converted HTMLOptions to boost::ptr_vector.Kohei Yoshida1-28/+19
2011-07-22Initialize members in the initializer of the ctor.Kohei Yoshida1-8/+15
2011-07-22sal_Bool to bool.Kohei Yoshida1-118/+117
2011-06-23remove parse ByteString variantCaolán McNamara1-4/+3
2011-06-05Changed return type of GetHTMLColorChristina Rossmanith1-2/+2
2011-06-04Added HTML_TOKEN_ONOFF testChristina Rossmanith1-2/+3
2011-06-04Bug 36390 <title /> breaks html filter fixedChristina Rossmanith1-9/+6
2011-06-04Translated comments German->EnglishChristina Rossmanith1-184/+154
2011-03-21Removed commented codeChristina Rossmanith1-17/+5
2011-03-21renamed variable bWeiter to bContinueChristina Rossmanith1-17/+17