summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
AgeCommit message (Expand)AuthorFilesLines
2015-11-20loplugin:unusedfields extensionsNoel Grandin2-3/+0
2015-11-18use unique_ptr for pImpl in extensions,hwpfilter/Noel Grandin2-2/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-2/+2
2015-11-04yyyyyNoel Grandin2-4/+4
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin2-5/+3
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-1/+1
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin1-3/+1
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky10-76/+11
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin2-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann8-47/+47
2015-10-12convert Link<> to typedNoel Grandin2-3/+2
2015-10-01com::sun::star->css in extensions/Noel Grandin8-35/+35
2015-09-17convert Link<> to typedNoel Grandin2-4/+2
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara7-11/+14
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin10-23/+14
2015-08-19Remove two silly typedefsStephan Bergmann2-4/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-24loplugin:unusedmethodsNoel Grandin1-5/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+2
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-2/+3
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-05abpilot: fix relative reference of embedded data sourceMiklos Vajna1-1/+2
2015-06-04abpilot: refer embedded data source from doc settingsMiklos Vajna1-0/+6
2015-06-04abpilot: embed the data source definition, if possible + requestedMiklos Vajna3-5/+52
2015-06-04abpilot: store embedding preference in AddressSettingsMiklos Vajna3-0/+3
2015-06-04abpilot: add checkbox to embed data source in datasourcepageMiklos Vajna2-0/+19
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini20-78/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann4-4/+4
2015-04-30Gradually typed LinkStephan Bergmann2-2/+2
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist2-2/+2
2015-04-29convert WZB_ constants to scoped enumNoel Grandin4-10/+10
2015-04-28extensions: fix GCC-4.7 buildMiklos Vajna1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks15-48/+111
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-20dbaccess: convert new to ::Create.Michael Meeks2-7/+7
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks2-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin5-5/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin12-29/+85
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
2015-04-09vcl: VclPtr conversion in extensionsNoel Grandin6-7/+14
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-2/+2
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-2/+2