summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/genericcontroller.cxx
AgeCommit message (Expand)AuthorFilesLines
28 hoursDrop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski1-24/+18
2024-04-10simplify OGenericUnoController initNoel Grandin1-4/+2
2024-04-10OGenericUnoController remove some typedefsNoel Grandin1-4/+4
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-8/+2
2023-09-13loplugin:unodispose in dbaccessNoel Grandin1-0/+5
2023-08-28new loplugin:optionalboolNoel Grandin1-3/+3
2023-03-03flatten OGenericUnoControllerNoel Grandin1-49/+9
2023-02-18osl::Mutex->std::mutex in OGenericUnoControllerNoel Grandin1-6/+6
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-3/+3
2022-03-24Create OUString from ASCII literal instead of createFromAsciiMike Kaganski1-2/+2
2021-12-20tdf#146333 don't create a new XTitle just to remove a listener from itCaolán McNamara1-3/+3
2021-11-11Replace some macros in dbaccess part 7Julien Nabet1-4/+7
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin1-2/+1
2021-10-29simplify framework::TitleHelperNoel Grandin1-5/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-2/+2
2021-03-25loplugin:unusedvarsglobalNoel1-9/+0
2021-03-12use VCLUnoHelper::GetWindowCaolán McNamara1-5/+2
2021-02-22loplugin:refcounting in dbaccessNoel1-2/+2
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2020-11-12New loplugin:stringviewparamStephan Bergmann1-1/+1
2020-08-18Fix typosAndrea Gelmini1-2/+2
2020-08-12use InterimDBTreeListBoxCaolán McNamara1-4/+0
2020-04-20tdf#42949 Fix IWYU warnings in dbaccess/source/ui/[a-d]*/*cxxGabor Kelemen1-11/+1
2019-12-18sal_Char->char in dbaccessNoel Grandin1-1/+1
2019-12-02use weld::WaitObjectCaolán McNamara1-3/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-09loplugin:redundantpointerops check other pointer typesNoel Grandin1-1/+1
2019-09-16make ODatasourceConnector take weld::WindowCaolán McNamara1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): dbaccessStephan Bergmann1-1/+1
2019-07-19loplugin:referencecasting in dbaccessNoel Grandin1-1/+1
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov1-1/+1
2019-06-04tdf#39593 remove IMPL_XUNOTUNNEL* macrosArkadiy Illarionov1-1/+1
2019-04-05tdf#42949 Fix IWYU warnings in include/sfx2/sidebar/*Gabor Kelemen1-0/+1
2019-02-25Simplify containers iterations in dbaccessArkadiy Illarionov1-18/+13
2019-02-19tdf#42949 Fix IWYU warnings in include/framework/Gabor Kelemen1-0/+1
2019-02-08loplugin:indentation in dbaccess..drawinglayerNoel Grandin1-1/+1
2019-01-21use comphelper::containerToSequence in OGenericUnoControllerNoel Grandin1-21/+2
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-1/+1
2018-10-24weld AdvancedSettingsDialogCaolán McNamara1-1/+1
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov1-2/+2
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov1-1/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-2/+0
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-3/+3
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-10Modernize a bit more dbaccessJulien Nabet1-34/+16
2018-02-22weld native message dialogsCaolán McNamara1-1/+7
2018-02-01dbaccess: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-29/+0