summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TEditControl.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-17boost->stdCaolán McNamara1-21/+21
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-13/+5
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-4/+4
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-05-26tdf#91543 - TABLE DESIGN window menu option Close causes BASE to crashNoel Grandin1-0/+6
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-5/+5
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann1-5/+5
2015-05-07Fix MSVC buildStephan Bergmann1-1/+1
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-8/+15
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-3/+3
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-4/+5
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-0/+6
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-5/+5
2015-02-04callcatcher: remove some more recently discovered unused methodsCaolán McNamara1-20/+0
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-12/+12
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann1-1/+0
2014-04-22coverity#703941 Unchecked return valueCaolán McNamara1-2/+2
2014-04-17dbaccess: sal_Bool->boolNoel Grandin1-52/+52
2014-04-13Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-03-24svtools: sal_Bool->boolNoel Grandin1-6/+6
2014-03-24svtools: sal_Bool->boolNoel Grandin1-9/+9
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-1/+1
2014-02-04swap arguments around to smooth .ui conversionsCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-21DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-53/+0
2014-01-18Window::PreNotify should return boolStephan Bergmann1-1/+1
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara1-4/+4
2013-12-22Fix other typosJulien Nabet1-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-1/+1