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