Age | Commit message (Expand) | Author |
2018-08-24 | pass DelFormats around using std::vector | Noel Grandin |
2018-08-21 | tdf#117972 - Empty UI string | heiko tietze |
2018-08-20 | Simplify containers iterations, tdf#96099 follow-up | Arkadiy Illarionov |
2018-08-16 | loplugin:returnconstant in OPropertyBrowserController | Noel Grandin |
2018-08-15 | loplugin:useuniqueptr in extensions/propctrlr | Noel Grandin |
2018-08-04 | Fix typos | Andrea Gelmini |
2018-08-01 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-29 | loplugin:stringloop in various | Noel Grandin |
2018-07-23 | Fix typos | Andrea Gelmini |
2018-07-22 | Fix typos | Andrea Gelmini |
2018-07-18 | Fix typos | Andrea Gelmini |
2018-07-14 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Ulkem Kasapoglu |
2018-07-09 | loplugin:oncevar | Noel Grandin |
2018-06-26 | Fix typo | Andrea Gelmini |
2018-06-26 | tdf#96099 Remove some trivial container iterator typedefs | Arkadiy Illarionov |
2018-06-25 | Add a FIXME | Tor Lillqvist |
2018-06-20 | move SvColorDialog to welded arguments | Caolán McNamara |
2018-06-15 | menubar sbibliography: finish menubar and fix a bug in the toolbar | andreas kainz |
2018-06-14 | menubar: sync file bibliography menubar | andreas kainz |
2018-06-12 | simplify calls to *DialogFactory::Create methods | Noel Grandin |
2018-06-12 | Support named arguments in InterfaceOleWrapper::Invoke() | Tor Lillqvist |
2018-06-11 | Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke() | Tor Lillqvist |
2018-06-11 | Fix typo | Andrea Gelmini |
2018-06-10 | Start of work on supporting named arguments | Tor Lillqvist |
2018-06-08 | Fix glitch in SAL_INFO logging | Tor Lillqvist |
2018-06-08 | Log all the names being looked up in GetIDsOfNames() | Tor Lillqvist |
2018-06-08 | look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW | Noel Grandin |
2018-06-07 | Fix off-by-one error: The XCollection loop index is one-based | Tor Lillqvist |
2018-06-07 | Improve logging in CXEnumVariant | Tor Lillqvist |
2018-06-06 | tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumeration | Tor Lillqvist |
2018-06-05 | tdf#42949 remove unused compheler includes .. | Jochen Nitschke |
2018-06-04 | Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxx | Stephan Bergmann |
2018-06-03 | tdf#96099 Remove some trivial std::vector typedefs | Arkadiy Illarionov |
2018-06-01 | Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING | Stephan Bergmann |
2018-06-01 | Fix typos | Andrea Gelmini |
2018-06-01 | loplugin:unoany (clang-cl) | Stephan Bergmann |
2018-06-01 | tdf#96099 Remove some trivial typedef std::vector | Arkadiy Illarionov |
2018-06-01 | Fix typos | Andrea Gelmini |
2018-05-31 | Run soffice frpm instdir (but CustomTarget_automationtest still can't work) | Tor Lillqvist |
2018-05-31 | Log the call to CoRegisterClassObject() | Tor Lillqvist |
2018-05-31 | Revert "Simplify: Use AutomationInvokedZone::isActive()" | Tor Lillqvist |
2018-05-31 | Comment out CustomTarget_automationtest for now, it can't work properly | Tor Lillqvist |
2018-05-31 | Add a SAL_INFO | Tor Lillqvist |
2018-05-31 | Add a unit test for the Automation client services | Tor Lillqvist |
2018-05-31 | Simplify: Use AutomationInvokedZone::isActive() | Tor Lillqvist |
2018-05-31 | Need to enter the AutomationInvokedZone here, too | Tor Lillqvist |
2018-05-31 | Enter AutomationInvokedZone appropriately | Tor Lillqvist |
2018-05-31 | Make convertDispparamsArgs() handle mismatch in number of parameters sanely | Tor Lillqvist |
2018-05-31 | Implement EnumConnections, and fix handling of mismatched parameter number | Tor Lillqvist |
2018-05-31 | Make SAL_INFO logging style more useful | Tor Lillqvist |