summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2014-08-19detect * with no character following as invalid format codeEike Rathke1-0/+5
2014-08-18prevent out-of-bounds string accessEike Rathke1-24/+32
2014-07-21fdo#81309: Adjust references during sort.Kohei Yoshida1-1/+23
2014-07-03resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke1-1/+37
2014-06-09resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke1-8/+3
2014-05-18resolved fdo#41166 match month and day name word instead of substringEike Rathke2-9/+62
2014-05-13fdo#78119 find the longest match for month nameDavid Tardon1-21/+48
2014-03-17fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida2-10/+2
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