summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2014-08-21detect * with no character following as invalid format codeEike Rathke
2014-08-21prevent out-of-bounds string accessEike Rathke
2014-07-14fdo#81309: Adjust references during sort.Kohei Yoshida
2014-07-04resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke
2014-06-10resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke
2014-05-18resolved fdo#41166 match month and day name word instead of substringEike Rathke
2014-05-18fdo#78119 find the longest match for month nameDavid Tardon
2014-03-25fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-11-06check string boundsCaolán McNamara
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-23clean up some include guardsThomas Arnhold
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-18some GetTokens hidden in windows only codeCaolán McNamara
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
2013-10-12Simplify and avoid use of UNXTor Lillqvist
2013-10-11Compare by pointers first.Kohei Yoshida
2013-10-11Fix equality operator for SharedString & write test for it.Kohei Yoshida
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-11Import shared formulas from xlsx without crashing.Kohei Yoshida
2013-10-11Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida
2013-10-08Re-implement interning in order to return both string arrays.Kohei Yoshida
2013-10-05This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist