summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2020-06-30sd: support changing position with .uno:EditAnnotationTomaž Vajngerl2-4/+74
2020-06-29pdf: add text page object attribs, refactor ImpSdrPdfImport, testsTomaž Vajngerl1-1/+10
2020-06-29sd: send annotation position for LOKit, fix multiple annotationsTomaž Vajngerl2-3/+17
2020-06-29sd: ignore UNDO when importing a PDF with SdPdfFilterTomaž Vajngerl1-1/+7
2020-06-29pdf export: add support for modification time/date in annotationsTomaž Vajngerl1-9/+3
2020-06-29pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl1-5/+4
2020-06-29sd: Test PDF Annotation roundtripTomaž Vajngerl2-0/+132
2020-06-29support date and time for PDFium and use it for annotationsTomaž Vajngerl1-0/+1
2020-06-29sd: support adding PDF text / pop-up annotations as commentsTomaž Vajngerl1-2/+24
2020-06-29vcl: add PDFGraphicResult instead of std::pair in ImportPDFUnloadedTomaž Vajngerl1-4/+4
2020-06-29sd signature line: allow move / resize of shape before signingMiklos Vajna1-1/+8
2020-06-29sd signature line: don't ask for certs on non-first pagesMiklos Vajna1-0/+7
2020-06-26sd signature line: inform infobar if a cert is already selectedMiklos Vajna1-0/+8
2020-06-26sd signature line: select certificate after drawing the shape's rectangleMiklos Vajna1-22/+28
2020-06-26sd signature line: limit this to PDF signing for nowMiklos Vajna1-0/+10
2020-06-26sd signature line: create a graphic objectMiklos Vajna1-0/+30
2020-06-26sd signature line: add initial menu item / UNO commandMiklos Vajna3-0/+9
2020-06-24tdf#128502: Try to support multiple documents in LibreOfficeKit-using processTor Lillqvist1-3/+7
2020-06-23Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara6-184/+1
2020-06-19LOK: hyperlink were inserted as button instead of text objectPranam Lashkari1-1/+2
2020-06-19tdf#132093: Take aUIScale into account againStephan Bergmann1-2/+4
2020-06-15Use getBcp47() instead of getLanguage()Andras Timar2-4/+4
2020-06-15PPTX export, custom shape, bitmap fill: fix source vs fill rect confusionMiklos Vajna2-0/+25
2020-06-11fix reseting WeakReference when moving a ref to another ref.Tomaž Vajngerl2-0/+39
2020-06-11LOK: duplicating multiple slidesPranam Lashkari2-1/+70
2020-06-11LOK: Allow deleting multiple slides from slidesorterPranam Lashkari1-4/+21
2020-06-11LOK: slide sorter: update the model on selecting multiple slidesPranam Lashkari1-4/+25
2020-06-10sd: support match case, match whole word for PDF searchTomaž Vajngerl1-4/+12
2020-06-10sd: disable LOKitSearchTest that test PDF search if no PDFiumTomaž Vajngerl1-0/+16
2020-06-10sd: allow to change the search string between searchesTomaž Vajngerl1-5/+11
2020-06-09sd: add support to search backwards in PDF searchTomaž Vajngerl2-5/+120
2020-06-09sd: add test to search inside PDF in multiple pagesTomaž Vajngerl1-0/+92
2020-06-09sd: rename testSearchInMixedObject(2) to more descriptive nameTomaž Vajngerl1-6/+6
2020-06-09sd: PDF search - reset mpVectorGraphicSearch at more placesTomaž Vajngerl1-22/+23
2020-06-09sd: Add another test of searching with mixed objectsTomaž Vajngerl2-1/+178
2020-06-09sd: fix issue when PDF search doesn't send a search result + testTomaž Vajngerl3-1/+87
2020-06-09sd: improve the test for LOKit search in PDF graphicTomaž Vajngerl3-5/+32
2020-06-09sd: use getPDFSelection to get the search selection for LOKitTomaž Vajngerl1-19/+5
2020-06-09sd: fix not found case in PDF search + add PDF Search testsTomaž Vajngerl3-6/+102
2020-06-09sd: move LOK search tests out of tiledrendering.cxxTomaž Vajngerl5-130/+388
2020-06-09sd: use b2DRectangleFromRectangle from canvastools.hxxTomaž Vajngerl1-11/+3
2020-06-09sd: remove code dupl. when getting PDF text selection for LOKTomaž Vajngerl1-13/+23
2020-06-09sd: Search inside PDF document that were inserted as a graphicTomaž Vajngerl1-38/+209
2020-06-09sd: some style fixes in Outliner.cxxTomaž Vajngerl1-5/+7
2020-06-09sd: in Outline add getViewShellBase to simplify codeTomaž Vajngerl1-4/+14
2020-06-09sd: move IsValidTextObject into source as anon. functionTomaž Vajngerl2-14/+13
2020-06-09sd: move LOK search result logic to it's own methodTomaž Vajngerl2-49/+65
2020-06-08sd: move SearchSelection constructor to header fileTomaž Vajngerl2-12/+5
2020-06-08SdrPdfImport: add a test class to sd and write a simple testTomaž Vajngerl4-0/+203
2020-06-07pdfium: fix setting the size of the document when opening PDFTomaž Vajngerl1-13/+4