summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann2-29/+26
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2-26/+29
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann2-29/+26
2013-12-10Typos (mainly "propably")Julien Nabet1-1/+1
2013-12-10svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl2-192/+0
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl1-3/+3
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian1-0/+16
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr1-10/+0
2013-11-23rigth -> right (other occurences)Julien Nabet1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-4/+4
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann1-1/+2
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida1-6/+24
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida1-2/+6
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida6-355/+92
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin4-72/+70
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida1-20/+44
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin4-8/+8
2013-11-10clean up #ifdef ICC codeMichael Stahl3-34/+0
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann1-12/+12
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin4-17/+16
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida2-6/+3
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida1-0/+6
2013-11-06check string boundsCaolán McNamara1-1/+1
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-4/+4
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-7/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-10-28fixincludeguards.sh: svlThomas Arnhold14-35/+36
2013-10-25stop looking for Jar files in solverMichael Stahl1-0/+1
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza1-7/+2
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-2/+2
2013-10-23clean up some include guardsThomas Arnhold1-2/+2
2013-10-23convert code to use OUString::endsWithNoel Grandin3-7/+7
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist3-3/+3
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+1
2013-10-18some GetTokens hidden in windows only codeCaolán McNamara1-5/+5
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza1-7/+2