summaryrefslogtreecommitdiffstats
path: root/include/svl
Commit message (Expand)AuthorAgeFilesLines
* svl: sal_Bool -> boolStephan Bergmann2014-02-2018-67/+67
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-1/+1
* n#757432: Styles (rename &) copy to different decks.Muthu Subramanian2014-02-131-0/+2
* SfxItemSet::operator == should return boolStephan Bergmann2014-02-051-1/+1
* fdo#63154 Removed unused solar.h ref. in svlAlexandre Vicenzi2014-01-3014-71/+11
* bool improvementsStephan Bergmann2014-01-282-3/+3
* coverity#708952 Non-virtual destructorCaolán McNamara2014-01-241-1/+1
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-1/+1
* Clean up SfxItemSet::PutStephan Bergmann2014-01-221-6/+3
* Use boolStephan Bergmann2014-01-102-7/+4
* Use proper bool operationsStephan Bergmann2014-01-101-1/+1
* SfxItemSet::Set should return boolStephan Bergmann2014-01-101-1/+1
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-1022-35/+35
* Make the broadcasting work even when about to destruct.Jan Holesovsky2013-12-211-0/+1
* Don't call EndListening() on already destructed listeners.Jan Holesovsky2013-12-211-1/+6
* Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky2013-12-211-0/+13
* svl: whitespace fixes in grabbagitemMiklos Vajna2013-12-191-2/+2
* Get rid of MAP_CHAR_LEN macroStephan Bergmann2013-12-121-3/+0
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-8/+6
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-6/+8
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-8/+6
* svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl2013-12-101-76/+0
* n#753460: Copying slides having same master page name.Muthu Subramanian2013-12-101-0/+1
* Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr2013-11-261-3/+3
* fdo#39468: Translate German comments (first part)Philipp Riemer2013-11-211-320/+249
* Optimize SvtBroadcaster for insertion.Kohei Yoshida2013-11-141-3/+11
* No need to individually remove listeners when being destroyed.Kohei Yoshida2013-11-141-0/+1
* Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida2013-11-143-92/+28
* fdo#65108 inter-module includes <> include/svlNorbert Thiebaud2013-11-0962-73/+73
* Add mutex to guard the shared string pool content.Kohei Yoshida2013-11-061-0/+2
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-2380-194/+194
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* post String conversion cleanupThomas Arnhold2013-10-211-2/+1
* Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2013-10-111-0/+3
* Import shared formulas from xlsx without crashing.Kohei Yoshida2013-10-111-0/+2
* Add isEmpty() to SharedString. This simplies a lot of its call sites.Kohei Yoshida2013-10-111-0/+1
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-22/+3
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-081-0/+3
* ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida2013-10-081-0/+2
* Re-implement interning in order to return both string arrays.Kohei Yoshida2013-10-082-5/+45
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-041-3/+3
* Let's just use sal_uIntPtr straight.Kohei Yoshida2013-10-041-3/+2
* Add purge() method to purge unreferenced strings from the pool.Kohei Yoshida2013-10-041-1/+21
* The map actualy needs to store OUString to have it ref-counted automatically.Kohei Yoshida2013-10-041-1/+1
* Let's not expose the internal pointer. Define different ID type.Kohei Yoshida2013-10-041-2/+4
* Write some rudimentary tests for the new shared string pool class.Kohei Yoshida2013-10-041-2/+4
* Establish mapping between original strings and upper strings.Kohei Yoshida2013-10-041-0/+37
* Move this string pool code to svl.Kohei Yoshida2013-10-041-0/+34
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-255-12/+10
* convert include/svl/urlbmk.hxx from String to OUStringNoel Grandin2013-09-112-9/+7