summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2014-01-10Use boolStephan Bergmann
2014-01-10SfxItemSet::Set should return boolStephan Bergmann
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-07Fix typo in my commitNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-27cppcheck: fix var reassignedJulien Nabet
2013-12-23fix crash when erasing entry while iterating through vectorMarkus Mohrhard
2013-12-23iterators are not pointersEike Rathke
2013-12-21Make the broadcasting work even when about to destruct.Jan Holesovsky
2013-12-21Don't call EndListening() on already destructed listeners.Jan Holesovsky
2013-12-21Speedup destruction of sheets with too many listeners & broadcasters.Jan Holesovsky
2013-12-20typo fixesAndras Timar
2013-12-19svl: whitespace fixes in grabbagitemMiklos Vajna
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-10Typos (mainly "propably")Julien Nabet
2013-12-10svl: remove SfxDateTimeItem, which is actually unusedMichael Stahl
2013-12-10editeng: fix more 32-bit Time breakageMichael Stahl
2013-12-10n#753460: Copying slides having same master page name.Muthu Subramanian
2013-11-26Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'...Herbert Dürr
2013-11-23rigth -> right (other occurences)Julien Nabet
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-15Band-aid fix for SvtBroadcaster::BroadcastStephan Bergmann
2013-11-14Optimize SvtBroadcaster for insertion.Kohei Yoshida
2013-11-14No need to individually remove listeners when being destroyed.Kohei Yoshida
2013-11-14Rework SvtListener and SvtBroadcaster internals.Kohei Yoshida
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11Mutex access to the global theIndexTable.Kohei Yoshida
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-10clean up #ifdef ICC codeMichael Stahl
2013-11-08Make INetURLObject-from-OUString ctor explicitStephan Bergmann
2013-11-08remove unnecessary use of OUString constructor in SVL moduleNoel Grandin
2013-11-06Make TransformInput() a non-member function.Kohei Yoshida
2013-11-06Add mutex to guard the shared string pool content.Kohei Yoshida
2013-11-06check string boundsCaolán McNamara
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-28fixincludeguards.sh: svlThomas Arnhold
2013-10-25stop looking for Jar files in solverMichael Stahl
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin