Age | Commit message (Expand) | Author | Files | Lines |
2012-12-12 | fdo#32958 join editor: remove empty lines | Lionel Elie Mamane | 3 | -16/+57 |
2012-12-12 | typo in comment | Lionel Elie Mamane | 1 | -1/+1 |
2012-12-12 | query design / edit join: valid only iif column names everywhere | Lionel Elie Mamane | 1 | -1/+11 |
2012-12-12 | be more cautious in debug mode | Lionel Elie Mamane | 1 | -1/+7 |
2012-12-12 | argument has no effect anymore -> remove | Lionel Elie Mamane | 2 | -6/+5 |
2012-12-12 | Move comment to its rightful place | Lionel Elie Mamane | 1 | -4/+4 |
2012-12-06 | Don't force refresh when higher up code did not request it | Lionel Elie Mamane | 1 | -11/+5 |
2012-12-06 | fdo#53281 Don't cache whole row in KeySet | Lionel Elie Mamane | 1 | -15/+1 |
2012-12-03 | WaE: BaseReference::_pInterface may be used uninitialized in this function | Tor Lillqvist | 1 | -1/+2 |
2012-12-02 | WaE: explicitly do nothing when nothing needs to be done | Lionel Elie Mamane | 1 | -6/+9 |
2012-12-02 | fdo#42165 make nested joins as per strict ANSI SQL | Lionel Elie Mamane | 2 | -14/+31 |
2012-12-02 | Expand comment | Lionel Elie Mamane | 1 | -0/+4 |
2012-12-02 | janitorial: prefix increment when don't care about current value | Lionel Elie Mamane | 1 | -2/+2 |
2012-12-02 | janitorial: simplify code, no behaviour change | Lionel Elie Mamane | 1 | -8/+2 |
2012-12-01 | fdo##38838 UniString Removal in dbaccess | Ricardo Montania | 4 | -14/+14 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 5 | -5/+0 |
2012-11-30 | fdo#46808, remove some more XMultiServiceFactory fields | Noel Grandin | 1 | -1/+1 |
2012-11-30 | fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactory | Noel Grandin | 3 | -6/+6 |
2012-11-30 | fdo#46808, convert ucbhelper::ResultSet to XComponentContext | Noel Grandin | 3 | -16/+9 |
2012-11-29 | Remove unused method & remove header include by using forward declaration. | Kohei Yoshida | 2 | -0/+3 |
2012-11-29 | Pass pointer to view data entry to Paint() instead of its raw flag value. | Kohei Yoshida | 3 | -5/+8 |
2012-11-28 | OUString::replaceAt() does not modify in-place | Tor Lillqvist | 1 | -2/+2 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 1 | -2/+2 |
2012-11-28 | Fix various build breaks. | Kohei Yoshida | 2 | -2/+2 |
2012-11-28 | fdo#46808, use service constructor for sdbc::ConnectionPool | Noel Grandin | 5 | -6/+14 |
2012-11-28 | fdo#46808, Adapt reflection::ProxyFactory UNO service to new style | Noel Grandin | 2 | -8/+8 |
2012-11-28 | fdo#46808, use service constructor for i18n::Collator | Noel Grandin | 1 | -1/+2 |
2012-11-27 | dbaccess: warning C4530: C++ exception handler used ... specify /EHsc | Michael Stahl | 1 | -5/+2 |
2012-11-27 | fdo#46808: Missing adaptions to XFolderPicker2 | Stephan Bergmann | 4 | -4/+0 |
2012-11-26 | API CHANGE: com.sun.star.lang.IllegalArgumentException | Michael Stahl | 1 | -1/+0 |
2012-11-26 | Typo in comment | Lionel Elie Mamane | 1 | -1/+1 |
2012-11-25 | fixup trailing token error. | Michael Meeks | 1 | -1/+1 |
2012-11-25 | German comment translations | Markus Maier | 24 | -204/+197 |
2012-11-23 | some i18n wrappers with LanguageTag | Eike Rathke | 8 | -12/+12 |
2012-11-22 | AllSettings with LanguageTag | Eike Rathke | 8 | -7/+8 |
2012-11-20 | Merge branch 'feature/killsdf' | Andras Timar | 1 | -1/+1 |
2012-11-17 | use LanguageTag | Eike Rathke | 1 | -5/+2 |
2012-11-16 | Fix the Windows build breakage by reorganizing svtools headers. | Kohei Yoshida | 15 | -2/+16 |
2012-11-15 | Store tree list entry items in ptr_vector & const correct-ness. | Kohei Yoshida | 1 | -2/+2 |
2012-11-15 | Rename SvLBoxItem::IsA() to GetType(), and mark that const. | Kohei Yoshida | 4 | -6/+4 |
2012-11-15 | ensure translations are built before using them | David Tardon | 1 | -1/+4 |
2012-11-15 | fdo#46808, use service constructor for ucb::SimpleFileAccess | Noel Grandin | 2 | -6/+4 |
2012-11-13 | convert extension dialog to .ui | Caolán McNamara | 1 | -1/+1 |
2012-11-11 | Merge branch 'master' into feature/killsdf | Andras Timar | 72 | -517/+552 |
2012-11-11 | Fix the scope of the variable 'pApprove' can be reduced | Julien Nabet | 1 | -2/+1 |
2012-11-05 | fdo#46808, use service constructor for i18n::CharacterClassification | Noel Grandin | 11 | -30/+28 |
2012-11-05 | fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier | Noel Grandin | 1 | -1/+1 |
2012-11-02 | include stl headers for used features | Lionel Elie Mamane | 1 | -0/+1 |
2012-11-02 | Columns should know their table | Lionel Elie Mamane | 2 | -14/+30 |
2012-11-02 | Don't abort when column has no (Catalog|Schema|Table)Name | Lionel Elie Mamane | 1 | -3/+6 |