summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Bump version to 6.2-22cp-6.2-22co-6.2-22Andras Timar1-1/+1
2020-08-04Replace brittle gcc3_linux_aarch64 vtableSlotCall with pure assembler codeStephan Bergmann3-66/+75
2020-08-04aarch64 callVirtualFunction needs to be compiled w/o -fstack-clash-protectionStephan Bergmann3-1/+18
2020-08-04Hack to dynamically adapt to __cxa_exceptiom in LLVM 11 libcxxabiStephan Bergmann2-1/+46
2020-08-04Blind fix for Linux aarch64 with libcxxabiStephan Bergmann1-2/+2
2020-08-04Hack to dynamically adapt to __cxa_exceptiom in LLVM 5.0 libcxxabiStephan Bergmann1-0/+22
2020-08-04aarch64 r18 is reserved at least on AndroidStephan Bergmann1-2/+5
2020-07-31sd: support match case, match whole word for PDF searchTomaž Vajngerl4-15/+135
2020-07-31sd: disable LOKitSearchTest that test PDF search if no PDFiumTomaž Vajngerl1-0/+16
2020-07-31vcl: disable VectorGraphicSearchTest if we don't have PDFiumTomaž Vajngerl1-0/+6
2020-07-31sd: allow to change the search string between searchesTomaž Vajngerl1-5/+11
2020-07-31vcl: VectorGraphicSearch - support changing search stringTomaž Vajngerl3-29/+86
2020-07-31sd: add support to search backwards in PDF searchTomaž Vajngerl2-5/+120
2020-07-31sd: add test to search inside PDF in multiple pagesTomaž Vajngerl1-0/+92
2020-07-31sd: rename testSearchInMixedObject(2) to more descriptive nameTomaž Vajngerl1-6/+6
2020-07-30sd: PDF search - reset mpVectorGraphicSearch at more placesTomaž Vajngerl1-22/+23
2020-07-30sd: Add another test of searching with mixed objectsTomaž Vajngerl2-1/+178
2020-07-30sd: fix issue when PDF search doesn't send a search result + testTomaž Vajngerl3-4/+92
2020-07-30DOCX import: fix overlapping floating tables when anchored inside a tableMiklos Vajna3-0/+23
2020-07-30vcl: use HAVE_FEATURE_PDFIUM in VectorGraphicSearch impl.Tomaž Vajngerl1-0/+45
2020-07-30vcl: VectorGraphicSearch - move SearchContext into ImplementationTomaž Vajngerl2-39/+40
2020-07-30pdfium: only init pdfium library one and destroy on LO exitTomaž Vajngerl8-49/+100
2020-07-30vcl: VectorGraphicSearch - clean-up SearchContext member vars.Tomaž Vajngerl1-7/+7
2020-07-30sd: improve the test for LOKit search in PDF graphicTomaž Vajngerl3-5/+32
2020-07-30vcl: add search start position support for VectorGraphicSearchTomaž Vajngerl3-29/+90
2020-07-30vcl: add "previous" search to VectorGraphicSearchTomaž Vajngerl3-0/+55
2020-07-30sd: use getPDFSelection to get the search selection for LOKitTomaž Vajngerl1-19/+5
2020-07-30sd: fix not found case in PDF search + add PDF Search testsTomaž Vajngerl3-6/+102
2020-07-30sd: use b2DRectangleFromRectangle from canvastools.hxxTomaž Vajngerl1-11/+3
2020-07-30sd: remove code dupl. when getting PDF text selection for LOKTomaž Vajngerl1-13/+23
2020-07-30sd: Search inside PDF document that were inserted as a graphicTomaž Vajngerl1-38/+209
2020-07-30sd: move LOK search tests out of tiledrendering.cxxTomaž Vajngerl5-130/+388
2020-07-30svx: add ability to show sub-selections in a marked objectTomaž Vajngerl2-3/+55
2020-07-30sd: some style fixes in Outliner.cxxTomaž Vajngerl1-5/+7
2020-07-30sd: in Outline add getViewShellBase to simplify codeTomaž Vajngerl1-4/+14
2020-07-30sd: move IsValidTextObject into source as anon. functionTomaž Vajngerl2-14/+13
2020-07-30sd: move LOK search result logic to it's own methodTomaž Vajngerl2-49/+65
2020-07-29svx: convert ImplMarkingOverlay and friends to use unique_ptrTomaž Vajngerl2-18/+12
2020-07-29vcl: add conversion point to twip int64 & double valuesTomaž Vajngerl1-1/+5
2020-07-29vcl: VectorGraphicSearch return text rectangles in 100th mmTomaž Vajngerl3-19/+65
2020-07-29vcl: VectorGraphicSearch - add search result selection rectanglesTomaž Vajngerl3-1/+74
2020-07-29vcl: Add internal "Implementation" class for VectorGraphicSearchTomaž Vajngerl2-12/+29
2020-07-29vcl: add conversion point to 100th mm for double valuesTomaž Vajngerl1-2/+7
2020-07-29vcl: VectorGraphicSearch - for searching text inside PDFTomaž Vajngerl6-3/+262
2020-07-29sd: move SearchSelection constructor to header fileTomaž Vajngerl2-12/+5
2020-07-29tdf#133547 Fix breaking of PDF graphic objectsTomaž Vajngerl2-2/+3
2020-07-29move unit conversions to UnitConversion, add convertPointToMm100Tomaž Vajngerl2-10/+32
2020-07-29test import and export of multi-page PDF with PDFium filterTomaž Vajngerl2-0/+137
2020-07-28Bump version to 6.2-21cp-6.2-21co-6.2-21Andras Timar1-1/+1
2020-07-28LOK: added margin between sidebar and formula-barPranam Lashkari1-1/+3