Age | Commit message (Expand) | Author |
2014-04-30 | Many spelling fixes: directories h* - p*. | Pedro Giffuni |
2014-04-22 | package: sal_Bool->bool | Noel Grandin |
2014-04-19 | fixincludeguards.sh: package | Thomas Arnhold |
2014-04-14 | remove update_precomp.py markers | Thomas Arnhold |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-03-29 | typo: optimisation -> optimization | Thomas Arnhold |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-03-10 | Use cppu::OImplementationId for XUnoTunnel IDs | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-02-21 | Replace deprecated std::auto_ptr with boost::scoped_ptr | Takeshi Abe |
2014-02-17 | comphelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-17 | ucbhelper: sal_Bool -> bool | Stephan Bergmann |
2014-02-03 | fdo#54938 Convert to cppu::supportsService | Alexandre Vicenzi |
2014-01-28 | bool improvements | Stephan Bergmann |
2014-01-27 | Don't use OSL_LOG_PREFIX when throwing exceptions in non-debug builds. | Jan Holesovsky |
2014-01-27 | css::io::XInputStream _is_ allowed | David Tardon |
2014-01-16 | Revert "impl. enumeration for ZipPackage" | David Tardon |
2014-01-16 | do not close input, unless it was us who opened it | David Tardon |
2014-01-15 | bah | David Tardon |
2014-01-15 | impl. enumeration for ZipPackage | David Tardon |
2013-11-11 | remove unnecessary use of OUString constructor | Noel Grandin |
2013-10-30 | fdo#54938: Convert package, writerfilter and writerperfect | Marcos Paulo de Souza |
2013-10-22 | Bin comments that claim to say why some header is included | Tor Lillqvist |
2013-10-11 | -Werror,-Wunused-variable | Stephan Bergmann |
2013-10-04 | 'ist' -> 'is' here and there. | Jan Holesovsky |
2013-10-02 | Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopened | Caolán McNamara |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-07-31 | fdo#62475 removed pointless comments | Jelle van der Waa |
2013-07-23 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Jelle van der Waa |
2013-06-12 | Fix exception specification for ZipFileAccess::createWithURL | Noel Grandin |
2013-04-17 | fdo#62096 - replace some O(U)String compareTo with == | Artur Dryomov |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-27 | -Wunused-macros | Stephan Bergmann |
2013-03-15 | Improve debug messages | Stephan Bergmann |
2013-03-15 | compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareToAscii(s) | Stephan Bergmann |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold |
2013-02-11 | fdo#46808, Convert package module to XComponentContext | Noel Grandin |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin |
2012-11-05 | fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new style | Noel Grandin |
2012-10-24 | fdo#46808, convert comphelper::ConfigurationHelper to XComponentContext | Noel Grandin |
2012-10-23 | fdo#46808, Adapt packages::manifest::ManifestWriter UNO service to new style | Noel Grandin |
2012-10-23 | fdo#46808, Adapt packages::manifest::ManifestReader UNO service to new style | Noel Grandin |
2012-10-22 | fdo#46808, Adapt xml::sax::XWriter UNO service to new style | Noel Grandin |
2012-10-04 | fdo#46808, Adapt xml::sax::XParser UNO service to new style | Noel Grandin |
2012-09-21 | package: convert internal ZIP handling data-types to 64bit | Michael Meeks |
2012-09-19 | ComponentContext::getUnoContext -> getComponentContext simplification | Stephan Bergmann |
2012-09-14 | Improvement on previous commit, UCB clean up | Stephan Bergmann |
2012-08-27 | fdo#46808, Adapt TempFile UNO service to new style | Noel Grandin |
2012-08-17 | package: no more RTL_CONSTASCII_USTRINGPARAM in zippackage | Miklos Vajna |
2012-08-06 | There is not need to allocate memory just for getting the 'indexOf' | Christophe JAILLET |