summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2013-10-05unused function 'operator<<'Tor Lillqvist
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Let's just use sal_uIntPtr straight.Kohei Yoshida
2013-10-04A little more test on shared string pool's life cycle management.Kohei Yoshida
2013-10-04No need to intern strings here; all OUString's are ref-counted.Kohei Yoshida
2013-10-04Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida
2013-10-04The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida
2013-10-04Correct way to get case-insensitive string identifiers.Kohei Yoshida
2013-10-04Let's not expose the internal pointer. Define different ID type.Kohei Yoshida
2013-10-04Write some rudimentary tests for the new shared string pool class.Kohei Yoshida
2013-10-04Establish mapping between original strings and upper strings.Kohei Yoshida
2013-10-04Move this string pool code to svl.Kohei Yoshida
2013-10-03SfxStyleSheetBase::SetFollow: OSL_FAIL -> SAL_WARNMiklos Vajna
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02bWeiter -> bContinuePhilipp Riemer
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl
2013-09-30Introduce ASCII case conversion and use more/rtl/character.hxx.Arnaud Versini
2013-09-26Missing #includeStephan Bergmann
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-23fdo#54686 Treat hard blank as soft blank in numberLaurent Balland-Poirier
2013-09-19Sprinkle more boost_headers loveTor Lillqvist
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer
2013-09-03was convertIsoStringToLanguage(), use convertToLanguageTypeWithFallback()Eike Rathke
2013-08-27These shall apparently check for URL scheme prefix matchStephan Bergmann
2013-08-22Mark as constTakeshi Abe
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-17SfxItemPool: detect duplicate SlotId mappingsMichael Stahl
2013-08-16SfxEnumItem: cut out the middle man here tooMichael Stahl
2013-08-16SfxBoolItem: cut out the middle manMichael Stahl
2013-08-13fdo#66071: SfxUndoManager: allow Writer to set modified status properlyMichael Stahl
2013-08-12Start removing obviously unused and/or obsolete "inet types": SCHEDULE stuffTor Lillqvist
2013-08-08remove obsolete SjJSbxObject cruftMichael Stahl
2013-08-01Doxygenize some docs, translate to English while at it.Thorsten Behrens
2013-07-29Remove effectively unused INetURLObject OString overloadsStephan Bergmann
2013-07-27Revert "SfxStyleSheetBasePool: remove internal iterator"Michael Stahl
2013-07-27SfxStyleSheetBasePool: remove internal iteratorMichael Stahl
2013-07-27SfxStyleSheetBasePool::Make: remove nPos parameterMichael Stahl
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-24svl: add an SfxGrabBagItemMiklos Vajna
2013-07-17After some trials, maybe even I can get things rightFridrich Štrba
2013-07-17Brackets are cheap, so use themFridrich Štrba
2013-07-17Fix MINGW64 build in svlFridrich Štrba
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa
2013-07-16Delete SvCacheStream classPalenik Mihály
2013-07-15i#108348 API CHANGE: add IsUTC to css.util.DateTime etc.Michael Stahl
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-07-12constify these methodsCaolán McNamara