Age | Commit message (Expand) | Author | Files | Lines |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 1 | -11/+0 |
2012-11-28 | fdo#46808, use service constructor for sdbc::ConnectionPool | Noel Grandin | 7 | -28/+31 |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin | 6 | -26/+20 |
2012-11-28 | fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactory | Noel Grandin | 1 | -3/+3 |
2012-11-26 | Assert that length of bookmark has not changed after editing line | Lionel Elie Mamane | 1 | -0/+2 |
2012-11-25 | cppCheck: remove dead assignment and dead variables | jailletc36 | 1 | -1/+0 |
2012-11-25 | Implement MQueryOp::RegExp functionality | Stephan Bergmann | 2 | -3/+10 |
2012-11-24 | use LanguageTag | Eike Rathke | 1 | -1/+1 |
2012-11-24 | fdo#51304 Remove @author annotation | José Guilherme Vanz | 1 | -5/+0 |
2012-11-23 | some i18n wrappers with LanguageTag | Eike Rathke | 2 | -3/+4 |
2012-11-20 | fdo#57285 restore acceptsURL logic | David Ostrovsky | 2 | -3/+57 |
2012-11-20 | Merge branch 'feature/killsdf' | Andras Timar | 1 | -1/+1 |
2012-11-17 | use LanguageTag | Eike Rathke | 1 | -2/+2 |
2012-11-15 | ensure translations are built before using them | David Tardon | 1 | -1/+1 |
2012-11-14 | source file modes fix | Enrico Weigelt, metux ITS | 1 | -0/+0 |
2012-11-14 | Cleanup unusedcode.easy | José Guilherme Vanz | 4 | -55/+0 |
2012-11-11 | Merge branch 'master' into feature/killsdf | Andras Timar | 81 | -2017/+899 |
2012-11-09 | use dir function | David Ostrovsky | 1 | -1/+1 |
2012-11-09 | Introdude SAL_JNI_EXPORT and use that instead of JNIEXPORT | Tor Lillqvist | 4 | -27/+27 |
2012-11-09 | Use JNIEXPORT to really export these for Android | Tor Lillqvist | 1 | -7/+7 |
2012-11-09 | Use JNIEXPORT as in the corresponding headers | Tor Lillqvist | 3 | -20/+20 |
2012-11-08 | connectivity: fix re-introduced bug fdo 35023 | Michael Stahl | 1 | -1/+1 |
2012-11-08 | add mkdir command | David Ostrovsky | 1 | -0/+1 |
2012-11-07 | enable ado driver unit test again | David Ostrovsky | 3 | -9/+10 |
2012-11-07 | Always package at least mozbootstrap | Stephan Bergmann | 1 | -0/+1 |
2012-11-07 | mozab: adapt to XComponentContext changes | Michael Stahl | 1 | -1/+3 |
2012-11-06 | XMultiServiceFactory / XComponentContext fix | Tor Lillqvist | 1 | -1/+2 |
2012-11-06 | fdo#46808 adapt evoab driver | David Tardon | 2 | -2/+5 |
2012-11-05 | fdo#46808: Adapt macab driver to recent commit | Stephan Bergmann | 2 | -3/+4 |
2012-11-05 | fdo#46808, use service constructor for i18n::CharacterClassification | Noel Grandin | 17 | -39/+40 |
2012-11-05 | ADO getRSConcurr(): translate ADO LockTypeEnum into our css::sdbc::RSConcurr | Lionel Elie Mamane | 1 | -1/+13 |
2012-11-05 | disable ado test to make tinderbox happy | David Ostrovsky | 1 | -5/+6 |
2012-11-03 | fix connectivity test with Win8 sdk | Peter Foley | 1 | -0/+6 |
2012-11-03 | fix copy ctor | Luboš Luňák | 1 | -5/+7 |
2012-11-03 | fix strange copy ctor that triggers a missing base initialization warning | Luboš Luňák | 1 | -1/+2 |
2012-11-03 | ado headers need -fpermissive with gcc | Luboš Luňák | 1 | -0/+6 |
2012-11-03 | fix copy&paste | Luboš Luňák | 1 | -1/+1 |
2012-11-03 | fdo#53070 add complete unit test | David Ostrovsky | 4 | -0/+211 |
2012-11-03 | fdo#53070 fix access violation | David Ostrovsky | 1 | -2/+1 |
2012-11-02 | connectivity: port ado driver to new OColumn, too | Lionel Elie Mamane | 2 | -2/+2 |
2012-11-02 | janitorial: spacing | Lionel Elie Mamane | 1 | -2/+2 |
2012-11-02 | ditch SISSL using workben code | Caolán McNamara | 7 | -1298/+0 |
2012-11-02 | connectivity: port macab driver to new OColumn, too | Lionel Elie Mamane | 1 | -5/+9 |
2012-11-02 | connectivity: port kab driver to new OColumn, too | Lionel Elie Mamane | 1 | -5/+9 |
2012-11-02 | stray ) | Caolán McNamara | 1 | -1/+1 |
2012-11-02 | connectivity: port mork driver to new OColumn, too | Lionel Elie Mamane | 2 | -4/+14 |
2012-11-02 | janitorial: use adress-of-value instead of manually repeating type | Lionel Elie Mamane | 1 | -7/+7 |
2012-11-02 | WaE janitorial: unused variable | Lionel Elie Mamane | 1 | -1/+1 |
2012-11-02 | Columns should know their table | Lionel Elie Mamane | 23 | -109/+213 |
2012-11-02 | Retrieve CatalogName only once, too | Lionel Elie Mamane | 1 | -4/+3 |