summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl1-3/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-4/+4
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann1-1/+2
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida1-6/+24
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida1-2/+6
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida6-355/+92
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin4-72/+70
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida1-20/+44
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin4-8/+8
2013-11-10clean up #ifdef ICC codeMichael Stahl3-34/+0
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann1-12/+12
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin4-17/+16
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida2-6/+3
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida1-0/+6
2013-11-06check string boundsCaolán McNamara1-1/+1
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-7/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: svlThomas Arnhold14-35/+36
2013-10-25stop looking for Jar files in solverMichael Stahl1-0/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-2/+2
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin3-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-3/+3
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-18some GetTokens hidden in windows only codeCaolán McNamara1-5/+5
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-7/+2
2013-10-12Simplify and avoid use of UNXTor Lillqvist1-15/+7
2013-10-11Compare by pointers first.Kohei Yoshida1-0/+3
2013-10-11Fix equality operator for SharedString & write test for it.Kohei Yoshida2-7/+19
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-0/+9
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida1-0/+5
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida1-0/+5
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2-22/+10
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida1-0/+10
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida1-0/+17
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida4-55/+134
2013-10-05This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist1-11/+0
2013-10-05unused function 'operator<<'Tor Lillqvist1-7/+0
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida3-14/+14
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida2-6/+6
2013-10-04A little more test on shared string pool's life cycle management.Kohei Yoshida1-0/+44
2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2-2/+2
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2-1/+75
2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida1-3/+2
2013-10-04Correct way to get case-insensitive string identifiers.Kohei Yoshida2-5/+15