summaryrefslogtreecommitdiff
path: root/dbaccess/source
AgeCommit message (Expand)Author
2022-09-12cid#1509268 Out-of-bounds accessCaolán McNamara
2022-09-10convert EmbeddedMacros to scoped enumNoel Grandin
2022-09-09convert CursorMoveDirection to scoped enumNoel Grandin
2022-09-08loplugin:unusedfieldsNoel Grandin
2022-09-07convert PreviewMode to scoped enumNoel Grandin
2022-09-07convert ElementOpenMode to scoped enumNoel Grandin
2022-09-07convert ObjectType to scoped enumNoel Grandin
2022-09-05tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-09-05dbaccess::DataSupplier doesn't need a pimplNoel Grandin
2022-09-05OSaveAsDlg doesn't need a pimplNoel Grandin
2022-09-05DataSourceMetaData doesn't need a pimplNoel Grandin
2022-09-05HierarchicalNameCheck doesn't need a pimplNoel Grandin
2022-09-05DynamicTableOrQueryNameCheck doesn't need a pimplNoel Grandin
2022-09-05ObjectNameApproval doesn't need a pimplNoel Grandin
2022-09-05RowSet doesn't need a pimplNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-20cid#735694 silence Dereference after null checkCaolán McNamara
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-17cid#1509203 Dereference after null checkCaolán McNamara
2022-08-16cid#1500395 Dereference after null checkCaolán McNamara
2022-08-13loplugin:unusedmethodsNoel Grandin
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara
2022-08-06tdf#117388 use native scrollbar under gtk in database scrolled windowCaolán McNamara
2022-08-03Resolves tdf#149944 - UI issues with Base's User Administration dialogHeiko Tietze
2022-08-01Fix typoAndrea Gelmini
2022-07-27tdf#150089: not all databases know "RESTART WITH"Julien Nabet
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-16loplugin:moveitNoel Grandin
2022-06-13clang-tidy modernize-pass-by-value in dbaccessNoel Grandin
2022-06-05cid#1504593 silence Dereference null return valueCaolán McNamara
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-06-02cid#1504597 Dereference null return valueCaolán McNamara
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-18no need to take a lock when returning static dataNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-09Fix typo in codeAndrea Gelmini
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in dbaccessStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-20loplugin:passstuffbyrefNoel Grandin