summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-4/+4
* Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann2013-11-151-1/+2
* Optimize SvtBroadcaster for insertion.Kohei Yoshida2013-11-141-6/+24
* No need to individually remove listeners when being destroyed.Kohei Yoshida2013-11-141-2/+6
* Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida2013-11-146-355/+92
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-144-72/+70
* Mutex access to the global theIndexTable.Kohei Yoshida2013-11-111-20/+44
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-114-8/+8
* clean up #ifdef ICC codeMichael Stahl2013-11-103-34/+0
* Make INetURLObject-from-OUString ctor explicitStephan Bergmann2013-11-081-12/+12
* remove unnecessary use of OUString constructor in SVL moduleNoel Grandin2013-11-084-17/+16
* Make TransformInput() a non-member function.Kohei Yoshida2013-11-062-6/+3
* Add mutex to guard the shared string pool content.Kohei Yoshida2013-11-061-0/+6
* check string boundsCaolán McNamara2013-11-061-1/+1
* fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt2013-11-041-4/+4
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-2/+2
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-7/+3
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: svlThomas Arnhold2013-10-2814-35/+36
* stop looking for Jar files in solverMichael Stahl2013-10-251-0/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-7/+2
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-2/+2
* clean up some include guardsThomas Arnhold2013-10-231-2/+2
* convert code to use OUString::endsWithNoel Grandin2013-10-233-7/+7
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-223-3/+3
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+1
* some GetTokens hidden in windows only codeCaolán McNamara2013-10-181-5/+5
* fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2013-10-171-7/+2
* Simplify and avoid use of UNXTor Lillqvist2013-10-121-15/+7
* Compare by pointers first.Kohei Yoshida2013-10-111-0/+3
* Fix equality operator for SharedString & write test for it.Kohei Yoshida2013-10-112-7/+19
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-0/+9
* Import shared formulas from xlsx without crashing.Kohei Yoshida2013-10-111-0/+5
* Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida2013-10-111-0/+5
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-22/+10
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-0/+10
* ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2013-10-081-0/+17
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-084-55/+134
* This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist2013-10-051-11/+0
* unused function 'operator<<'Tor Lillqvist2013-10-051-7/+0
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-043-14/+14
* Let's just use sal_uIntPtr straight.Kohei Yoshida2013-10-042-6/+6
* A little more test on shared string pool's life cycle management.Kohei Yoshida2013-10-041-0/+44
* No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2013-10-042-2/+2
* Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2013-10-042-1/+75
* The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida2013-10-041-3/+2
* Correct way to get case-insensitive string identifiers.Kohei Yoshida2013-10-042-5/+15
* Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2013-10-042-23/+26