Age | Commit message (Expand) | Author |
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-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 | 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-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-17 | SfxItemPool: detect duplicate SlotId mappings | Michael Stahl |
2013-08-16 | SfxEnumItem: cut out the middle man here too | Michael Stahl |
2013-08-16 | SfxBoolItem: cut out the middle man | Michael Stahl |
2013-08-13 | fdo#66071: SfxUndoManager: allow Writer to set modified status properly | Michael Stahl |
2013-08-12 | Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuff | Tor Lillqvist |
2013-08-08 | remove obsolete SjJSbxObject cruft | Michael Stahl |
2013-08-01 | Doxygenize some docs, translate to English while at it. | Thorsten Behrens |
2013-07-29 | Remove effectively unused INetURLObject OString overloads | Stephan Bergmann |
2013-07-27 | Revert "SfxStyleSheetBasePool: remove internal iterator" | Michael Stahl |
2013-07-27 | SfxStyleSheetBasePool: remove internal iterator | Michael Stahl |
2013-07-27 | SfxStyleSheetBasePool::Make: remove nPos parameter | Michael Stahl |
2013-07-25 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa |
2013-07-24 | svl: add an SfxGrabBagItem | Miklos Vajna |