summaryrefslogtreecommitdiff
path: root/svl/source/misc
AgeCommit message (Expand)AuthorFilesLines
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida1-0/+6
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-4/+4
2013-10-28fixincludeguards.sh: svlThomas Arnhold1-2/+2
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-11Compare by pointers first.Kohei Yoshida1-0/+3
2013-10-11Fix equality operator for SharedString & write test for it.Kohei Yoshida1-1/+1
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 Yoshida2-12/+100
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-10/+10
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida1-4/+4
2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida1-1/+1
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida1-0/+54
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 Yoshida1-5/+11
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida1-5/+5
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida1-1/+11
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida1-5/+46
2013-10-04Move this string pool code to svl.Kohei Yoshida1-0/+35
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-59/+0
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl1-8/+8
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2-4/+4
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+4
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist1-39/+0
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann1-2/+2
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa6-118/+0
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud1-7/+5
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-2/+2
2013-06-24fdo#43460 svl: use isEmpty()Jelle van der Waa1-1/+1
2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann1-3/+3
2013-05-14Remove obsolete RestrictedPath env var supportStephan Bergmann2-302/+0
2013-05-14typo fix: s/inavlid/invalid/Andras Timar1-1/+1
2013-04-26sal_Bool to boolTakeshi Abe4-18/+18
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák11-90/+90
2013-04-05new module i18nlangtagEike Rathke1-1/+1
2013-04-01Remove RTL_CONSTASCII_USTRINGPARAM in smoketest/sot/svl/toolkit/vbahelperChr. Rossmanith1-1/+1
2013-03-29ResMgr with LanguageTagEike Rathke3-10/+7
2013-03-23"atomar" is not a wordTor Lillqvist1-1/+1
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-9/+9
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim1-0/+3
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+2
2013-01-28fdo#46808, Convert svl/lockfile code to XComponentContextNoel Grandin3-10/+6