summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann22-363/+363
2014-02-25Remove visual noise from svlAlexander Wilms17-107/+107
2014-02-25svl: don't forget about big-endian parts in filerec.cxxDouglas Mencken1-1/+1
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-4/+2
2014-02-23Remove unneccessary commentsAlexander Wilms28-280/+280
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann4-11/+11
2014-02-20svl: sal_Bool -> boolStephan Bergmann23-182/+182
2014-02-19coverity#738853 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-02-19coverity#738854 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-02-18Stick to a single O[U]String hash functionStephan Bergmann1-2/+2
2014-02-18coverity#984145 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-13SimplificationStephan Bergmann1-5/+4
2014-02-13-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-02-13n#757432: Styles (rename &) copy to different decks.Muthu Subramanian1-0/+23
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-3/+3
2014-02-12more SvStream:operator>> conversionNoel Grandin2-2/+2
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin16-89/+89
2014-02-11coverity#440944 Logically dead codeCaolán McNamara1-91/+65
2014-02-05SfxItemSet::operator == should return boolStephan Bergmann1-8/+8
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin3-3/+3
2014-01-30fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svxAlexandre Vicenzi1-1/+0
2014-01-29bool improvementsStephan Bergmann2-2/+2
2014-01-28bool improvementsStephan Bergmann17-92/+92
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22convert more SvStream::operator<< callsNoel Grandin5-38/+38
2014-01-22Clean up SfxItemSet::PutStephan Bergmann1-16/+3
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2014-01-21bool improvementsStephan Bergmann4-20/+20
2014-01-21bool improvementsStephan Bergmann1-1/+1
2014-01-17Translate German ("kein break") comments to English ("no break").Sven Wehner1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin3-3/+3
2014-01-16fdo#54938: Convert svx and svl to cppu::supportsService...Marcos Paulo de Souza2-23/+11
2014-01-10Use boolStephan Bergmann1-3/+3
2014-01-10SfxItemSet::Set should return boolStephan Bergmann1-4/+4
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann22-36/+33
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin13-58/+62
2014-01-07Fix typo in my commitNoel Grandin1-1/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin5-14/+14
2013-12-27cppcheck: fix var reassignedJulien Nabet1-3/+1
2013-12-23fix crash when erasing entry while iterating through vectorMarkus Mohrhard1-1/+2
2013-12-23iterators are not pointersEike Rathke1-3/+3
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky1-46/+47
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky1-15/+34
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky1-3/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-19svl: whitespace fixes in grabbagitemMiklos Vajna1-4/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann3-5/+6
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-8/+8