summaryrefslogtreecommitdiff
path: root/dbaccess/source/ext
AgeCommit message (Expand)Author
2015-10-06Fix typosAndrea Gelmini
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-05loplugin:unusedmethodsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-05cppcheck: noExplicitConstructorCaolán McNamara
2015-07-03Fix typosAndrea Gelmini
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-29convert WZB_ constants to scoped enumNoel Grandin
2015-04-28dbaccess: fix GCC-4.7 buildMiklos Vajna
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-17Use VclPtr for OGenericUnoDialog::createDialog.Michael Meeks
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-09-25dbaccess: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-24Add missing include to avoid compile error on windowsPeter Foley
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-15ErrorBox ERR_INVALID_BACKUP_LOCATION to StringThomas Arnhold
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
2014-07-22convert DLG_MACRO_MIGRATION to widget layoutCaolán McNamara
2014-07-22all macromigrate pages are .ui, remove ResId stuff nowCaolán McNamara
2014-07-22convert migrate page to .uiCaolán McNamara
2014-07-22convert summary page to .uiCaolán McNamara
2014-07-21SaveDBDocPage: [loplugin:saloverride]Michael Stahl
2014-07-21convert backup page to .uiCaolán McNamara
2014-07-21convert TP_PREPARE to .uiCaolán McNamara
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-04-17dbaccess: sal_Bool->boolNoel Grandin
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-17dbaccess: prefer passing OUString by referenceNoel Grandin