Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-19 | death to some UniStrings | Caolán McNamara | |
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608 | |||
2012-06-19 | remove some UniString ctors | Caolán McNamara | |
Change-Id: Ic2e712f4447b733b79d980e178d9d6d9d8bf0e40 | |||
2012-06-11 | remove EraseLeadingChars and EraseTrailingChars | Caolán McNamara | |
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892 | |||
2012-05-20 | Some cppcheck cleaning | Julien Nabet | |
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534 | |||
2012-05-11 | removed unused static data | Takeshi Abe | |
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5 | |||
2012-05-09 | remove comment, it'll only confuse matters | Caolán McNamara | |
Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83 | |||
2012-05-09 | Incorrect character written out when saved in HTML format | Gordon Lack | |
Change-Id: I0ac19bf724be64004aeaecad67e95627a098975f | |||
2012-03-08 | Convert from tools/table.hxx to std::map in SvxMacroTableDtor | Noel 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-15 | Various string function clean up | Stephan 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-09 | Replaced String by rtl::OUString in SvxMacro | Takeshi Abe | |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara | |
2012-01-13 | Fix for fdo43460 Part XXXVII getLength() to isEmpty() | Olivier Hallot | |
Part XXXVII Modules svtools | |||
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed 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-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-12-11 | Remove ByteString | Julien Nabet | |
2011-11-28 | ByteString->rtl::OUStringToOString | Caolán McNamara | |
2011-11-27 | remove include of pch header from svtools | Norbert Thiebaud | |
2011-11-23 | add stripStart, can replace EraseTrailingChars | Caolán McNamara | |
2011-11-23 | _SVSTDARR_ULONGS not used here | Caolán McNamara | |
2011-11-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-19 | remove [Byte]String::EraseAllChars | Caolán McNamara | |
2011-11-07 | ByteString->rtl::OString | Caolán McNamara | |
2011-09-29 | Replace SvULongs with std::vector in sfx2 | Maciej Rumianowski | |
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools | |||
2011-09-23 | deugly HTMLOutFuncs::ConvertStringToHTML | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-19 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | |
2011-08-22 | gsl_getSystemTextEncoding->osl_getThreadTextEncoding | Caolán McNamara | |
2011-08-08 | dont need FLUSH afaics | Caolán McNamara | |
2011-08-08 | ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar | Caolán McNamara | |
2011-07-31 | simply this and return a new string | Caolán McNamara | |
2011-07-22 | Converted HTMLOptions to boost::ptr_vector. | Kohei Yoshida | |
2011-07-22 | Initialize members in the initializer of the ctor. | Kohei Yoshida | |
2011-07-22 | sal_Bool to bool. | Kohei Yoshida | |
2011-07-21 | ByteString::CreateFromInt32->rtl::OStringBuffer::append | Caolán McNamara | |
2011-06-29 | remove deprecated ByteString::CreateFromInt64 | Caolán McNamara | |
2011-06-23 | remove parse ByteString variant | Caolán McNamara | |
2011-06-05 | Changed return type of GetHTMLColor | Christina Rossmanith | |
2011-06-04 | Removed lines from merge conflicts | Christina Rossmanith | |
2011-06-04 | Use SAL_CALL / refurbish #include's (IWYU) / sal_Bool->bool | Christina Rossmanith | |
2011-06-04 | Changed HTML_ColorEntry.nColor to sal_uInt32 | Christina Rossmanith | |
2011-06-04 | Added HTML_TOKEN_ONOFF test | Christina Rossmanith | |
2011-06-04 | Translated comments | Christina Rossmanith | |
2011-06-04 | Removed comments/commented code | Christina Rossmanith | |
2011-06-04 | Translated comments | Christina Rossmanith | |
2011-06-04 | Bug 36390 <title /> breaks html filter fixed | Christina Rossmanith | |
2011-06-04 | Translated comments German->English | Christina Rossmanith | |
2011-05-21 | Drop OS2 | Tor Lillqvist | |