summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
AgeCommit message (Collapse)Author
2012-06-19death to some UniStringsCaolán McNamara
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
2012-06-19remove some UniString ctorsCaolán McNamara
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-05-20Some cppcheck cleaningJulien Nabet
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-11removed unused static dataTakeshi Abe
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
2012-05-09remove comment, it'll only confuse mattersCaolán McNamara
Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83
2012-05-09Incorrect character written out when saved in HTML formatGordon Lack
Change-Id: I0ac19bf724be64004aeaecad67e95627a098975f
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-13Fix for fdo43460 Part XXXVII getLength() to isEmpty()Olivier Hallot
Part XXXVII Modules svtools
2012-01-05Removed unnecessary tools includes.Marcel Metz
2012-01-05Removed unnecessary tools includes.Marcel Metz
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-11Remove ByteStringJulien Nabet
2011-12-11Remove ByteStringJulien Nabet
2011-11-28ByteString->rtl::OUStringToOStringCaolán McNamara
2011-11-27remove include of pch header from svtoolsNorbert Thiebaud
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-23_SVSTDARR_ULONGS not used hereCaolán McNamara
2011-11-22ByteString->rtl::OStringCaolán McNamara
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara
2011-11-07ByteString->rtl::OStringCaolán McNamara
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-19ByteString->rtl::OStringBufferCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara
2011-08-08dont need FLUSH afaicsCaolán McNamara
2011-08-08ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara
2011-07-31simply this and return a new stringCaolán McNamara
2011-07-22Converted HTMLOptions to boost::ptr_vector.Kohei Yoshida
2011-07-22Initialize members in the initializer of the ctor.Kohei Yoshida
2011-07-22sal_Bool to bool.Kohei Yoshida
2011-07-21ByteString::CreateFromInt32->rtl::OStringBuffer::appendCaolán McNamara
2011-06-29remove deprecated ByteString::CreateFromInt64Caolán McNamara
2011-06-23remove parse ByteString variantCaolán McNamara
2011-06-05Changed return type of GetHTMLColorChristina Rossmanith
2011-06-04Removed lines from merge conflictsChristina Rossmanith
2011-06-04Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->boolChristina Rossmanith
2011-06-04Changed HTML_ColorEntry.nColor to sal_uInt32Christina Rossmanith
2011-06-04Added HTML_TOKEN_ONOFF testChristina Rossmanith
2011-06-04Translated commentsChristina Rossmanith
2011-06-04Removed comments/commented codeChristina Rossmanith
2011-06-04Translated commentsChristina Rossmanith
2011-06-04Bug 36390 <title /> breaks html filter fixedChristina Rossmanith
2011-06-04Translated comments German->EnglishChristina Rossmanith
2011-05-21Drop OS2Tor Lillqvist