summaryrefslogtreecommitdiff
path: root/svtools/source/uno/addrtempuno.cxx
AgeCommit message (Expand)Author
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2019-09-20drop newly unnecessary OGenericUnoDialog::DialogCaolán McNamara
2019-09-19tdf#42949 Fix IWYU warnings in svtools/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): svtoolsStephan Bergmann
2019-03-02weld AddressBookSourceDialogCaolán McNamara
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-10-06make OGenericUnoDialog take an awt::XWindowCaolán McNamara
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-21support both vcl and weld in genericunodialog for interimCaolán McNamara
2018-01-04drop OAddressBookSourceDialogUnoBase typedefNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-30com::sun::star->css in svtoolsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-19Remove two silly typedefsStephan Bergmann
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-12svtools: Use appropriate OUString functions on string constantsStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-08svtools: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-10svtools: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-16svt: Use constructor feature for OAddressBookSourceDialogUno.Matúš Kukan
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin
2013-03-07fdo#46808, Convert ui::dialogs::AddressBookSourceDialog to new styleNoel Grandin
2013-02-06tweak OAddressBookSourceDialogUno conversion to work againCaolán McNamara
2013-01-15fdo#46808, fixes for windows buildNoel Grandin
2013-01-15fdo#46808, Adapt ui::AddressBookSourceDialog UNO service to new styleNoel Grandin
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat
2012-11-19re-base on ALv2 code. Includes:Michael Meeks