Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-27 | Unwind occurrences of deprecated sal_sChar, sal_uChar | Stephan Bergmann | |
Change-Id: I76be464200d486efef9c8a7e957c310c9adae3b8 | |||
2013-11-26 | Moved 'DateTimeToOString' from 'filter' package to 'tools' package | Adam Co | |
After the move now other classes can convert DateTime to OString also Reviewed on: https://gerrit.libreoffice.org/6816 Change-Id: I0ceb9a5cc26103a6cb36d7765a717770ec3fbe7d | |||
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin | |
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec | |||
2013-11-13 | unused header file | Caolán McNamara | |
Change-Id: I179cc3dc58484ab1e21af3b1d776188d52f3974c | |||
2013-11-13 | xub_StrLen->sal_Int32 | Caolán McNamara | |
Change-Id: Ia52a898fa0a6b47eb7f78b03ef8c8648ddf72e28 | |||
2013-11-13 | implement very simple SvScriptStream to read from process | Matúš Kukan | |
It inherits from SvStream, so it could be used easily. Basically, it's just a simple wrapper around osl_executeProcess_WithRedirectedIO() and osl_readFile(). Change-Id: Ifa225c87d2c9be7e71ea113b0832a4fe83ec65b3 | |||
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin | |
Convert code like aStr.compareToAscii("XXX") == 0 to aStr.equalsAscii("XXX") which is both easier to read and faster. Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f | |||
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin | |
This also means that this code now gets bounds checked in debug builds. Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27 | |||
2013-10-23 | clean up places accessing the NULL at the of an OUString | Noel Grandin | |
There were only a couple of real bugs fixed, but we're a little bit safer now. This also fixes the assert and the comment in OUString::operator[] about this. Change-Id: Ibe16b5794e0ba7ecd345fa0801586d25b015974c | |||
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist | |
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c | |||
2013-10-22 | Resolves: fdo#38838 remove UniString | Caolán McNamara | |
hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28 | |||
2013-10-22 | move ResId::toString | Caolán McNamara | |
Change-Id: I287a92de9ae30255990595263c3302d753fdbccf | |||
2013-10-22 | Related: fdo#38838 remove UniString::UniString(const ResId&) | Caolán McNamara | |
Change-Id: Id881fe3f9c7c89a7bcc1a5d8f653e18494ffa913 | |||
2013-10-21 | Related: fdo#38838 remove UniString::Copy | Caolán McNamara | |
Change-Id: I566e3ade54962bbc6ace9b757f79c1b8ed9ffd00 | |||
2013-10-21 | Related: fdo#38838 remove a pile of ctors | Caolán McNamara | |
Change-Id: I5d19eadc3dc24b0aeeb61c677f440eef83af78c2 | |||
2013-10-21 | Related: fdo#38838 remove/privatize String::Append | Caolán McNamara | |
Change-Id: I5ae90b02e7ae5ddd19495fd0847b7e9dfc4419e8 | |||
2013-10-21 | Related: fdo#38838 remove String::Insert | Caolán McNamara | |
Change-Id: I37e35b5a16d37b1fccc6aa47f5027ff406c67d98 | |||
2013-10-21 | Related: fdo#38838 remove String::ToInt32 | Caolán McNamara | |
Change-Id: I6f90e9a06acaa5af88cd011015938dba2059ee0e | |||
2013-10-21 | Related: fdo#38838 remove String::[G|S]etChar | Caolán McNamara | |
Change-Id: I64711aa3e6580eff7c64a92243e3161ef2d7cb9e | |||
2013-10-21 | drop DBGCHECKSTRING | Caolán McNamara | |
Change-Id: I0c60becfd3a61cffb46c76e6f1488528c59b46e9 | |||
2013-10-21 | Related: fdo#38838 remove non OUString ::Append | Caolán McNamara | |
Change-Id: I084ce5c4833964018849617632a1308dc74adda3 | |||
2013-10-20 | Related: fdo#38838 remove String::Equals | Caolán McNamara | |
Change-Id: Ib85907c9e274ba4e4f4c9394f3d4ecf0c9374603 | |||
2013-10-20 | Related: fdo#38838 remove the unused String::Insert | Caolán McNamara | |
Change-Id: I39f4c68b76d8816fc91e4dc39bf2305142d1fb93 | |||
2013-10-20 | Related: fdo#38838 remove String::Assign(const sal_Unicode*) | Caolán McNamara | |
Change-Id: I0dfa34732acfd20e71fa3876466552338332610b | |||
2013-10-19 | Related: fdo#38838 remove String::Search | Caolán McNamara | |
Change-Id: I92a50bc5f7b0cddcf2066cdac50439a3d5f1708b | |||
2013-10-19 | Related: fdo#38838 remove String::Replace | Caolán McNamara | |
Change-Id: Ia6602809a65db0a7dcfef80cc474aab67d520980 | |||
2013-10-18 | Related: fdo#38838 remove String::Match | Caolán McNamara | |
Change-Id: I9db663dbcb432cbfe380e1272d6daaed3e6f4221 | |||
2013-10-18 | Related: fdo#38838 remove String::GetToken | Caolán McNamara | |
Change-Id: Ic5307816dd3f0c74f10eb8a15910a1674713bf9c | |||
2013-10-17 | Related: fdo#38838 remove String::SearchAndReplace | Thomas Arnhold | |
Change-Id: I1cc52d0be360b05e722a18b3ca5d08b2b0b0842d | |||
2013-10-17 | Related: fdo#38838 remove String::CompareToAscii | Caolán McNamara | |
Change-Id: Ie853747ec693bce34e5be3940c236be5e5544b00 | |||
2013-10-16 | Related: fdo#38838 remove unused String::Append varients | Caolán McNamara | |
Change-Id: I158c171d39756d1949427b3a45d685a194d9fb63 | |||
2013-10-14 | Related: fdo#38838 remove UniString::AppendAscii | Caolán McNamara | |
Change-Id: I0f929843d73eb445c8b1aa56d59cbbce844b9008 | |||
2013-10-11 | -Werror,-Wunused-variable | Stephan Bergmann | |
Change-Id: Ia49c97f3ccecf42852e21f0a3690352b9620e16c | |||
2013-10-09 | Improve ErrorCodeIOException messages | Stephan Bergmann | |
...and clean up some includes. Change-Id: Ia5843cd38f967722d7173a6c87fba26064e3ffd6 | |||
2013-10-09 | Related: fdo#38838 remove UniString::SetToken & UniString::SearchAscii | Caolán McNamara | |
Change-Id: I5219578fbeb40a0fe363f03c64021a83f7e505fb | |||
2013-10-09 | Related: fdo#38838 remove UniString::EqualsAscii | Caolán McNamara | |
Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe | |||
2013-10-08 | Related: fdo#38838 remove UniString::SearchAndReplaceAll | Caolán McNamara | |
Change-Id: I093c95b8700b628375d69293022f7d4b8da2af9c | |||
2013-10-08 | CID#1079187 try and silence this warning | Caolán McNamara | |
Change-Id: Iee35eea6c9729e933feb9fa1c781c8b89566b7d8 | |||
2013-10-07 | Related: fdo#38838 remove UniString::SearchAndReplaceAscii | Caolán McNamara | |
Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0 | |||
2013-10-02 | -Werror,-Wunused-function | Stephan Bergmann | |
Change-Id: I8167a8134b043fa1737d9a1ea67c9401de1a38da | |||
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann | |
Change-Id: I12fcd2ec83101117eda03de04789e6bce5371b54 | |||
2013-10-01 | Related: fdo#38838 remove UniString::AssignAscii | Caolán McNamara | |
Change-Id: I263ef2594080ff7d47d5499c2b62e60e1689d2d6 | |||
2013-09-30 | Introduce ASCII case conversion and use more/rtl/character.hxx. | Arnaud Versini | |
Also remove all others implementations. Change-Id: I1dc108a9103f087bd8ce591dff2ac5dd254746f8 Signed-off-by: Stephan Bergmann <sbergman@redhat.com> | |||
2013-09-27 | Related: fdo#38838 remove UniString::SearchBackward | Caolán McNamara | |
Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47 | |||
2013-09-25 | Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii | Caolán McNamara | |
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc | |||
2013-09-22 | Related: fdo#38838 remove UniString::CompareIgnoreCaseToAscii | Caolán McNamara | |
Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be | |||
2013-09-22 | Related: fdo#38838 remove UniString::InsertAscii | Caolán McNamara | |
Change-Id: I949b62842d77fe83caed2cc79784fe1e3f3ae400 | |||
2013-09-14 | Related: fdo#38838 one UniString::Search variant now unused | Caolán McNamara | |
Change-Id: Id0b7b9bf53985f0692cd446a528274fb2009d33e | |||
2013-09-13 | Related: fdo#38838 remove UniString::ToLowerAscii | Caolán McNamara | |
Change-Id: Iecb8104ea2891d5229e3ecace54e12287d9b0ac6 | |||
2013-09-11 | Related: fdo#38838 Remove String::SearchChar() | Thomas Arnhold | |
Change-Id: Ide40e0ef91aec04c2ae274aaf2a957dd5064854c Reviewed-on: https://gerrit.libreoffice.org/5894 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> |