summaryrefslogtreecommitdiff
path: root/sw/qa/python
AgeCommit message (Expand)AuthorFilesLines
2024-11-01tdf#48459 sw inline heading: add Inline Heading frame styleLászló Németh1-1/+1
2024-09-25Resolves tdf#161574 - Individual labels for TOXes in the UIHeiko Tietze1-1/+1
2024-07-28sfx2, solenv, sw: fix issues found by Ruff linterIlmari Lauhakangas2-8/+7
2024-03-28tdf#158803 Remove unused imports from uitestBogdan Buzea1-2/+0
2024-01-23tdf#97361 Make unittests more pythonic: XIndexAccessChenxiong Qi2-5/+5
2023-12-27tdf#158803 Fix issues detected by pyflakesChenxiong Qi2-15/+18
2023-12-23sw: uitest: remove redundant functionU-DESKTOP-CETSUCA\sigma1-17/+0
2023-06-16tdf#146547 sfx2: allow read-only documents to be modifiedMichael Stahl1-5/+4
2023-06-15tdf#103064 sw: add a comment styleMaxim Monastirsky1-1/+1
2022-10-17tdf#132293 remove unused imports and variablesRakielle2-6/+6
2022-06-30tdf#132293 remove unused imports and unused variables in swm.hashemian3-6/+2
2022-03-12tdf#144563: remove final dot in cross-references to paragraphVasily Melenchuk1-5/+5
2021-12-16tdf#99027 Set default table border width to 0.5ptSamuel Mehrbrodt1-3/+3
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk1-10/+11
2021-04-08tdf#132293 removed all the unused imports from the folder swVatsal3215-44/+2
2021-03-29tdf#101965 : Add No List default in Styles deck in sidebarAnshu1-1/+1
2021-02-14Handle system paths and URLs properlyMike Kaganski1-6/+2
2020-10-29python test shutdown robustnessNoel1-1/+2
2020-09-03tdf#136423 make SwXDrawPage::group work with a single shapeSamuel Mehrbrodt1-0/+44
2020-07-13Don't rely on Python's treatment of unrecognized escape sequencesMike Kaganski1-2/+2
2020-07-02tdf#134112 sw: Test access of text field master objectOleg Schelykalnov1-1/+4
2020-03-09tdf#131184 Allow comparing text ranges in table with body textSamuel Mehrbrodt2-0/+21
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski1-1/+3
2020-02-05tdf#129568 Rename the default table styleMaxim Monastirsky1-0/+5
2020-01-27tdf#114090 Create a new paragraph style with name "Appendix"Seth Chaiklin1-1/+1
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt2-0/+56
2019-11-13Add document level option to lock down edit doc commandSerge Krot1-1/+3
2019-10-24tdf#97361: Removed getByIndex in calc and writerMayank Suman2-5/+5
2019-10-23Add document-level option to lock down saveSamuel Mehrbrodt1-1/+3
2019-10-23Add document-level option to lock down printingSamuel Mehrbrodt1-1/+3
2019-10-23Add test for LockExport propertySamuel Mehrbrodt1-1/+3
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-1/+3
2019-09-20tdf#127534: brown paperbag commit, use the right bug ID this timeBjoern Michaelsen1-1/+1
2019-09-19tdf#125307: move range properties check to own testBjoern Michaelsen2-10/+44
2019-09-17sw: Mark uno property ParaChapterNumberingLevel as MAYBEVOIDThomas Viehmann1-0/+10
2019-08-01Fix typosAndrea Gelmini1-1/+1
2019-05-07Fix typoAndrea Gelmini1-1/+1
2019-05-05[API CHANGE] SwXTextField: no more SwModify/SwClientBjoern Michaelsen1-3/+5
2019-03-18tdf#97361 make xscriptprovider.py more pythonicHamish McIntyre-Bhatty1-27/+33
2019-02-13Add note with link to bug report for double-removal of annotationsHamish McIntyre-Bhatty1-1/+1
2019-02-13tdf#97361 Make xtext.py more pythonicHamish McIntyre-Bhatty1-43/+45
2019-02-12sw: remove load_save_test.pyMichael Stahl1-132/+0
2019-02-12tdf#97361 Make xtextcontent.py more pythonicHamish McIntyre-Bhatty1-35/+36
2019-01-18tdf#104816 sw: if non-section content, let all sections hide.Justin Luth1-4/+1
2018-12-17Allow setting some MediaDescriptor properties during runtimeSamuel Mehrbrodt1-0/+59
2018-11-28tdf#121369 - Header and Footer parent stylesheiko tietze1-1/+1
2018-11-23sw: new unit test for XTextCursorVasily Melenchuk2-0/+107
2018-11-23sw: new testcase for XTextVasily Melenchuk1-0/+89
2018-11-23sw: new testcase for XTextRangeVasily Melenchuk2-0/+97
2018-11-23sw: fixup XAutoTextContainer testThorsten Behrens1-91/+34