summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/browser/brwctrlr.cxx
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-201-4/+4
* Fix typosAndrea Gelmini2016-07-201-4/+4
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-20/+20
* loplugin:stringconstantNoel Grandin2015-11-041-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-301-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-47/+47
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-1/+1
* convert Link<> to typedNoel Grandin2015-09-261-4/+2
* convert Link<> to typedNoel Grandin2015-09-251-6/+4
* convert Link<> to typedNoel Grandin2015-09-221-7/+7
* convert Link<> to typedNoel Grandin2015-09-111-13/+4
* convert Link<> to typedNoel Grandin2015-08-171-2/+1
* com::sun::star->css in dbaccessNoel Grandin2015-08-031-138/+138
* cppcheck: noExplicitConstructorCaolán McNamara2015-07-201-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-11/+11
* loplugin:loopvartoosmallNoel Grandin2015-05-291-2/+2
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-1/+1
* Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann2015-05-101-1/+1
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-4/+3
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-13/+13
|\
| * dbaccess: convert new to ::Create.Michael Meeks2015-04-201-1/+1
| * Automated conversion of VclPtr construction to use Instance template.Michael Meeks2015-04-101-3/+3
| * first half of non-scriptable, Instance constructor conversion.Michael Meeks2015-04-101-3/+3
| * vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin2015-04-101-4/+4
| * vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin2015-04-091-11/+11
* | Get rid of trivial comphelper::in-/decrement wrappersStephan Bergmann2015-04-211-2/+2
* | remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-16/+16
|/
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2015-03-181-1/+1
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-6/+6
* dbaccess: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-151-1/+1
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-051-1/+1
* loplugin: cstylecastNoel Grandin2014-10-031-2/+2
* fdo#82577: Handle WindowNoel Grandin2014-09-231-1/+1
* dbaccess: sal_Bool -> boolStephan Bergmann2014-09-121-3/+3
* convert QUERY_BRW_SAVEMODIFIED with custom buttons to .uiCaolán McNamara2014-08-251-2/+3
* QueryBox QUERY_BRW_DELETE_ROWS -> MessageDialog + stringCaolán McNamara2014-08-211-1/+2
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* fdo#79786 implement getFormOperations for data grid (table view)Lionel Elie Mamane2014-06-091-2/+3
* WaE: warning C4101: 'e' : unreferenced local variableThomas Arnhold2014-06-041-2/+2
* fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane2014-05-311-2/+11
* dbaccess: remove SAL_INFO's that only make function entryNoel Grandin2014-05-141-72/+0
* dbaccess: sal_Bool->boolNoel Grandin2014-04-171-60/+60
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-4/+4
* dbaccess: sal_Bool->boolNoel Grandin2014-04-031-16/+16
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* connectivity: sal_Bool->bool and fix method nameNoel Grandin2014-04-011-2/+2
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-47/+47