summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/relationdesign/RelationTableView.cxx
AgeCommit message (Expand)AuthorFilesLines
12 daysclang-tidy: performance-unnecessary-copy-initialization in dbaccessNoel Grandin1-1/+1
2024-08-18cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-03tdf#160375 Base displays and gives the full name of the tablePierre1-4/+7
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen1-1/+0
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann1-1/+1
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+3
2020-08-04weld OTableWindowListBoxCaolán McNamara1-2/+4
2020-04-27tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[m-u]*/*cxxGabor Kelemen1-7/+0
2020-03-03tdf#42949 Fix IWYU warnings in dbaccess/source/ui/*/*hxxGabor Kelemen1-0/+1
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin1-3/+3
2019-12-03remove some useless comment linesNoel Grandin1-1/+0
2019-09-26weld ORelationDialog and DlgQryJoinCaolán McNamara1-6/+6
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-1/+2
2019-03-25new loplugin:unoqueryNoel Grandin1-1/+1
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen1-0/+1
2018-08-16loplugin:returnconstant in dbaccessNoel Grandin1-2/+3
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-22weld OSQLMessageBoxCaolán McNamara1-10/+10
2017-10-23loplugin:includeform: dbaccessStephan Bergmann1-16/+16
2017-08-23convert message box style bits to scoped enumNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+8
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist1-5/+5
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-3/+3
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-4/+1
2016-05-26Related: tdf#97854 confirm that on !bDelete there's a ref to the connectionCaolán McNamara1-7/+7
2016-03-28Use const_iterator when possible (whole dbaccess)Julien Nabet1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-08-03com::sun::star->css in dbaccessNoel Grandin1-3/+3
2015-06-12spellingAntoine Cœur1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25convert WINDOW_ZORDER constants to scoped enumNoel Grandin1-1/+1
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-3/+3
2015-04-20dbaccess: convert new to ::Create.Michael Meeks1-6/+6
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-5/+5
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-6/+5
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-4/+4
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-15/+16
2015-04-09vcl: VclPtr conversion in dbaccessNoel Grandin1-0/+6
2015-03-27fix macro and enum name collision using CamelCaseNoel Grandin1-1/+1
2015-03-27convert BUTTON_ constants to enum classNoel Grandin1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-09-12dbaccess: sal_Bool -> boolStephan Bergmann1-3/+3