summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-08-24pass DelFormats around using std::vectorNoel Grandin
2018-08-21tdf#117972 - Empty UI stringheiko tietze
2018-08-20Simplify containers iterations, tdf#96099 follow-upArkadiy Illarionov
2018-08-16loplugin:returnconstant in OPropertyBrowserControllerNoel Grandin
2018-08-15loplugin:useuniqueptr in extensions/propctrlrNoel Grandin
2018-08-04Fix typosAndrea Gelmini
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-29loplugin:stringloop in variousNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-07-22Fix typosAndrea Gelmini
2018-07-18Fix typosAndrea Gelmini
2018-07-14tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorUlkem Kasapoglu
2018-07-09loplugin:oncevarNoel Grandin
2018-06-26Fix typoAndrea Gelmini
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov
2018-06-25Add a FIXMETor Lillqvist
2018-06-20move SvColorDialog to welded argumentsCaolán McNamara
2018-06-15menubar sbibliography: finish menubar and fix a bug in the toolbarandreas kainz
2018-06-14menubar: sync file bibliography menubarandreas kainz
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-06-12Support named arguments in InterfaceOleWrapper::Invoke()Tor Lillqvist
2018-06-11Show also args in the SAL_INFO in InterfaceOleWrapper::Invoke()Tor Lillqvist
2018-06-11Fix typoAndrea Gelmini
2018-06-10Start of work on supporting named argumentsTor Lillqvist
2018-06-08Fix glitch in SAL_INFO loggingTor Lillqvist
2018-06-08Log all the names being looked up in GetIDsOfNames()Tor Lillqvist
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin
2018-06-07Fix off-by-one error: The XCollection loop index is one-basedTor Lillqvist
2018-06-07Improve logging in CXEnumVariantTor Lillqvist
2018-06-06tdf#118026: Use ooo::vba::XCollection instead of css::container::XEnumerationTor Lillqvist
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-06-04Various clang-cl/loplugin errors in extensions/source/ole/unoobjw.cxxStephan Bergmann
2018-06-03tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov
2018-06-01Improve handling of _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNINGStephan Bergmann
2018-06-01Fix typosAndrea Gelmini
2018-06-01loplugin:unoany (clang-cl)Stephan Bergmann
2018-06-01tdf#96099 Remove some trivial typedef std::vectorArkadiy Illarionov
2018-06-01Fix typosAndrea Gelmini
2018-05-31Run soffice frpm instdir (but CustomTarget_automationtest still can't work)Tor Lillqvist
2018-05-31Log the call to CoRegisterClassObject()Tor Lillqvist
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist
2018-05-31Comment out CustomTarget_automationtest for now, it can't work properlyTor Lillqvist
2018-05-31Add a SAL_INFOTor Lillqvist
2018-05-31Add a unit test for the Automation client servicesTor Lillqvist
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist
2018-05-31Need to enter the AutomationInvokedZone here, tooTor Lillqvist
2018-05-31Enter AutomationInvokedZone appropriatelyTor Lillqvist
2018-05-31Make convertDispparamsArgs() handle mismatch in number of parameters sanelyTor Lillqvist
2018-05-31Implement EnumConnections, and fix handling of mismatched parameter numberTor Lillqvist