summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2022-09-05DynamicTableOrQueryNameCheck doesn't need a pimplNoel Grandin2-15/+7
2022-09-05ObjectNameApproval doesn't need a pimplNoel Grandin2-17/+7
2022-09-05RowSet doesn't need a pimplNoel Grandin2-25/+12
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn7-23/+23
2022-08-31Missing test dependencyStephan Bergmann1-0/+4
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock1-1/+2
2022-08-25Missing test dependencyStephan Bergmann1-0/+4
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao2-10/+4
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 Bergmann114-114/+114
2022-08-17Missing test dependencyStephan Bergmann1-0/+4
2022-08-17cid#1509203 Dereference after null checkCaolán McNamara1-1/+1
2022-08-16cid#1500395 Dereference after null checkCaolán McNamara1-1/+1
2022-08-13loplugin:unusedmethodsNoel Grandin1-3/+0
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara2-11/+3
2022-08-06tdf#117388 use native scrollbar under gtk in database scrolled windowCaolán McNamara2-15/+22
2022-08-03Resolves tdf#149944 - UI issues with Base's User Administration dialogHeiko Tietze4-153/+128
2022-08-01Fix typoAndrea Gelmini1-1/+1
2022-07-31tdf#149944 Do away with some excessive, unwarranted horizontal spacingAdolfo Jayme Barrientos1-3/+1
2022-07-27tdf#150089: not all databases know "RESTART WITH"Julien Nabet1-27/+31
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-6/+5
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-1/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-1/+0
2022-06-16loplugin:moveitNoel Grandin1-1/+1
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin82-191/+245
2022-06-05cid#1504593 silence Dereference null return valueCaolán McNamara3-8/+12
2022-06-03elide some makeStringAndClear() classNoel Grandin6-16/+17
2022-06-02cid#1504597 Dereference null return valueCaolán McNamara1-5/+3
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2-3/+4
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann9-13/+20
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-4/+2
2022-05-18no need to take a lock when returning static dataNoel Grandin1-1/+0
2022-05-14Add extended tips for Direct SQL dialogOlivier Hallot1-0/+30
2022-05-14Bump directsqldialog.ui to latest Glade versionOlivier Hallot1-84/+81
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin4-12/+6
2022-05-09Fix typo in codeAndrea Gelmini1-1/+1
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin2-3/+3
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann77-432/+431
2022-05-03add o3tl::equalsAsciiNoel Grandin2-3/+4
2022-05-01use more string_view in variousNoel Grandin4-11/+17
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin3-5/+6
2022-04-29use more string_view in INetURLObjectNoel Grandin5-7/+7
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl2-2/+2
2022-04-20loplugin:passstuffbyrefNoel Grandin14-16/+16
2022-04-18tdf#42982 Improved UNO API error reporting.Siddhant Chaudhary1-2/+2
2022-04-17Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-14use more string_view in dbaccessNoel Grandin5-46/+48
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin13-55/+57
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-9/+14