Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-09 | fdo#47021: the naive join attempt leads to deadlock | Stephan Bergmann | |
...something better is required (getting rid of the solar mutex?). | |||
2012-03-05 | Sprinkle more DISABLE_SCRIPTING ifdefs | Tor Lillqvist | |
2012-03-02 | WNT-only IMPL_LINK_NOARG fixes | Stephan Bergmann | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-28 | we don't want any of these to be streamed out/in as 64bit values | Caolán McNamara | |
2012-02-23 | Adapted AsyncEventNotifier to safer-to-use salhelper::Thread | Stephan Bergmann | |
2012-02-22 | OUString ctor for string literals without RTL_CONSTASCII stuff | Luboš Luňák | |
http://lists.freedesktop.org/archives/libreoffice/2012-February/025662.html | |||
2012-02-21 | WaE: duplicateBranch | Thomas Arnhold | |
2012-02-20 | Remove unused code | Elton Chung | |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-19 | remove adabas/adabasui | Caolán McNamara | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-16 | Make sure spawned thread is joined again | Stephan Bergmann | |
...otherwise, it might still run during exit(3) and cause problems. | |||
2012-02-16 | dbaccess' macros_test is still failing in some situations | Markus Mohrhard | |
2012-02-15 | Various string function clean up | Stephan Bergmann | |
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM. | |||
2012-02-13 | Fix typos in comments | Elton Chung | |
2012-02-12 | disable new test on win and mac since it is a test with UI | Markus Mohrhard | |
2012-02-12 | finish initial work on the Base test | Markus Mohrhard | |
Base needs the numberformatter to initialize a document | |||
2012-02-12 | use better assertion macros | Markus Mohrhard | |
2012-02-11 | first part of a c++ based test for base | Markus Mohrhard | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | dbaccess: DatabaseDataProvider is not in chart2 | Miklos Vajna | |
2012-02-09 | translate german comments | Lionel Elie Mamane | |
2012-02-09 | reorganise code for better readability | Lionel Elie Mamane | |
No behaviour change intended. However, if behaviour changed, probably the *old* behaviour is buggy, not new one. | |||
2012-02-09 | typo in comment | Lionel Elie Mamane | |
2012-02-09 | ORowSetCache::moveWindow: yet another off-by-one error | Lionel Elie Mamane | |
2012-02-09 | Revert "Tentative fix for invalid iterator range regression" | Lionel Elie Mamane | |
This reverts commit 23151ab53574e0e893f4507313ff15388638746a. Fixed root cause in previous commit. | |||
2012-02-09 | ORowSetCache::moveWindow fix variable inversion; fixes subsequentcheck | Lionel Elie Mamane | |
2012-02-08 | Tentative fix for invalid iterator range regression | Stephan Bergmann | |
37b5dce665a03d3404e6a710b82bef16d740d178 re-wrote a std::rotate call to cause an "error: function requires a valid iterator range [__middle, __last)" abort from debug-mode GCC libstdc++ during smoketest. Lionel should check whether this fix is actually good -- at least, it causes "make check" to succeed again. | |||
2012-02-08 | ORowSetCache: handle case total data < m_nFetchSize | Lionel Elie Mamane | |
As a drive-by: fillMatrix update m_nEndSize | |||
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-08 | Added READMEs for modules used by LibO Base and LibO Calc. | Josh Heidenreich | |
2012-02-06 | Attempt to disable database connectivity for iOS for now | Tor Lillqvist | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-01 | remove glitch in sbase dialog | Korrawit Pruegsanusak | |
2012-01-31 | make dbaccess ByteString free | Caolán McNamara | |
2012-01-31 | useless aFontNr | Caolán McNamara | |
2012-01-31 | ORowSetCache: keep m_nEndPos better up-to-date | Lionel Elie Mamane | |
2012-01-31 | fdo#45453: use integers rather than booleans | Lionel Elie Mamane | |
for always-true and always-false tests. Some databases have poor or no support for booleans. | |||
2012-01-31 | Simplify code by making getProcessComponentContext() implicit. | Stephan Bergmann | |
2012-01-30 | Do not forward declare Splitter or include its header file if unneeded | Matteo Casalin | |
2012-01-30 | reduce unnecessary includes | Caolán McNamara | |
2012-01-30 | use SAL_CALL - fix bulid in msvc | Korrawit Pruegsanusak | |
2012-01-30 | Fixed cppheader.xsl nillable treatment. | Stephan Bergmann | |
* cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too. | |||
2012-01-27 | Disable Adabas UI, too | Lionel Elie Mamane | |
2012-01-25 | Replace SourceViewConfig with (simplified) direct configuration access. | Stephan Bergmann | |
2012-01-23 | Fix fdo#44040 VIEWING: Crash when page preview after <f4> (data sources) | Julien Nabet | |
Caolán fixed Iterator management which was buggy. (thank you !) |