summaryrefslogtreecommitdiff
path: root/extensions/source/abpilot
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara2-4/+4
2014-12-05fdo#38835 strip out OUString globalsNoel Grandin1-3/+4
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-16/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin10-14/+14
2014-08-25QueryBox RID_QRY_* -> MessageDialog + stringCaolán McNamara3-26/+9
2014-08-15ErrorBox RID_ERR_NEEDTYPESELECTION to StringThomas Arnhold3-19/+6
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara1-2/+0
2014-08-05Convert PAGE_CONNECTION to .uiPalenik Mihály1-1/+1