summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Upcoming loplugin:elidestringvar: sdStephan Bergmann18-87/+41
2020-06-04sd: support match case, match whole word for PDF searchTomaž Vajngerl1-4/+12
2020-06-04sd signature line: add initial menu item / UNO commandMiklos Vajna3-0/+9
2020-06-04Update ShadowPrimitive2D to support shadow blurA_GAN1-1/+1
2020-06-04sd: disable LOKitSearchTest that test PDF search if no PDFiumTomaž Vajngerl1-0/+16
2020-06-04tdf#132137 Rename Default Style to Default Drawing Style in Draw and Impress.Srijan Bhatia1-1/+1
2020-06-04loplugin:simplifypointertobool improve (2)Noel Grandin17-25/+25
2020-06-04sd: allow to change the search string between searchesTomaž Vajngerl1-5/+11
2020-06-04sd: add support to search backwards in PDF searchTomaž Vajngerl2-5/+120
2020-06-04sd: add test to search inside PDF in multiple pagesTomaž Vajngerl1-0/+92
2020-06-04sd: rename testSearchInMixedObject(2) to more descriptive nameTomaž Vajngerl1-6/+6
2020-06-04sd: PDF search - reset mpVectorGraphicSearch at more placesTomaž Vajngerl1-22/+23
2020-06-04sd: Add another test of searching with mixed objectsTomaž Vajngerl2-1/+178
2020-06-04sd: fix issue when PDF search doesn't send a search result + testTomaž Vajngerl3-1/+87
2020-06-03Fix typosAndrea Gelmini1-1/+1
2020-06-03Removed executable permission on fileAndrea Gelmini1-0/+0
2020-06-03sd: improve the test for LOKit search in PDF graphicTomaž Vajngerl3-5/+32
2020-06-03loplugin:simplifypointertobool improveNoel Grandin36-157/+157
2020-06-03sd: use getPDFSelection to get the search selection for LOKitTomaž Vajngerl1-19/+5
2020-06-03sd: fix not found case in PDF search + add PDF Search testsTomaž Vajngerl3-6/+102
2020-06-03sd: move LOK search tests out of tiledrendering.cxxTomaž Vajngerl5-130/+388
2020-06-03sd: use b2DRectangleFromRectangle from canvastools.hxxTomaž Vajngerl1-11/+3
2020-06-02OOXML support for shadow blurA_GAN2-0/+18
2020-06-02sd: remove code dupl. when getting PDF text selection for LOKTomaž Vajngerl1-13/+23
2020-06-02sd: Search inside PDF document that were inserted as a graphicTomaž Vajngerl1-38/+209
2020-06-02Use "Radius" instead of "Rad" for new propertiesTomaž Vajngerl3-5/+5
2020-06-02sd: some style fixes in Outliner.cxxTomaž Vajngerl1-5/+7
2020-06-02sd: in Outline add getViewShellBase to simplify codeTomaž Vajngerl1-4/+14
2020-06-02sd: move IsValidTextObject into source as anon. functionTomaž Vajngerl2-14/+13
2020-06-02inline some use-once typedefsNoel Grandin2-4/+2
2020-06-02sd: move LOK search result logic to it's own methodTomaž Vajngerl2-49/+65
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin8-9/+10
2020-05-28Resolves: tdf#133411 drop CONTENT_FLOWS_TO from dialog to search resultsCaolán McNamara6-144/+1
2020-05-28Related: tdf#133411 SetDocWin is using the previous search success stateCaolán McNamara1-2/+1
2020-05-28Make loplugin:simplifypointertobool handle parenthesized expressionsStephan Bergmann3-4/+4
2020-05-27oox smartart import, composite alg: implement vertical centeringMiklos Vajna1-0/+8
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann20-118/+118
2020-05-26oox smartart import: fix aspect ratio of shape with composite algoMiklos Vajna2-0/+10
2020-05-25Do not time out execute_dialog_through_commandStephan Bergmann1-2/+1
2020-05-25sd: add XPackageEncryption write support for binary pptVasily Melenchuk1-5/+101
2020-05-25sd: add XPackageEncryption support for binary pptVasily Melenchuk1-1/+106
2020-05-24remove some unused definesNoel Grandin1-17/+0
2020-05-24inline some use-once typedefsNoel Grandin3-4/+3
2020-05-24tdf#101181: drop useless "GlowEffect" boolean propertyMike Kaganski6-20/+0
2020-05-23sd: move SearchSelection constructor to header fileTomaž Vajngerl2-12/+6
2020-05-22tdf#129686: Revert "tdf#118776: pptx import: draw char noFill as transparent"Xisco Fauli3-22/+22
2020-05-22smartart import: handle multiple <a:schemeClr> in <dgm:fillClrLst>Miklos Vajna2-0/+19
2020-05-22move InterimItemWindow to vclCaolán McNamara3-3/+5
2020-05-21use for-range on Sequence in i18npool..sdNoel Grandin5-24/+18
2020-05-21Make Impress Insert Table dialog asyncSzymon Kłos1-89/+107