summaryrefslogtreecommitdiffstats
path: root/svtools/source/svhtml
Commit message (Expand)AuthorAgeFilesLines
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-1/+1
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-2/+2
* String=>OUString in svl's inettype and fall-outNorbert Thiebaud2012-11-271-8/+5
* AllSettings with LanguageTagEike Rathke2012-11-221-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-11-194-93/+56
* Fix bug 50931 : Cannot import HTML <br/> and <hr/>Louis Possoz2012-11-021-1/+1
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-3/+3
* String::Expand -> string::padToLengthCaolán McNamara2012-08-291-3/+7
* death to some UniStringsCaolán McNamara2012-06-191-6/+4
* remove some UniString ctorsCaolán McNamara2012-06-191-1/+1
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-4/+2
* Some cppcheck cleaningJulien Nabet2012-05-201-2/+1
* removed unused static dataTakeshi Abe2012-05-111-1/+0
* remove comment, it'll only confuse mattersCaolán McNamara2012-05-091-6/+1
* Incorrect character written out when saved in HTML formatGordon Lack2012-05-091-2/+7
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-1/+1
* Various string function clean upStephan Bergmann2012-02-151-2/+1
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-091-1/+1
* refactor ConvertLineEndCaolán McNamara2012-01-301-1/+1
* Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot2012-01-131-1/+1
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* Removed unnecessary tools includes.Marcel Metz2012-01-051-1/+0
* add a comphelper::string::getTokenCountCaolán McNamara2012-01-051-1/+1
* Remove ByteStringJulien Nabet2011-12-111-1/+1
* Remove ByteStringJulien Nabet2011-12-111-3/+2
* ByteString->rtl::OUStringToOStringCaolán McNamara2011-11-281-1/+1
* remove include of pch header from svtoolsNorbert Thiebaud2011-11-274-8/+0
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-231-3/+3
* _SVSTDARR_ULONGS not used hereCaolán McNamara2011-11-231-4/+0
* ByteString->rtl::OStringCaolán McNamara2011-11-221-14/+14
* remove [Byte]String::EraseAllCharsCaolán McNamara2011-11-191-2/+3
* ByteString->rtl::OStringCaolán McNamara2011-11-072-5/+6
* Replace SvULongs with std::vector in sfx2Maciej Rumianowski2011-09-291-14/+7
* deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara2011-09-231-8/+8
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-221-20/+23
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-191-52/+58
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-4/+4
* gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara2011-08-221-3/+3
* dont need FLUSH afaicsCaolán McNamara2011-08-081-2/+1
* ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara2011-08-081-5/+10
* simply this and return a new stringCaolán McNamara2011-07-311-14/+18
* Converted HTMLOptions to boost::ptr_vector.Kohei Yoshida2011-07-222-39/+30
* Initialize members in the initializer of the ctor.Kohei Yoshida2011-07-221-8/+15
* sal_Bool to bool.Kohei Yoshida2011-07-221-118/+117
* ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara2011-07-211-15/+27
* remove deprecated ByteString::CreateFromInt64Caolán McNamara2011-06-291-1/+1
* remove parse ByteString variantCaolán McNamara2011-06-231-4/+3
* Changed return type of GetHTMLColorChristina Rossmanith2011-06-051-2/+2
* Removed lines from merge conflictsChristina Rossmanith2011-06-041-16/+0
* Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->boolChristina Rossmanith2011-06-041-20/+24