summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Add SvStream::ReadCharAsBoolStephan Bergmann2014-02-204-11/+11
* svl: sal_Bool -> boolStephan Bergmann2014-02-2023-182/+182
* coverity#738853 Uninitialized scalar fieldCaolán McNamara2014-02-191-2/+4
* coverity#738854 Uninitialized scalar fieldCaolán McNamara2014-02-191-0/+3
* Stick to a single O[U]String hash functionStephan Bergmann2014-02-181-2/+2
* coverity#984145 Uninitialized scalar fieldCaolán McNamara2014-02-181-2/+3
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-6/+6
* SimplificationStephan Bergmann2014-02-131-5/+4
* -Werror,-Wunused-variableStephan Bergmann2014-02-131-1/+0
* n#757432: Styles (rename &) copy to different decks.Muthu Subramanian2014-02-131-0/+23
* remove SvStream::operator>> methodsNoel Grandin2014-02-121-3/+3
* more SvStream:operator>> conversionNoel Grandin2014-02-122-2/+2
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-1216-89/+89
* coverity#440944 Logically dead codeCaolán McNamara2014-02-111-91/+65
* SfxItemSet::operator == should return boolStephan Bergmann2014-02-051-8/+8
* convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-043-3/+3
* fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi2014-01-301-1/+0
* bool improvementsStephan Bergmann2014-01-292-2/+2
* bool improvementsStephan Bergmann2014-01-2817-92/+92
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* convert more SvStream::operator<< callsNoel Grandin2014-01-225-38/+38
* Clean up SfxItemSet::PutStephan Bergmann2014-01-221-16/+3
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-2/+2
* bool improvementsStephan Bergmann2014-01-214-20/+20
* bool improvementsStephan Bergmann2014-01-211-1/+1
* Translate German ("kein break") comments to English ("no break").Sven Wehner2014-01-171-1/+1
* convert SvStream::operator<< overloads to more explicit methodsNoel Grandin2014-01-163-3/+3
* fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza2014-01-162-23/+11
* Use boolStephan Bergmann2014-01-101-3/+3
* SfxItemSet::Set should return boolStephan Bergmann2014-01-101-4/+4
* SfxPoolItem::operator ==, != should return boolStephan Bergmann2014-01-1022-36/+33
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-1013-58/+62
* Fix typo in my commitNoel Grandin2014-01-071-1/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-075-14/+14
* cppcheck: fix var reassignedJulien Nabet2013-12-271-3/+1
* fix crash when erasing entry while iterating through vectorMarkus Mohrhard2013-12-231-1/+2
* iterators are not pointersEike Rathke2013-12-231-3/+3
* Make the broadcasting work even when about to destruct.Jan Holesovsky2013-12-211-46/+47
* Don't call EndListening() on already destructed listeners.Jan Holesovsky2013-12-211-15/+34
* Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky2013-12-211-3/+6
* typo fixesAndras Timar2013-12-201-1/+1
* svl: whitespace fixes in grabbagitemMiklos Vajna2013-12-191-4/+4
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-173-5/+6
* remove unnecessary double calls to OUString constructorNoel Grandin2013-12-171-8/+8
* simplify - use OUString::startsWith where possibleNoel Grandin2013-12-121-1/+1
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-122-29/+26
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-112-26/+29
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-112-29/+26
* Typos (mainly "propably")Julien Nabet2013-12-101-1/+1
* svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl2013-12-102-192/+0