summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/misc
AgeCommit message (Expand)Author
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03com::sun::star->css in dbaccessNoel Grandin
2015-08-03tdf#91112: pass by const reference to lambdasJorenz Paragas
2015-08-03tdf92459 replace select1st/2nd in dbaccessDaniel Robertson
2015-08-03new loplugin: refcountingNoel Grandin
2015-07-20svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-06-28Fix typosAndrea Gelmini
2015-06-25tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-16Fix typosAndrea Gelmini
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:redundantAssignmentNoel Grandin
2015-06-15Fix typosAndrea Gelmini
2015-06-10coverity#1302618 deref of NULLCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-11unused parameterTomaž Vajngerl
2015-05-11refactor TreeListBox to use RenderContextTomaž Vajngerl
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin
2015-05-07Fix MSVC buildStephan Bergmann
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28WizardDialog::DeactivatePage return type wants to be boolStephan Bergmann
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-21Remove erroneous SAL_NO_ACQUIRE pieces introduced in error.Michael Meeks
2015-04-20dbaccess: convert new to ::Create.Michael Meeks
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin
2015-04-13More lifecycle correction.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10first half of non-scriptable, Instance constructor conversion.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks