summaryrefslogtreecommitdiff
path: root/include/vcl/dialog.hxx
AgeCommit message (Expand)AuthorFilesLines
2017-07-18loplugin:constparams in vclNoel Grandin1-1/+1
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-1/+1
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl1-1/+1
2016-10-06tdf#102852 Fixed BreakDlgArmin Le Grand1-0/+5
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand1-2/+2
2016-08-18screenshots: extend default paths where stuff gets writtenArmin Le Grand1-0/+12
2016-07-11Resolves: tdf#95729 move 'alt' accel enable/disable down to systemwindowCaolán McNamara1-1/+0
2016-06-18uitest: loplugin:overrideMarkus Mohrhard1-1/+1
2016-06-18uitest: a slightly better approach for the factory problem in the ui testingMarkus Mohrhard1-0/+2
2016-06-06tdf#89329: use unique_ptr for pImpl in dialogXisco Fauli1-1/+1
2016-02-09Formatting changes across all modulesChris Sherlock1-3/+0
2016-02-01Resolves: tdf#93821 assume mbNoSaveBackground as true everywhereCaolán McNamara1-1/+0
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-21remove untyped Link<>Noel Grandin1-1/+0
2015-10-14convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-2/+0
2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long1-0/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-18mark ApplySettings to override in DialogTomaž Vajngerl1-1/+1
2015-05-18ApplySettings for dialogTomaž Vajngerl1-0/+2
2015-05-06cleanup DIALOG_NO_PARENT, follow on to tdf#91090Noel Grandin1-9/+8
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin1-1/+1
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-2/+2
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-8/+5
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-2/+2
2015-04-09vcl: convert MessageDialog to use VclReferences.Michael Meeks1-6/+10
2015-04-01loplugin:staticfunctionNoel Grandin1-1/+1
2015-02-24Avoid bad downcasts to VclBoxStephan Bergmann1-1/+1
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-9/+6
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-1/+1
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna1-2/+2
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-9/+9
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-1/+1
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara1-1/+1