Age | Commit message (Expand) | Author |
2024-11-10 | com::sun::star -> css | Mike Kaganski |
2024-11-08 | no need to take a copy of the getProcessComponentContext return value | Noel Grandin |
2024-10-25 | cid#1633347 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-09-16 | Fix typos | Andrea Gelmini |
2024-09-16 | use more concrete UNO types in forms | Noel Grandin |
2024-07-23 | cid#1555167 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2024-05-08 | loplugin:ostr in forms | Noel Grandin |
2024-05-02 | WaE: C6011 Dereferencing NULL pointer warnings | Caolán McNamara |
2024-04-05 | tdf#146619 Drop unused 'using namespace' in: forms | Gabor Kelemen |
2024-03-30 | tdf#42982 Add error messages to thrown exceptions | RMZeroFour |
2024-03-28 | convert OXSDDataType to comphelper::WeakImplHelperBase | Noel Grandin |
2024-01-06 | cid#1560053 Missing move assignment operator | Caolán McNamara |
2023-12-31 | Replace "size() != 0 with !empty()" (forms) | Julien Nabet |
2023-12-04 | cid#1545597 Using invalid iterator | Julien Nabet |
2023-11-23 | loplugin:fieldcast in Binding | Noel Grandin |
2023-10-14 | Use exception ctors, instead of setting members later | Mike Kaganski |
2023-07-24 | sw, forms: some hacks to nerf time-fields so convwatch works better | Michael Stahl |
2023-05-19 | XML forms: remove duplicate addEventListener DOMAttrModified with capture true | Julien Nabet |
2023-05-18 | tdf#155123: XML Form: Deleting parts of user defined data type impossible | Julien Nabet |
2023-05-17 | tdf#154628: XML Form Document: Sending data with GET fires very often | Julien Nabet |
2023-05-14 | tdf#155121: XML Form Document: better take into account "not required" | Julien Nabet |
2023-05-05 | Resolves: tdf#154337 allow submitting to file: if user agrees | Caolán McNamara |
2023-05-03 | Related tdf#154769: XML Form add limits of length value for some datatype | Julien Nabet |
2023-04-26 | Related tdf#154769: XML forms add anyURI/hyperlink datatype | Julien Nabet |
2023-04-25 | Add script to find unused using declarations | Gabor Kelemen |
2023-04-21 | tdf#116451: XML Form: adding 2 values of decimal-fields gives wrong result | Julien Nabet |
2023-04-20 | Run clang-tidy with misc-unused-using-decls on modules [d-o]* | Gabor Kelemen |
2023-04-20 | Related tdf#154769: XML form, detect misformed year/month/day | Julien Nabet |
2023-04-19 | Related tdf#154769: XML form, detect misformed date/datetime/time | Julien Nabet |
2023-04-14 | tdf#154734: XML Form doc: all binded fields will be shown as fields... | Julien Nabet |
2023-04-10 | tdf#154658: XML Form Document: Fields doesnt calculate any more | Julien Nabet |
2023-03-25 | loplugin:stringadd in editeng..framework | Noel Grandin |
2023-03-17 | elide some temporary OUStrings | Noel Grandin |
2023-03-13 | make more use of OUStringBuffer::append(OUStringConcat) | Noel Grandin |
2023-02-27 | osl::Mutex->std::mutex in CProgressHandlerHelper | Noel Grandin |
2023-01-19 | cid#1520418 Unchecked dynamic_cast | Caolán McNamara |
2023-01-18 | cleanup commit for Submission | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in Submission | Noel Grandin |
2023-01-17 | XUnoTunnel->dynamic_cast in forms::Model | Noel Grandin |
2023-01-16 | tdf#153039 submitting XML from XForms document | Noel Grandin |
2023-01-12 | use concrete class in Submission | Noel Grandin |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-06-21 | clang-tidy modernize-pass-by-value in forms | Noel Grandin |
2022-05-24 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-05-04 | Just use Any ctor instead of makeAny in forms | Stephan Bergmann |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-11 | use more string_view | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |