summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)Author
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06coverity#708257: Unitialized scalar fieldNorbert Thiebaud
2014-04-04coverity#738855 Uninitialized pointer fieldCaolán McNamara
2014-04-01Remove unused inline functionStephan Bergmann
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-29coverity#704312 Logically dead codeCaolán McNamara
2014-03-29tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl
2014-03-29tools: support 64-bit file positions in SvStreamMichael Stahl
2014-03-29tools: allow 64-bit positions on SvLockBytesMichael Stahl
2014-03-27Introduce INetContentType::scanStephan Bergmann
2014-03-21Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-03remove unused code svl::SharedStringPool::SharedStringPool()Noel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from svlAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-07Fix typo in my commitNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor 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-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida
2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida
2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida
2013-10-04Correct way to get case-insensitive string identifiers.Kohei Yoshida
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida
2013-10-04Move this string pool code to svl.Kohei Yoshida
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist