Age | Commit message (Expand) | Author |
2013-10-28 | fixincludeguards.sh: svl | Thomas Arnhold |
2013-10-25 | stop looking for Jar files in solver | Michael Stahl |
2013-10-25 | fdo#54938: More uses of cppu::supportsService | Marcos Paulo de Souza |
2013-10-23 | clean up places accessing the NULL at the of an OUString | Noel Grandin |
2013-10-23 | clean up some include guards | Thomas Arnhold |
2013-10-23 | convert code to use OUString::endsWith | Noel Grandin |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-20 | drop unnecessary tools/string includes | Caolán McNamara |
2013-10-18 | some GetTokens hidden in windows only code | Caolán McNamara |
2013-10-17 | fdo#54938: Adapt svtools and comphelper module ... | Marcos Paulo de Souza |
2013-10-12 | Simplify and avoid use of UNX | Tor Lillqvist |
2013-10-11 | Compare by pointers first. | Kohei Yoshida |
2013-10-11 | Fix equality operator for SharedString & write test for it. | Kohei Yoshida |
2013-10-11 | Formula tokens, formula cells and formula interpreters to use shared strings. | Kohei Yoshida |
2013-10-11 | Import shared formulas from xlsx without crashing. | Kohei Yoshida |
2013-10-11 | Add isEmpty() to SharedString. This simplies a lot of its call sites. | Kohei Yoshida |
2013-10-08 | No more getIdentifier*() calls because they are not efficient. | Kohei Yoshida |
2013-10-08 | Store svl::SharedString in document cell storage instead of OUString. | Kohei Yoshida |
2013-10-08 | ContentInfo to store svl::SharedString instead of OUString. | Kohei Yoshida |
2013-10-08 | Re-implement interning in order to return both string arrays. | Kohei Yoshida |
2013-10-05 | This DEBUG_UNIT_TEST stuff is unused | Tor Lillqvist |
2013-10-05 | unused function 'operator<<' | Tor Lillqvist |
2013-10-04 | Rename StringPool to SharedStringPool because that's what it is. | Kohei Yoshida |
2013-10-04 | Let's just use sal_uIntPtr straight. | Kohei Yoshida |
2013-10-04 | A little more test on shared string pool's life cycle management. | Kohei Yoshida |
2013-10-04 | No need to intern strings here; all OUString's are ref-counted. | Kohei Yoshida |
2013-10-04 | Add purge() method to purge unreferenced strings from the pool. | Kohei Yoshida |
2013-10-04 | The map actualy needs to store OUString to have it ref-counted automatically. | Kohei Yoshida |
2013-10-04 | Correct way to get case-insensitive string identifiers. | Kohei Yoshida |
2013-10-04 | Let's not expose the internal pointer. Define different ID type. | Kohei Yoshida |
2013-10-04 | Write some rudimentary tests for the new shared string pool class. | Kohei Yoshida |
2013-10-04 | Establish mapping between original strings and upper strings. | Kohei Yoshida |
2013-10-04 | Move this string pool code to svl. | Kohei Yoshida |
2013-10-03 | SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARN | Miklos Vajna |
2013-10-02 | WaE: unused variable | Tor Lillqvist |
2013-10-02 | bWeiter -> bContinue | Philipp Riemer |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-02 | -Werror,-Wunused-const-variable | Stephan Bergmann |
2013-10-01 | desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSION | Michael Stahl |
2013-09-30 | Introduce ASCII case conversion and use more/rtl/character.hxx. | Arnaud Versini |
2013-09-26 | Missing #include | Stephan Bergmann |
2013-09-25 | Related: fdo#38838 remove UniString::EqualsIgnoreCaseAscii | Caolán McNamara |
2013-09-23 | fdo#54686 Treat hard blank as soft blank in number | Laurent Balland-Poirier |
2013-09-19 | Sprinkle more boost_headers love | Tor Lillqvist |
2013-09-04 | remove filerec.hxx inclusion where not needed | Philipp Riemer |
2013-09-03 | was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback() | Eike Rathke |
2013-08-27 | These shall apparently check for URL scheme prefix match | Stephan Bergmann |
2013-08-22 | Mark as const | Takeshi Abe |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-19 | Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVA | Tor Lillqvist |