summaryrefslogtreecommitdiff
path: root/dbaccess
AgeCommit message (Expand)AuthorFilesLines
2020-04-12improve fastparser loggingNoel Grandin12-13/+13
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin4-6/+6
2020-04-09tdf#75280 Clean up usage of sal_uIntPtr.shivammore1-3/+3
2020-04-08Related tdf#97694 Fix macro preservation on WindowsSamuel Mehrbrodt1-3/+6
2020-04-07new loplugin:unusedvariableplusNoel Grandin1-1/+0
2020-04-06loplugin:unusedvariableplus in dbaccessNoel Grandin14-31/+4
2020-04-01Related tdf#97694 Preserve macro signatures in BaseSamuel Mehrbrodt1-0/+90
2020-04-01tdf#42949 Fix IWYU warnings in dbaccess/source/[f-s]*/*cxxGabor Kelemen33-134/+17
2020-03-31Fix reading ODF versionSamuel Mehrbrodt1-11/+3
2020-03-31Related tdf#97694 Show dialog when signed macros are blockedSamuel Mehrbrodt1-1/+19
2020-03-31Remove outdated commentSamuel Mehrbrodt1-1/+0
2020-03-30tdf#131576 Fields not displayed as expected in Base's Table WizardCaolán McNamara4-30/+36
2020-03-28Fix is_typed_flags for MessBoxStyle (dbaccess)Julien Nabet1-1/+1
2020-03-27cid#1460975 Unchecked return valueCaolán McNamara1-1/+4
2020-03-27cid#1460977 Unchecked return valueCaolán McNamara1-3/+3
2020-03-27cid#1460969 Uninitialized scalar fieldCaolán McNamara1-0/+1
2020-03-27these methods can take a const argumentCaolán McNamara2-3/+3
2020-03-23Fix typosAndrea Gelmini1-1/+1
2020-03-23Related tdf#97694 Check Base macro signatures on loadSamuel Mehrbrodt2-4/+54
2020-03-23tdf#42949 Fix IWYU warnings in dbaccess/source/core/*/*cxxGabor Kelemen64-319/+59
2020-03-21fix test dependenciesLuboš Luňák1-0/+4
2020-03-20tdf#114441: Convert use of sal_uLong to better integer typesBugra1-2/+2
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin1-2/+2
2020-03-18simplify ORefVector codeNoel Grandin12-166/+166
2020-03-17tdf#42949 Fix IWYU warnings in dbaccess/qa/*Gabor Kelemen13-105/+3
2020-03-12comparison operators should be constNoel Grandin2-2/+2
2020-03-11tdf#114441: Convert use of sal_uLong to better integer typesBugra1-2/+2
2020-03-11tdf#39674 Translate German variable namesJohnny_M4-6/+6
2020-03-09improve loplugin:unusedfieldsNoel Grandin4-20/+18
2020-03-05use FastParser in OTableStylesContextNoel Grandin2-3/+3
2020-03-03tdf#42949 Fix IWYU warnings in dbaccess/source/ui/*/*hxxGabor Kelemen132-179/+89
2020-03-02don't rely on parser ::characters callback only firing onceNoel Grandin2-2/+11
2020-02-29tdf#130878 Report does not show label-fieldsNoel Grandin2-2/+2
2020-02-27tdf#42949 Fix IWYU warnings in dbaccess/source/*/*hxxGabor Kelemen93-208/+87
2020-02-26tdf#130915 auto-select first entry when treeview filledCaolán McNamara1-0/+3
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+4
2020-02-25Resolves: tdf130874 reversed logicCaolán McNamara1-2/+2
2020-02-25tdf#130915 second treeview doesn't use its checkboxesCaolán McNamara1-22/+2
2020-02-25Resolves: tdf#130922 don't crash removing non-existing elementsCaolán McNamara1-1/+3
2020-02-21Drop o3tl::optional wrapperStephan Bergmann17-39/+39
2020-02-21Set Firebird creation option experimentalJulien Nabet1-0/+6
2020-02-19drop some unneeded includesCaolán McNamara2-2/+0
2020-02-18drop unneeded includeCaolán McNamara2-4/+1
2020-02-18VclMultiLineEdit is sufficient hereCaolán McNamara2-5/+5
2020-02-17weld LimitBox Item WindowCaolán McNamara10-223/+185
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-16clang-format c*,d*,e* with under 5-percent lines of changeMuhammet Kara5-7/+3
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin7-46/+48
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara3-0/+3
2020-02-13tdf#130623 host gtk FieldControl within the design viewCaolán McNamara2-3/+17