summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Fix typo: compytibilityGabor Kelemen8-9/+9
2024-04-05tdf#146619 Drop unused 'using namespace' in: formsGabor Kelemen39-81/+0
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour3-4/+8
2024-03-28convert OXSDDataType to comphelper::WeakImplHelperBaseNoel Grandin2-29/+27
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)4-4/+4
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-2/+0
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-5/+5
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-4/+4
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl1-4/+4
2024-01-16loplugin:unusedmethodsNoel Grandin1-1/+0
2024-01-06cid#1560053 Missing move assignment operatorCaolán McNamara1-5/+3
2023-12-31cid#707862 Uninitialized pointer fieldCaolán McNamara1-1/+2
2023-12-31Replace "size() != 0 with !empty()" (forms)Julien Nabet1-1/+1
2023-12-31Remove duplicated includeAndrea Gelmini1-1/+0
2023-12-30no need to use SvLockBytes in OImageControlModelNoel Grandin1-11/+3
2023-12-30ImgProdLockBytes is unnecessaryNoel Grandin2-136/+17
2023-12-30no need to use SvLockBytes in formsNoel Grandin1-3/+3
2023-12-20cid#1545612 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-6/+5
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet1-1/+1
2023-11-23loplugin:fieldcast in BindingNoel Grandin3-50/+41
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann5-386/+386
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: formsStephan Bergmann3-5/+5
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski2-7/+2
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-10-05Replace useless lcl_throwIllegalArgumentException function (forms)Julien Nabet1-14/+5
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-2/+2
2023-07-24sw, forms: some hacks to nerf time-fields so convwatch works betterMichael Stahl1-2/+5
2023-07-05loplugin:finalclassesNoel Grandin1-1/+1
2023-07-04loplugin:unusedvarsglobalNoel Grandin1-2/+0
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-05-25use more TypedWhichId in editengNoel Grandin2-4/+4
2023-05-19XML forms: remove duplicate addEventListener DOMAttrModified with capture trueJulien Nabet1-2/+0
2023-05-18tdf#155123: XML Form: Deleting parts of user defined data type impossibleJulien Nabet1-2/+2
2023-05-17tdf#154628: XML Form Document: Sending data with GET fires very oftenJulien Nabet1-4/+0
2023-05-14tdf#155121: XML Form Document: better take into account "not required"Julien Nabet1-1/+8
2023-05-08tdf#152974 revert change to ORichTextModel::getPropertyDefaultByHandleCaolán McNamara1-3/+7
2023-05-07use AlphaMask for variables when calling GetAlphaMaskNoel Grandin1-2/+2
2023-05-05Resolves: tdf#154337 allow submitting to file: if user agreesCaolán McNamara3-7/+32
2023-05-03Related tdf#154769: XML Form add limits of length value for some datatypeJulien Nabet1-0/+15
2023-04-26Related tdf#154769: XML forms add anyURI/hyperlink datatypeJulien Nabet3-1/+158
2023-04-25Add script to find unused using declarationsGabor Kelemen1-2/+0
2023-04-21Fix some getImplementationNameStephan Bergmann2-9/+17
2023-04-21tdf#116451: XML Form: adding 2 values of decimal-fields gives wrong resultJulien Nabet2-2/+2
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen5-6/+0
2023-04-20Related tdf#154769: XML form, detect misformed year/month/dayJulien Nabet1-10/+68
2023-04-19Related tdf#154769: XML form, detect misformed date/datetime/timeJulien Nabet2-5/+30
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann2-0/+20
2023-04-14tdf#154734: XML Form doc: all binded fields will be shown as fields...Julien Nabet1-1/+1