summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-05unused function 'operator<<'Tor Lillqvist1-7/+0
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida3-14/+14
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida2-6/+6
2013-10-04A little more test on shared string pool's life cycle management.Kohei Yoshida1-0/+44
2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2-2/+2
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2-1/+75
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 Yoshida2-5/+15
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2-23/+26
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida2-1/+51
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida1-5/+46
2013-10-04Move this string pool code to svl.Kohei Yoshida2-0/+36
2013-10-03SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARNMiklos Vajna1-1/+1
2013-10-02WaE: unused variableTor Lillqvist1-2/+0
2013-10-02bWeiter -> bContinuePhilipp Riemer1-10/+10
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
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-26Missing #includeStephan Bergmann1-0/+1
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara5-18/+13
2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier1-1/+3
2013-09-19Sprinkle more boost_headers loveTor Lillqvist1-0/+2
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer1-1/+0
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke1-1/+1
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann1-2/+2
2013-08-22Mark as constTakeshi Abe1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák7-27/+27
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-1/+1
2013-08-17SfxItemPool: detect duplicate SlotId mappingsMichael Stahl1-0/+55
2013-08-16SfxEnumItem: cut out the middle man here tooMichael Stahl3-36/+14
2013-08-16SfxBoolItem: cut out the middle manMichael Stahl2-34/+29