summaryrefslogtreecommitdiff
path: root/include/comphelper/string.hxx
AgeCommit message (Collapse)Author
2014-06-05comphelper: remove SAL_THROW macroNoel Grandin
Change-Id: I692f1213c4bf42a84fae119f513e609d8874bf0c
2014-05-30New loplugin:inlinevisible to flag inline functions marked DLLEXPORTStephan Bergmann
...which does not make sense. On Linux and Mac OS X, they potentially end up exported from multiple libs (weakly, though), while on Windows the potentially even end up not emitted at all, which could cause link errors. Change-Id: I092c9ba39e686c17b6e91581cdd4753f1c4d582f
2014-05-30Revert "Add function to catenate n copies of a string"Tor Lillqvist
COMPHELPER_DLLPUBLIC of an inline function is wrong. Nevermind that I just followed the example of the preceding functions. And it is too bikeshedding-inducing anyway to use recursion. This wasn't used anywahere yet anyway in committed code, just locally in a tree of mine. Will add a local copy there. This reverts commit ee0d7d4c52fe93ef2ac73d403f61b642f1ae2716.
2014-05-29Add function to catenate n copies of a stringTor Lillqvist
Change-Id: Iba203e18fea2a374e0e0b5c988012ee8fd5369e7
2014-01-28bool improvementsStephan Bergmann
Change-Id: I17c451d33d6d5e4edf0304ff47d63ac878d7e5d9
2013-11-19need a String::EraseAllChars-alike for OUStringBufferCaolán McNamara
Change-Id: I189c08a4100b32b16527ae40df3a9125bf78be88
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-04-26comphelper: ConstAsciiString is now unusedMiklos Vajna
Change-Id: Ifad05cfc84b476501948f31ff65aa5d321dd6fdd
2013-04-23execute move of global headersBjoern Michaelsen
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a