Age | Commit message (Expand) | Author |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-15 | Band-aid fix for SvtBroadcaster::Broadcast | Stephan Bergmann |
2013-11-14 | Optimize SvtBroadcaster for insertion. | Kohei Yoshida |
2013-11-14 | No need to individually remove listeners when being destroyed. | Kohei Yoshida |
2013-11-14 | Rework SvtListener and SvtBroadcaster internals. | Kohei Yoshida |
2013-11-14 | make l10n buildable separately | Bjoern Michaelsen |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-11 | Mutex access to the global theIndexTable. | Kohei Yoshida |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-10 | clean up #ifdef ICC code | Michael Stahl |
2013-11-08 | Make INetURLObject-from-OUString ctor explicit | Stephan Bergmann |
2013-11-08 | remove unnecessary use of OUString constructor in SVL module | Noel Grandin |
2013-11-06 | Make TransformInput() a non-member function. | Kohei Yoshida |
2013-11-06 | Add mutex to guard the shared string pool content. | Kohei Yoshida |
2013-11-06 | check string bounds | Caolán McNamara |
2013-11-04 | fdo 70998: Termchange: Graphics->Image | Samuel Mehrbrodt |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-28 | fixincludeguards.sh: svl | Thomas Arnhold |
2013-10-25 | stop looking for Jar files in solver | Michael Stahl |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza |
2013-10-23 | clean up places accessing the NULL at the of an OUString | Noel Grandin |
2013-10-23 | clean up some include guards | Thomas Arnhold |
2013-10-23 | convert code to use OUString::endsWith | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara |
2013-10-18 | some GetTokens hidden in windows only code | Caolán McNamara |
2013-10-17 | fdo#54938: Adapt svtools and comphelper module ... | Marcos Paulo de Souza |
2013-10-12 | Simplify and avoid use of UNX | Tor Lillqvist |
2013-10-11 | Compare by pointers first. | Kohei Yoshida |
2013-10-11 | Fix equality operator for SharedString & write test for it. | Kohei Yoshida |
2013-10-11 | Formula tokens, formula cells and formula interpreters to use shared strings. | Kohei Yoshida |
2013-10-11 | Import shared formulas from xlsx without crashing. | Kohei Yoshida |
2013-10-11 | Add isEmpty() to SharedString. This simplies a lot of its call sites. | Kohei Yoshida |
2013-10-08 | No more getIdentifier*() calls because they are not efficient. | Kohei Yoshida |
2013-10-08 | Store svl::SharedString in document cell storage instead of OUString. | Kohei Yoshida |
2013-10-08 | ContentInfo to store svl::SharedString instead of OUString. | Kohei Yoshida |
2013-10-08 | Re-implement interning in order to return both string arrays. | Kohei Yoshida |
2013-10-05 | This DEBUG_UNIT_TEST stuff is unused | Tor Lillqvist |
2013-10-05 | unused function 'operator<<' | Tor Lillqvist |
2013-10-04 | Rename StringPool to SharedStringPool because that's what it is. | Kohei Yoshida |
2013-10-04 | Let's just use sal_uIntPtr straight. | Kohei Yoshida |
2013-10-04 | A little more test on shared string pool's life cycle management. | Kohei Yoshida |
2013-10-04 | No need to intern strings here; all OUString's are ref-counted. | Kohei Yoshida |
2013-10-04 | Add purge() method to purge unreferenced strings from the pool. | Kohei Yoshida |
2013-10-04 | The map actualy needs to store OUString to have it ref-counted automatically. | Kohei Yoshida |
2013-10-04 | Correct way to get case-insensitive string identifiers. | Kohei Yoshida |
2013-10-04 | Let's not expose the internal pointer. Define different ID type. | Kohei Yoshida |