summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/misc
Commit message (Expand)AuthorAgeFilesLines
* tdf#96234: Type Formatting, Primary key checkbox may be checkedJulien Nabet2015-12-051-5/+27
* tdf#96135 - Crash : When Field Format Window CloseNoel Grandin2015-11-301-0/+1
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-112-2/+0
* new loplugin: memoryvarNoel Grandin2015-11-111-3/+3
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1019-64/+64
* new loplugin: oncevarNoel Grandin2015-11-091-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-065-5/+5
* loplugin:stringconstantNoel Grandin2015-11-042-2/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-6/+4
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-273-0/+3
* loplugin:defaultparamsStephan Bergmann2015-10-192-4/+4
* sfx items: Kill the SFX_ITEMSET_GET macro.Jan Holesovsky2015-10-191-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-42/+42
* convert Link<> to typedNoel Grandin2015-10-121-4/+3
* loplugin:mergeclassesNoel Grandin2015-10-071-7/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-10-052-7/+7
* Fix typosAndrea Gelmini2015-09-301-1/+1
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-4/+4
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-292-2/+2
* convert Link<> to typedNoel Grandin2015-09-211-5/+3
* Some follow-up #include clean-upStephan Bergmann2015-09-181-2/+0
* boost->stdCaolán McNamara2015-09-173-5/+3
* convert Link<> to typedNoel Grandin2015-09-171-3/+2
* convert Link<> to typedNoel Grandin2015-09-151-3/+1
* Restore correct boolean return valueMatteo Casalin2015-09-121-2/+2
* Reduce scope by early bail outMatteo Casalin2015-09-121-4/+3
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-122-27/+25
* convert Link<> to typedNoel Grandin2015-09-081-2/+1
* convert Link<> to typedNoel Grandin2015-09-081-6/+2
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-313-6/+6
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-265-31/+14
* loplugin: defaultparamsNoel Grandin2015-08-142-11/+11
* com::sun::star->css in dbaccessNoel Grandin2015-08-0312-99/+99
* tdf#91112: pass by const reference to lambdasJorenz Paragas2015-08-033-5/+5
* tdf92459 replace select1st/2nd in dbaccessDaniel Robertson2015-08-033-3/+0
* new loplugin: refcountingNoel Grandin2015-08-031-5/+5
* svtools: change these SvTreeListEntry functions to unique_ptrMichael Stahl2015-07-201-2/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-205-8/+8
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-171-3/+3
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-0/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* tdf#91112 replace o3tl::compose1 with lambdas in dbaccessJorenz Paragas2015-06-253-14/+12
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-5/+5
* Fix typosAndrea Gelmini2015-06-161-1/+1
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-3/+1
* cppcheck:redundantAssignmentNoel Grandin2015-06-151-2/+1
* Fix typosAndrea Gelmini2015-06-151-1/+1
* coverity#1302618 deref of NULLCaolán McNamara2015-06-101-2/+2