Age | Commit message (Expand) | Author | Files | Lines |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák | 6 | -8/+8 |
2013-08-10 | BUG:57950 Remove chained appends | Neil Moore | 3 | -33/+12 |
2013-08-04 | fdo#67235 adapt form control code to time nanosecond API change, step 3 | Lionel Elie Mamane | 2 | -64/+11 |
2013-07-28 | More details in debug output | Lionel Elie Mamane | 1 | -11/+22 |
2013-07-27 | ...and remove now-unnecessary comment | Stephan Bergmann | 1 | -2/+0 |
2013-07-27 | lcl_getFormatTable result is used non-const | Stephan Bergmann | 1 | -7/+7 |
2013-07-27 | Mark as const/static | Takeshi Abe | 1 | -2/+2 |
2013-07-15 | i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. | Michael Stahl | 1 | -5/+5 |
2013-07-15 | callcatcher: update unused code | Caolán McNamara | 2 | -21/+0 |
2013-07-13 | use static LanguageTag::convertTo...() for standalone conversions | Eike Rathke | 1 | -2/+2 |
2013-07-04 | Try to fix clang tinderbox | Julien Nabet | 1 | -2/+2 |
2013-07-03 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan | 3 | -22/+19 |
2013-07-02 | drop unused convertWhitespace | Caolán McNamara | 2 | -38/+0 |
2013-07-02 | OUString convertion for unotools | Norbert Thiebaud | 1 | -6/+5 |
2013-06-29 | remove OUString wrap for string literals | Thomas Arnhold | 10 | -14/+14 |
2013-06-29 | Search for char instead of 1 char long string, when possible. | Thomas Arnhold | 1 | -1/+1 |
2013-06-27 | fdo#66171 ListBox correctly save empty or zero BoundColumn | Lionel Elie Mamane | 1 | -0/+5 |
2013-06-23 | make "gcc -Werror" happy | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-23 | Data-aware ListBox: fix case ListSourceType==TableFields | Lionel Elie Mamane | 1 | -0/+12 |
2013-06-23 | Don't second-guess the database | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-23 | Data-aware ListBox: use entry for NULL if the *bound* value is NULL | Lionel Elie Mamane | 1 | -1/+6 |
2013-06-23 | Use unsigned values in m_a(Converted)BoundValues | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-23 | enhance comment | Lionel Elie Mamane | 1 | -1/+1 |
2013-06-23 | avoid initialise-then-reset | Lionel Elie Mamane | 1 | -2/+1 |
2013-06-17 | fdo#43460 forms: use isEmpty() | Jelle van der Waa | 3 | -3/+3 |
2013-06-13 | cppcheck: fix reassignments | Julien Nabet | 1 | -6/+2 |
2013-06-11 | Resolves: #i121045 After save a xls file contain marco in AOO, macor can't... | Jianyuan Li | 4 | -3/+44 |
2013-06-05 | remove unused componentcontext.hxx includes | Noel Grandin | 2 | -2/+0 |
2013-06-03 | fdo#46808, Convert comphelper::ComponentContext in forms module | Noel Grandin | 70 | -269/+290 |
2013-06-03 | fdo#46808, Convert ComponentContext in connectivity,extension.. | Noel Grandin | 4 | -5/+5 |
2013-05-31 | fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFO | Radu Ioan | 2 | -13/+11 |
2013-05-27 | make sure class MIP is complete before it is used | Herbert Dürr | 1 | -1/+1 |
2013-05-22 | Ensure SolarMutex is locked at DBG_TESTSOLARMUTEX checkpoints | Stephan Bergmann | 3 | -0/+4 |
2013-05-22 | Use the new type-checking Reference constructor to reduce code noise | Noel Grandin | 9 | -28/+21 |
2013-05-12 | fdo#64456 impl_getValues always set m_nConvertedBoundValuesType | Lionel Elie Mamane | 1 | -0/+4 |
2013-05-12 | janitorial: correct method name in assert message | Lionel Elie Mamane | 1 | -1/+1 |
2013-05-12 | commit subforms before moving in parent form | Lionel Elie Mamane | 2 | -38/+139 |
2013-05-10 | resolved fdo#35756 import more than 64k HTML table cells | Eike Rathke | 1 | -2/+2 |
2013-05-10 | Fix more exception specifications | Stephan Bergmann | 1 | -18/+49 |
2013-05-10 | Fix exception specification | Stephan Bergmann | 1 | -1/+3 |
2013-05-09 | fix memory leak with orphaned controls created on the fly | Noel Power | 1 | -1/+2 |
2013-05-07 | connectivity: remove Package_generated | Michael Stahl | 1 | -0/+1 |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin | 2 | -20/+26 |
2013-04-27 | those are never defined | Thomas Arnhold | 1 | -3/+0 |
2013-04-26 | Java cleanup, call static methods statically | Noel Grandin | 1 | -4/+4 |
2013-04-25 | fdo#46808 Convert awt::Pointer to new style | Noel Grandin | 1 | -1/+0 |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin | 1 | -2/+2 |
2013-04-24 | gbuild: drop empty use_packages calls | David Tardon | 1 | -3/+0 |
2013-04-24 | gbuild: drop uses of removed packages | David Tardon | 1 | -1/+0 |
2013-04-23 | fix, forget SAL_CALL again | Noel Grandin | 1 | -6/+6 |