summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* editeng: fix more 32-bit Time breakageMichael Stahl2013-12-101-3/+3
* n#753460: Copying slides having same master page name.Muthu Subramanian2013-12-101-0/+16
* Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr2013-11-261-10/+0
* rigth -> right (other occurences)Julien Nabet2013-11-231-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-192-4/+4
* Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann2013-11-151-1/+2
* Optimize SvtBroadcaster for insertion.Kohei Yoshida2013-11-141-6/+24
* No need to individually remove listeners when being destroyed.Kohei Yoshida2013-11-141-2/+6
* Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida2013-11-146-355/+92
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-144-72/+70
* Mutex access to the global theIndexTable.Kohei Yoshida2013-11-111-20/+44
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-114-8/+8
* clean up #ifdef ICC codeMichael Stahl2013-11-103-34/+0
* Make INetURLObject-from-OUString ctor explicitStephan Bergmann2013-11-081-12/+12
* remove unnecessary use of OUString constructor in SVL moduleNoel Grandin2013-11-084-17/+16
* Make TransformInput() a non-member function.Kohei Yoshida2013-11-062-6/+3
* Add mutex to guard the shared string pool content.Kohei Yoshida2013-11-061-0/+6
* check string boundsCaolán McNamara2013-11-061-1/+1
* fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt2013-11-041-4/+4
* remove redundant calls to OUString constructor in if expressionNoel Grandin2013-11-041-2/+2
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-7/+3
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin2013-10-311-1/+1
* fixincludeguards.sh: svlThomas Arnhold2013-10-2814-35/+36
* stop looking for Jar files in solverMichael Stahl2013-10-251-0/+1
* fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza2013-10-251-7/+2
* clean up places accessing the NULL at the of an OUStringNoel Grandin2013-10-231-2/+2
* clean up some include guardsThomas Arnhold2013-10-231-2/+2
* convert code to use OUString::endsWithNoel Grandin2013-10-233-7/+7
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-223-3/+3
* drop unnecessary tools/string includesCaolán McNamara2013-10-201-1/+1
* some GetTokens hidden in windows only codeCaolán McNamara2013-10-181-5/+5
* fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza2013-10-171-7/+2
* Simplify and avoid use of UNXTor Lillqvist2013-10-121-15/+7