summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2022-12-16sw: add a new .uno:UpdateBookmarks UNO commandMiklos Vajna
2022-12-16sw, .uno:InsertBookmark: add a new BookmarkText parameter and accept HTML thereMiklos Vajna
2022-12-15Restructure the code more logicallyMike Kaganski
2022-12-15tdf#151548 ContentControls: Add Delete()Justin Luth
2022-12-14tdf#151548 ContentControls: improve GetSelectedListItemJustin Luth
2022-12-13sw: track content node with a11y issues, so the number is correctTomaž Vajngerl
2022-12-13tdf#151548 ContentControls: Add Invalidate()Justin Luth
2022-12-12tdf#151548 vba ContentControls: Add word::XContentControlListEntryJustin Luth
2022-12-12sw: Run a11y check for all content nodesTomaž Vajngerl
2022-12-12sw: add accessibility check statusbar controlTomaž Vajngerl
2022-12-12sw: add online accessibility check implementationTomaž Vajngerl
2022-12-11Related: tdf#152425 Use ww::sti enum instead of respective number literalsMike Kaganski
2022-12-09tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth
2022-12-08sw: refactor to make a11y check for nodes independentTomaž Vajngerl
2022-12-08sw, lok: implement a getCommandValues(Bookmarks)Miklos Vajna
2022-12-08sw: split out some of the LOK parts of SwXTextDocument into a separate fileMiklos Vajna
2022-12-06sw: Move getGrammarContact function into GrammarContact and renameTomaž Vajngerl
2022-12-06sw: rename IGrammarContact*, SwGrammarContact* to GrammarContact*Tomaž Vajngerl
2022-12-06sw: combine IGrammarContact and SwGrammarContactTomaž Vajngerl
2022-12-06sw: modify NumberingCheck to work independent of node orderTomaž Vajngerl
2022-12-06sw: refactor SwParaIdleData - rename, lifecycle, move to headerTomaž Vajngerl
2022-12-06sw: use enum class IdleJobArea instead of a bool (bVisAreaOnly)Tomaž Vajngerl
2022-12-06sw: convert IdleJobType enum to enum classTomaž Vajngerl
2022-12-06sw: move the check to determine if job is enabled to own methodTomaž Vajngerl
2022-12-05Disallow linking files as Writer sections in OnlineAndras Timar
2022-12-05sw: prefer view's redline author name...Dennis Francis
2022-12-05sw lok, .uno:SetDocumentProperties: expose value of custom document propertiesMiklos Vajna
2022-12-04docx: export symbol characters correctlySzymon Kłos
2022-12-02htmlexport: close li mark not only in xhtmlSzymon Kłos
2022-12-02deepl: don't introduce new bulletsSzymon Kłos
2022-11-30tdf#152289: implement external glossary relations roundtripMike Kaganski
2022-11-29sw: add a new .uno:TextFormFields UNO commandMiklos Vajna
2022-11-29tdf#148017 harmonize sidebar .ui filesandreas kainz
2022-11-29DeepL: Only enable Translate menu if it's set upAron Budea
2022-11-29sw lok, .uno:TextFormFields: expose field code of fieldmarksMiklos Vajna
2022-11-28tdf#151548: cleanup "Add basic word::XFormField support" etc.Justin Luth
2022-11-25tdf#152200: Make sure to not write objects into field character runsMike Kaganski
2022-11-25jsdialogs: make Content Control List Item Dialog asyncSzymon Kłos
2022-11-25tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth
2022-11-25tdf#152199: Don't crop twiceJan Holesovsky
2022-11-25tdf#152200: tolerate begin/end fldChar context mismatchMike Kaganski
2022-11-24deepL: Dutch is "NL" and use "LV" for LatvianJulien Nabet
2022-11-24DOCX filter: fix <w:id> creating both grab-bag and content control for <w:sdt>Miklos Vajna
2022-11-22tdf#151548 vba FormFields: Add basic word::XTextInput supportJustin Luth
2022-11-22a11y: Add check for tabs used for formattingParis Oplopoios
2022-11-22a11y: Add check for table used for text formattingParis Oplopoios
2022-11-22a11y: Add check for fake captionsParis Oplopoios
2022-11-22a11y: Add check for fake footnotesParis Oplopoios
2022-11-22a11y: Add check for highlighted textParis Oplopoios
2022-11-22a11y: Add check for short hyperlinksofftkp