summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/app
AgeCommit message (Expand)AuthorFilesLines
12 daysclang-tidy: performance-unnecessary-copy-initialization in dbaccessNoel Grandin2-2/+2
2024-10-27tdf#163486: PVS: Identical branchesBogdan Buzea1-6/+2
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-31cid#1555587 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-11replace createFromAscii with OUString literals in SubComponentManagerNoel Grandin1-4/+4
2024-05-11replace createFromAscii with OUString literals in OApplicationDetailViewNoel Grandin2-13/+13
2024-05-07loplugin:ostr in dbaccessNoel Grandin9-139/+140
2024-04-29Drop uses of css::uno::Sequence::getConstArray in dbaccessMike Kaganski4-59/+36
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen3-6/+0
2024-01-16loplugin:unusedmethodsNoel Grandin1-6/+0
2024-01-01Remove OApplicationController::getStrippedDatabaseName which only adds a layerJulien Nabet3-10/+8
2023-11-29cid#1554867 silence Out-of-bounds accessCaolán McNamara1-1/+1
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-1/+1
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-1/+1
2023-10-19Related tdf#144256: missing removePropertyChangeListener calls in AppControllerJulien Nabet1-1/+7
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann1-1/+1
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-5/+2
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-06-19tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch1-1/+1
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-8/+8
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK1-1/+1
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-07convert PreviewMode to scoped enumNoel Grandin2-15/+15
2022-09-07convert ElementOpenMode to scoped enumNoel Grandin3-17/+17
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-7/+4
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin1-6/+7
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-6/+3
2022-05-05use more o3tl::getTokenNoel Grandin1-2/+2
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann5-17/+17
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-1/+1
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-6/+7
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-4/+4
2022-01-14Recheck modules d* with IWYUGabor Kelemen1-1/+0
2021-12-26Typo: insertHierachyElement->insertHierarchyElementJulien Nabet4-5/+5
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-62/+61
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin1-1/+0
2021-12-04use more OUStringLiteral in dbaccessNoel Grandin1-2/+2
2021-11-28use more OInterfaceContainerHelper3 in dbaccessNoel Grandin1-1/+2
2021-11-11Replace some macros in dbaccess part 6Julien Nabet2-4/+2
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski2-7/+7
2021-10-29Prepare for removal of non-const operator[] from Sequence in dbaccessMike Kaganski2-9/+11
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin1-5/+1
2021-08-05drop unneeded forward declares of ControlCaolán McNamara1-1/+0
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin5-13/+14
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin1-1/+1
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-3/+3
2021-06-11Related: tdf#139447 DBTreeViewBase ctor takes a bool if its a sqltype or notCaolán McNamara1-1/+2