summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: svlThomas Arnhold2013-10-2814-35/+36
* stop looking for Jar files in solverMichael Stahl2013-10-251-0/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-7/+2
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-2/+2
* clean up some include guardsThomas Arnhold2013-10-231-2/+2
* convert code to use OUString::endsWithNoel Grandin2013-10-233-7/+7
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-223-3/+3
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+1
* some GetTokens hidden in windows only codeCaolán McNamara2013-10-181-5/+5
* fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2013-10-171-7/+2
* Simplify and avoid use of UNXTor Lillqvist2013-10-121-15/+7
* Compare by pointers first.Kohei Yoshida2013-10-111-0/+3
* Fix equality operator for SharedString & write test for it.Kohei Yoshida2013-10-112-7/+19
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-0/+9
* Import shared formulas from xlsx without crashing.Kohei Yoshida2013-10-111-0/+5
* Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida2013-10-111-0/+5
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-22/+10
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-0/+10
* ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2013-10-081-0/+17
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-084-55/+134
* This DEBUG_UNIT_TEST stuff is unusedTor Lillqvist2013-10-051-11/+0
* unused function 'operator<<'Tor Lillqvist2013-10-051-7/+0
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-043-14/+14
* Let's just use sal_uIntPtr straight.Kohei Yoshida2013-10-042-6/+6
* A little more test on shared string pool's life cycle management.Kohei Yoshida2013-10-041-0/+44
* No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2013-10-042-2/+2
* Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2013-10-042-1/+75
* The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida2013-10-041-3/+2
* Correct way to get case-insensitive string identifiers.Kohei Yoshida2013-10-042-5/+15
* Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2013-10-042-23/+26
* Write some rudimentary tests for the new shared string pool class.Kohei Yoshida2013-10-042-1/+51
* Establish mapping between original strings and upper strings.Kohei Yoshida2013-10-041-5/+46
* Move this string pool code to svl.Kohei Yoshida2013-10-042-0/+36
* SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARNMiklos Vajna2013-10-031-1/+1
* WaE: unused variableTor Lillqvist2013-10-021-2/+0
* bWeiter -> bContinuePhilipp Riemer2013-10-021-10/+10
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2013-10-021-59/+0
* desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl2013-10-011-8/+8
* Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini2013-09-302-4/+4
* Missing #includeStephan Bergmann2013-09-261-0/+1
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-255-18/+13
* fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier2013-09-231-1/+3
* Sprinkle more boost_headers loveTor Lillqvist2013-09-191-0/+2
* remove filerec.hxx inclusion where not neededPhilipp Riemer2013-09-041-1/+0
* was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke2013-09-031-1/+1
* These shall apparently check for URL scheme prefix matchStephan Bergmann2013-08-271-2/+2
* Mark as constTakeshi Abe2013-08-221-1/+1
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-217-27/+27