Age | Commit message (Expand) | Author |
2014-01-17 | Translate German ("kein break") comments to English ("no break"). | Sven Wehner |
2014-01-16 | convert SvStream::operator<< overloads to more explicit methods | Noel Grandin |
2014-01-16 | fdo#54938: Convert svx and svl to cppu::supportsService... | Marcos Paulo de Souza |
2014-01-10 | Use bool | Stephan Bergmann |
2014-01-10 | SfxItemSet::Set should return bool | Stephan Bergmann |
2014-01-10 | SfxPoolItem::operator ==, != should return bool | Stephan Bergmann |
2014-01-10 | re-write SvStream operator<< to non-overloaded methods | Noel Grandin |
2014-01-07 | Fix typo in my commit | Noel Grandin |
2014-01-07 | remove unnecessary sal_Unicode casts in OUStringBuffer::append calls | Noel Grandin |
2013-12-27 | cppcheck: fix var reassigned | Julien Nabet |
2013-12-23 | fix crash when erasing entry while iterating through vector | Markus Mohrhard |
2013-12-23 | iterators are not pointers | Eike Rathke |
2013-12-21 | Make the broadcasting work even when about to destruct. | Jan Holesovsky |
2013-12-21 | Don't call EndListening() on already destructed listeners. | Jan Holesovsky |
2013-12-21 | Speedup destruction of sheets with too many listeners & broadcasters. | Jan Holesovsky |
2013-12-20 | typo fixes | Andras Timar |
2013-12-19 | svl: whitespace fixes in grabbagitem | Miklos Vajna |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-17 | remove unnecessary double calls to OUString constructor | Noel Grandin |
2013-12-12 | simplify - use OUString::startsWith where possible | Noel Grandin |
2013-12-12 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-11 | Revert "Don't hold css::uno::Type instances by pointer" | Stephan Bergmann |
2013-12-11 | Don't hold css::uno::Type instances by pointer | Stephan Bergmann |
2013-12-10 | Typos (mainly "propably") | Julien Nabet |
2013-12-10 | svl: remove SfxDateTimeItem, which is actually unused | Michael Stahl |
2013-12-10 | editeng: fix more 32-bit Time breakage | Michael Stahl |
2013-12-10 | n#753460: Copying slides having same master page name. | Muthu Subramanian |
2013-11-26 | Resolves: #i123753# WaE: fix unoedhlp.hxx declaration of 'nId'... | Herbert Dürr |
2013-11-23 | rigth -> right (other occurences) | Julien Nabet |
2013-11-19 | remove unnecessary use of OUString constructor when assigning | Noel Grandin |
2013-11-15 | Band-aid fix for SvtBroadcaster::Broadcast | Stephan Bergmann |
2013-11-14 | Optimize SvtBroadcaster for insertion. | Kohei Yoshida |
2013-11-14 | No need to individually remove listeners when being destroyed. | Kohei Yoshida |
2013-11-14 | Rework SvtListener and SvtBroadcaster internals. | Kohei Yoshida |
2013-11-14 | make l10n buildable separately | Bjoern Michaelsen |
2013-11-14 | remove unnecessary sal_Unicode casts in various places | Noel Grandin |
2013-11-11 | Mutex access to the global theIndexTable. | Kohei Yoshida |
2013-11-11 | convert OUString compareToAscii == 0 to equalsAscii | Noel Grandin |
2013-11-10 | clean up #ifdef ICC code | Michael Stahl |
2013-11-08 | Make INetURLObject-from-OUString ctor explicit | Stephan Bergmann |
2013-11-08 | remove unnecessary use of OUString constructor in SVL module | Noel Grandin |
2013-11-06 | Make TransformInput() a non-member function. | Kohei Yoshida |
2013-11-06 | Add mutex to guard the shared string pool content. | Kohei Yoshida |
2013-11-06 | check string bounds | Caolán McNamara |
2013-11-04 | fdo 70998: Termchange: Graphics->Image | Samuel Mehrbrodt |
2013-11-04 | remove redundant calls to OUString constructor in if expression | Noel Grandin |
2013-11-04 | remove redundant calls to OUString constructor | Noel Grandin |
2013-11-04 | Convert code that calls OUString::getStr()[] to use the [] operator | Noel Grandin |
2013-10-31 | Convert indexOf->startsWith and lastIndexOf->endsWith | Noel Grandin |
2013-10-28 | fixincludeguards.sh: svl | Thomas Arnhold |