summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-26tdf#138093 DOCX import: fix broken date selector control in tableCzeber László Ádám3-1/+58
2020-05-22lok: MSForms: update callback's documentation.Tamás Zolnai1-1/+6
2020-05-18MSForms: fix rendering of form field button.Tamás Zolnai2-9/+5
2020-05-11lok: MSForms: send also the placeholder text.Tamás Zolnai2-1/+8
2020-05-09lok: MSForms: test & fix two corner cases of drop-down field.Tamás Zolnai4-2/+79
2020-05-09lok: MSForms: add a test case about editing drop down form field.Tamás Zolnai2-1/+61
2020-05-08lok: MSForms: send button message also when paint area is not changing.Tamás Zolnai2-1/+8
2020-05-08lok: MSForms: fix field activation for multiple fields.Tamás Zolnai1-1/+2
2020-05-08lok: MSForms: fix editing of drop-down field.Tamás Zolnai1-9/+9
2020-05-08lok: MSForms: disable form field messages on mobile.Tamás Zolnai1-1/+2
2020-05-08lok: MSForms: dont send form field button data with empty text area.Tamás Zolnai2-18/+4
2020-05-08lok: MSForms: Handle event about item selection of a drop-down field.Tamás Zolnai7-1/+99
2020-05-08lok: MSForms: Send also the drop down field params to the client code.Tamás Zolnai2-3/+43
2020-05-08lok: MSForms: Add callback for form field button.Tamás Zolnai7-3/+160
2020-01-26Rephrase cast from sal_Int32 to sal_uInt32Stephan Bergmann1-3/+4
2019-09-09MSForms: Add icons to MSO compatible form menu itemsAron Budea6-1/+76
2019-09-05MSForms: Reorder categories in menuAron Budea1-9/+9
2019-08-05tdf126701: MSForms: Fix import of date field at the end of the paragraph.Tamás Zolnai6-17/+64
2019-07-22MSForms: DOCX filter: fix crash when the date field is inside a shapeTamás Zolnai3-4/+10
2019-07-16tdf#126414: MSForms: fix flickering of date field button on WindowsTamás Zolnai1-1/+8
2019-07-12MSForms: Test date fieldmark's content and current date related methodsTamás Zolnai1-0/+143
2019-07-12MSForms: date field: handle replacing empty contentTamás Zolnai1-1/+7
2019-07-12MSForms: UITest for date form field's properties dialogTamás Zolnai5-0/+164
2019-07-12MSForms: Test import / export of character formatting for date fieldTamás Zolnai4-11/+51
2019-07-12MSForms: Rework text-based date form field's representationTamás Zolnai31-416/+694
2019-07-12MSForms: DOCX filter: handle export of empty date from controlTamás Zolnai2-17/+42
2019-07-12MSForms: DOCX filter: The new text-based date field is allowed in the header.Tamás Zolnai2-18/+8
2019-07-12MSForms: DOCX filter: update testN820509() testTamás Zolnai2-11/+24
2019-07-12MSForms: DOCX filter: reenable passing testTamás Zolnai1-4/+4
2019-07-12MSForms: DOCX filter: handle date formats with quotation marks.Tamás Zolnai3-4/+10
2019-07-12MSForms: date format: better searching of date format entriesTamás Zolnai4-72/+61
2019-07-12MSForms: DOCX filter: import manually set date field as plain textTamás Zolnai2-11/+22
2019-07-12MSForms: DOCX filter: add a test case about invalid date form fieldsTamás Zolnai2-0/+78
2019-07-12MSForms: date form field dialog: create the format entry if it does not existTamás Zolnai1-1/+10
2019-07-12MSForms: date field converions: better error handlingTamás Zolnai4-57/+88
2019-07-12MSForms: DOCX filter: reenable passing testTamás Zolnai1-2/+2
2019-07-12MSForms: DOCX import of text-based date fieldTamás Zolnai13-203/+81
2019-07-12MSForms: DOCX export of date content controlTamás Zolnai4-14/+124
2019-07-12MSForms: ODF import / export of text-based date fieldTamás Zolnai4-4/+104
2019-07-12MSForms: Implement calculation of the displayed text in date form fieldTamás Zolnai13-32/+211
2019-07-12MSForms: Add a drop-down button for the text-based date fieldTamás Zolnai8-77/+198
2019-07-12MSForms: Generalize some parts of the drop-down form field's popup buttonTamás Zolnai5-135/+218
2019-07-12MSForms: Better rendering of drop-down form field's buttonTamás Zolnai1-1/+1
2019-07-12MSForms: Introduce a properties dialog for date form fieldTamás Zolnai12-2/+323
2019-07-12MSForms: Insert text-based date field from MS compatible Forms menuTamás Zolnai7-1/+83
2019-07-12MSForms: Introduce a new fieldmark class for text-based date fieldTamás Zolnai9-1/+143
2019-07-11MSForms: Deduplicate code by creating NonTextFieldmark classTamás Zolnai2-34/+21
2019-03-11MSForms: Fix removal of all items on the drop-down form field dialog 2Tamás Zolnai2-2/+3
2019-03-10MSForms: Fix removal of all items on the drop-down form field dialogTamás Zolnai2-1/+10
2019-03-10MSForms: UITest for drop-down form field's propertis dialogTamás Zolnai7-7/+269