summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
2015-12-03Use comphelper::containerToSequence()Noel Grandin1-2/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-6/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann13-74/+74
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-6/+6
2015-11-04loplugin:stringconstantNoel Grandin2-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19cleanup some local var declarationsNoel Grandin2-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann9-123/+123
2015-10-12loplugin:mergeclassesNoel Grandin9-126/+49
2015-10-12formattingNoel Grandin1-7/+5
2015-10-12unnecessary and confusing typedefNoel Grandin2-23/+22
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-2/+2
2015-09-17boost->stdCaolán McNamara4-7/+5
2015-09-17convert Link<> to typedNoel Grandin2-3/+3
2015-09-17convert Link<> to typedNoel Grandin2-15/+10
2015-09-11convert Link<> to typedNoel Grandin2-4/+9
2015-09-11convert Link<> to typedNoel Grandin2-3/+2
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-07dbaccess: replace for_each with range-based forDaniel Robertson1-16/+8
2015-08-31convert Link<> to typedNoel Grandin2-4/+2
2015-08-28make PostUserEvent Link<> typedNoel Grandin6-13/+8
2015-08-27Clean up sEmptyStephan Bergmann1-2/+1
2015-08-17convert Link<> to typedNoel Grandin2-3/+2
2015-08-14loplugin: defaultparamsNoel Grandin2-9/+9
2015-08-05loplugin:unusedmethodsNoel Grandin6-13/+0
2015-08-03com::sun::star->css in dbaccessNoel Grandin9-50/+50
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-07-20cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-07-19Fix typosAndrea Gelmini1-1/+1
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2015-07-06remove some unnecessary typedefs around uno::ReferenceNoel Grandin1-74/+73
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-07-01tdf#92431 Keep thumbnail for modified but unsaved docMaxim Monastirsky1-1/+1
2015-06-29sal_uLong->sal_Int32 in SvtIconChoiceCtrlNoel Grandin2-7/+4
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-06-10coverity#1302618 deref of NULLCaolán McNamara2-21/+18
2015-06-09dbaccess: gcc-4.7 error: '<::' cannot begin a template-argument listMiklos Vajna1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl1-1/+5
2015-05-28fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2-11/+31
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann1-1/+1
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-1/+1
2015-05-18pass RenderContext to PreparePaint in TreeListBoxTomaž Vajngerl2-13/+14
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl5-10/+19
2015-05-16refactor dbacess classes to use RenderContextTomaž Vajngerl2-12/+12