summaryrefslogtreecommitdiffstats
path: root/svl/source
Commit message (Expand)AuthorAgeFilesLines
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-041-10/+10
* Let's just use sal_uIntPtr straight.Kohei Yoshida2013-10-041-4/+4
* No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida2013-10-041-1/+1
* Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2013-10-041-0/+54
* 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-041-5/+11
* Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2013-10-041-5/+5
* Write some rudimentary tests for the new shared string pool class.Kohei Yoshida2013-10-041-1/+11
* Establish mapping between original strings and upper strings.Kohei Yoshida2013-10-041-5/+46
* Move this string pool code to svl.Kohei Yoshida2013-10-041-0/+35
* 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
* 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
* SfxItemPool: detect duplicate SlotId mappingsMichael Stahl2013-08-171-0/+55
* SfxEnumItem: cut out the middle man here tooMichael Stahl2013-08-162-35/+14
* SfxBoolItem: cut out the middle manMichael Stahl2013-08-162-34/+29
* fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl2013-08-131-0/+2
* Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist2013-08-121-39/+0
* remove obsolete SjJSbxObject cruftMichael Stahl2013-08-081-21/+1
* Doxygenize some docs, translate to English while at it.Thorsten Behrens2013-08-011-21/+4
* Remove effectively unused INetURLObject OString overloadsStephan Bergmann2013-07-291-2/+2
* Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl2013-07-271-3/+36
* SfxStyleSheetBasePool: remove internal iteratorMichael Stahl2013-07-271-36/+3
* SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl2013-07-271-11/+2
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa2013-07-251-6/+1
* svl: add an SfxGrabBagItemMiklos Vajna2013-07-241-0/+100
* After some trials, maybe even I can get things rightFridrich Štrba2013-07-171-1/+1
* Brackets are cheap, so use themFridrich Štrba2013-07-171-1/+1
* Fix MINGW64 build in svlFridrich Štrba2013-07-171-1/+1
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-1752-772/+0
* Delete SvCacheStream classPalenik Mihály2013-07-161-3/+2
* i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl2013-07-151-1/+3
* use static LanguageTag::convertTo...() for standalone conversionsEike Rathke2013-07-136-8/+8
* constify these methodsCaolán McNamara2013-07-121-6/+4
* Resolves: fdo#54493 autoenable CJK/CTL ui based on installed keyboardsCaolán McNamara2013-07-122-21/+66
* Related: fdo#54493 determine if a CJK/CTL keyboard is installedMarc Garcia2013-07-121-0/+47
* use LanguageTag to convertEike Rathke2013-07-111-4/+1
* use LanguageTag to convertEike Rathke2013-07-101-19/+5