summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign
AgeCommit message (Expand)AuthorFilesLines
35 hours[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn2-6/+6
2024-04-10simplify OGenericUnoController initNoel Grandin1-7/+3
2024-04-03tdf#146619 Drop unused 'using namespace' in: dbaccess/Gabor Kelemen17-33/+0
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-19cid#1557601 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+1
2023-12-08cid#1545692 std::swap COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+2
2023-12-04cid#1546422 COPY_INSTEAD_OF_MOVECaolán McNamara1-5/+1
2023-11-18c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 3)Julien Nabet2-4/+4
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: dbaccessStephan Bergmann1-2/+2
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-5/+3
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin1-2/+2
2023-04-14loplugin:stringviewparam improvementsNoel Grandin3-5/+5
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-5/+5
2023-03-25loplugin:stringadd in d*Noel Grandin1-14/+10
2023-03-16Resolves: tdf#153908 scrolling relationships moves the wrong directionCaolán McNamara1-2/+2
2023-01-28Use ImplInheritanceHelper in OTableWindowAccessStephan Bergmann1-11/+1
2023-01-28Use ImplInheritanceHelper in OJoinDesignViewAccessStephan Bergmann1-5/+1
2023-01-28Use ImplInheritanceHelper in OConnectionLineAccessStephan Bergmann1-11/+1
2022-12-14loplugin:implinheritancehelper in dbaccessNoel Grandin2-29/+3
2022-10-21Related: tdf#114441 use better types in place of recently changed onesIlmari Lauhakangas2-2/+2
2022-10-20tdf#114441 sal_uLong type to sal_uInt32 typeCalvince Otieno1-1/+1
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt4-7/+7
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala1-4/+4
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn3-13/+13
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao1-7/+3
2022-08-20cid#735694 silence Dereference after null checkCaolán McNamara1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann7-7/+7
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara1-9/+3
2022-08-06tdf#117388 use native scrollbar under gtk in database scrolled windowCaolán McNamara1-8/+13
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin7-21/+28
2022-06-03elide some makeStringAndClear() classNoel Grandin1-4/+5
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann3-28/+28
2022-05-01use more string_view in variousNoel Grandin1-4/+4
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-1/+1
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-2/+3
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin3-7/+10
2022-03-31tdf#147906 Use std::hypot for Pythagorean additionpragat-pandya1-1/+1
2022-03-11new loplugin:trivialdestructorNoel Grandin2-3/+0
2022-02-21cid#1500396 silence Dereference after null checkCaolán McNamara1-0/+1
2022-02-11Resolves: tdf#147325 "Edit in SQL View" should accept tabCaolán McNamara1-0/+1
2022-02-04use some more add toId/fromIdCaolán McNamara2-3/+3
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara1-3/+3
2022-01-14Recheck modules d* with IWYUGabor Kelemen3-4/+0
2021-12-21loplugin:flatten in desktop..drawinglayerNoel Grandin1-17/+16
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-3/+3
2021-11-11Replace some macros in dbaccess part 5Julien Nabet1-1/+9
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3