summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2021-09-07[API CHANGE] oox: fix import of chart date categoriesDennis Francis2-2/+3
2021-09-03sw: fix crash in SwView::Execute()Miklos Vajna1-0/+5
2021-09-02indexing: move xml parsing into SearchResultLocatorTomaž Vajngerl5-48/+88
2021-09-02indexing: make indexing XML flat and use simple element namesTomaž Vajngerl2-86/+109
2021-09-02indexing: allow for multiple entries in search indexing dataTomaž Vajngerl4-36/+57
2021-09-02indexing: use XML as input that is identical to indexing XMLTomaž Vajngerl1-13/+36
2021-09-02indexing: add "type" to the xml for paragraph nodesTomaž Vajngerl2-0/+5
2021-09-02indexing: add support for SdrObjects in SearchResultLocatorTomaž Vajngerl4-21/+102
2021-09-02indexing: add LOKit API to render the search result into a bitmapTomaž Vajngerl3-5/+30
2021-09-02sw: disable SearchResultLocatorTest for Windows and MacOSTomaž Vajngerl1-1/+4
2021-09-01indexing: search result locator to return the rect of the resultTomaž Vajngerl5-0/+166
2021-09-01indexing: add indexing export as an export filter for WriterTomaž Vajngerl4-0/+136
2021-09-01indexing: add test case for fontworks and footer/header paragraphsTomaž Vajngerl3-0/+46
2021-09-01indexing: indexing sections for the IndexingExportTomaž Vajngerl3-2/+45
2021-08-31indexing: write parent index to paragraphs if possibleTomaž Vajngerl1-0/+7
2021-08-31indexing: indexing tables for the IndexingExportTomaž Vajngerl3-0/+98
2021-08-31indexing: indexing shapes/text boxes for the IndexingExportTomaž Vajngerl5-1/+85
2021-08-31indexing: indexing OLE objects for the IndexingExportTomaž Vajngerl3-1/+36
2021-08-31indexing: indexing graphics for the IndexingExportTomaž Vajngerl3-6/+47
2021-08-31indexing: indexing paragraph text with the ModelTraverserTomaž Vajngerl7-0/+223
2021-08-30indexing: remove indexing changes from html exportTomaž Vajngerl6-74/+59
2021-08-30indexing: start of Indexing Export impl. based on (X)HTML exportTomaž Vajngerl6-3/+140
2021-08-24rhbz#1996735 SwEditShell::GetCorrection can return nullCaolán McNamara1-1/+3
2021-08-24Resolves: tdf#142003 tracked changes in footnotes offset in .doc importCaolán McNamara3-6/+1
2021-08-24tdf#143778 these async callbacks expect to have SdrModel::IsChanged of falseCaolán McNamara2-3/+8
2021-08-24tdf#139811 trigger layout when content changesCaolán McNamara1-0/+5
2021-08-20LOK make sure single row/column table are resizablePranam Lashkari1-21/+30
2021-08-16Resolves: tdf#132739 two style tags where there should be just oneCaolán McNamara3-5/+10
2021-08-16undo blocking emitting focus events during grab_focusCaolán McNamara2-3/+0
2021-08-16tdf#143626 "protect" always shown checked for sections linked to fileCaolán McNamara1-1/+0
2021-08-16Resolves: tdf#143720 treeview not resizing to fill available spaceCaolán McNamara2-2/+4
2021-08-16tdf#143464: fix SmartTag managementJulien Nabet3-2/+4
2021-08-06sw: fix assert fail with ShowRedlineChanges=false and para formatMiklos Vajna5-1/+154
2021-08-04sw lok: avoid expensive DLPre/PostPaint2() around InvalidateWindows()Miklos Vajna1-2/+8
2021-07-20Fix lang::Locale.Language usage, tdf#128191 follow-upEike Rathke1-1/+1
2021-07-19lok: fix incorrect multi-view table selection updatesDennis Francis1-2/+5
2021-07-19sw: xDictionary may be an empty reference in SID_SPELLCHECK_IGNORE_ALLMiklos Vajna1-1/+1
2021-07-11cid#1470585 Dereference null return valueCaolán McNamara1-4/+6
2021-07-11cid#1470368 Unchecked dynamic_castCaolán McNamara1-1/+1
2021-07-11Remove warning while buildingdante1-1/+1
2021-07-11tdf#140506: fix repeated table header switchingBjoern Michaelsen1-2/+2
2021-07-02fix potential use-after-free in SwClipboardChangeListenerNoel Grandin1-0/+2
2021-06-30tdf#143107 related: ensure correct order of which idsMike Kaganski1-4/+3
2021-06-29sw: layout: fix table split loop caused by RemoveFollowFlowLinePendingMichael Stahl2-5/+22
2021-06-24tdf#142925 render the button arrow like it used to beCaolán McNamara1-2/+18
2021-06-24tdf#140934 update annotation menubutton bg when comment color changesCaolán McNamara2-20/+31
2021-06-23sw: add BIRT layout test documentMichael Stahl2-0/+6
2021-06-23tdf#116501 sw: layout: check for flys in SwTabFrame::ShouldBwdMoved()Michael Stahl3-9/+45
2021-06-23Revert "tdf#116501 fix freezing at embedded text tables"Michael Stahl4-38/+3
2021-06-23ofz#34221 avoid OOMCaolán McNamara1-15/+17