summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Expand)AuthorFilesLines
2012-11-27String=>OUString in svl's inettype and fall-outNorbert Thiebaud1-8/+5
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-19re-base on ALv2 code. Includes:Michael Meeks4-93/+56
2012-11-02Fix bug 50931 : Cannot import HTML <br/> and <hr/>Louis Possoz1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-3/+3
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-05-09remove comment, it'll only confuse mattersCaolán McNamara1-6/+1
2012-05-09Incorrect character written out when saved in HTML formatGordon Lack1-2/+7
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin1-1/+1
2012-02-15Various string function clean upStephan Bergmann1-2/+1
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara1-1/+1
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+1
2011-12-11Remove ByteStringJulien Nabet1-1/+1
2011-12-11Remove ByteStringJulien Nabet1-3/+2
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara1-1/+1
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud4-8/+0
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-3/+3
2011-11-23_SVSTDARR_ULONGS not used hereCaolán McNamara1-4/+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 McNamara2-5/+6
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski1-14/+7
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara1-8/+8
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara1-20/+23
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara1-52/+58
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara1-4/+4
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara1-3/+3
2011-08-08dont need FLUSH afaicsCaolán McNamara1-2/+1
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara1-5/+10
2011-07-31simply this and return a new stringCaolán McNamara1-14/+18
2011-07-22Converted HTMLOptions to boost::ptr_vector.Kohei Yoshida2-39/+30
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-07-21ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara1-15/+27
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara1-1/+1
2011-06-23remove parse ByteString variantCaolán McNamara1-4/+3
2011-06-05Changed return type of GetHTMLColorChristina Rossmanith1-2/+2
2011-06-04Removed lines from merge conflictsChristina Rossmanith1-16/+0
2011-06-04Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->boolChristina Rossmanith1-20/+24
2011-06-04Changed HTML_ColorEntry.nColor to sal_uInt32Christina Rossmanith1-3/+3
2011-06-04Added HTML_TOKEN_ONOFF testChristina Rossmanith1-2/+3