summaryrefslogtreecommitdiff
path: root/forms/source/component
AgeCommit message (Expand)AuthorFilesLines
32 hoursSome missing "block untrusted referer links" for form controlsStephan Bergmann2-2/+14
2024-05-11replace createFromAscii with OUString literals in ControlFeatureInterceptionNoel Grandin1-1/+1
2024-05-08loplugin:ostr in formsNoel Grandin37-92/+92
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara2-2/+2
2024-04-09Fix typo: compytibilityGabor Kelemen8-9/+9
2024-04-05tdf#146619 Drop unused 'using namespace' in: formsGabor Kelemen26-67/+0
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour1-1/+1
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski3-4/+4
2024-01-16loplugin:unusedmethodsNoel Grandin1-1/+0
2023-12-31cid#707862 Uninitialized pointer fieldCaolán McNamara1-1/+2
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-07simplify and modernise ScopedBitmapAccessNoel Grandin1-6/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-2/+2
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: formsStephan Bergmann3-5/+5
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-3/+1
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-2/+2
2023-06-26new loplugin:constexprliteralNoel Grandin1-2/+2
2023-05-07use AlphaMask for variables when calling GetAlphaMaskNoel Grandin1-2/+2
2023-04-21Fix some getImplementationNameStephan Bergmann2-9/+17
2023-04-20Run clang-tidy with misc-unused-using-decls on modules [d-o]*Gabor Kelemen1-1/+0
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann2-0/+20
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin2-14/+10
2023-03-06no need to allocate these separatelyNoel Grandin2-10/+9
2023-02-27osl::Mutex->std::mutex in frm::OComponentEventThreadNoel Grandin2-6/+9
2023-02-22BaseMutex->std::mutex in ListenerMultiplexerBaseNoel Grandin1-6/+2
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-1/+1
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-1/+1
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin2-2/+2
2022-10-17use more string_viewNoel Grandin1-3/+5
2022-10-05tdf#122319 - Don't allow nullable form components if input is requiredAndreas Heinisch1-1/+2
2022-10-04tdf#150786 use a 'standard' theme for form controlsCaolán McNamara2-1/+18
2022-09-10unique_ptr->optional for GraphicNoel Grandin2-14/+15
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz1-1/+1
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann15-15/+15
2022-06-21clang-tidy modernize-pass-by-value in formsNoel Grandin6-15/+19
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-5/+6
2022-05-04Just use Any ctor instead of makeAny in formsStephan Bergmann23-111/+110
2022-03-05GetComponentServiceName can be constNoel Grandin2-2/+2
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin1-1/+1
2022-02-07 Simplify sequence of PropertyValue in formsJulien Nabet2-20/+14
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen28-6/+42
2022-01-10use less SvStream::Flush()Noel Grandin1-2/+2
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin8-221/+218
2021-12-17use more OInterfaceContainer3::notifyEachNoel Grandin2-14/+3
2021-12-16use more OInterfaceContainerHelper3 in toolkitCaolán McNamara1-4/+4