summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Expand)AuthorFilesLines
2018-06-14loplugin:unusedfieldsNoel Grandin7-93/+13
2018-06-14loplugin:unusedmethodsNoel Grandin1-275/+0
2018-06-14tdf#100894 freeze when editing calc file with bazillions of cond formattingNoel Grandin1-6/+6
2018-06-13weld SvxCharPositionPageCaolán McNamara3-3/+911
2018-06-13tdf#118110 - Mouse wheel should work with the shapes deskheiko tietze2-4/+1
2018-06-12crashtesting: asserts on empty fill patternsCaolán McNamara1-1/+4
2018-06-12weld SvxTransparenceTabPageCaolán McNamara1-0/+149
2018-06-12loplugin:constantparamNoel Grandin3-6/+5
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin13-417/+349
2018-06-11loplugin:unusedfieldsNoel Grandin1-1/+0
2018-06-11loplugin:unusedmethodsNoel Grandin3-94/+0
2018-06-11loplugin:useuniqueptr in FmEntryDataListNoel Grandin4-33/+26
2018-06-11loplugin:useuniqueptr in FmFilterNavigatorNoel Grandin2-4/+4
2018-06-11loplugin:useuniqueptr in AccessibleCellNoel Grandin2-4/+3
2018-06-11loplugin:useuniqueptr in Svx3DWinNoel Grandin1-9/+9
2018-06-11loplugin:useuniqueptr in GraphCtrlNoel Grandin1-18/+12
2018-06-10Remove unused member aPrefVisiLayersRegina Henschel1-3/+0
2018-06-09Fix typosAndrea Gelmini4-4/+4
2018-06-09remove cargo cult OSL_ENSURE(pFact, "ScAbstractFactory create fail!"(Noel Grandin11-25/+0
2018-06-08Fix typosAndrea Gelmini2-3/+3
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin5-22/+10
2018-06-07svx: fix loplugin errorsAshod Nakashian1-7/+6
2018-06-07svx: don't re-declare pdfium structsAshod Nakashian3-18/+26
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian3-7/+7
2018-06-07svx: set the font name of imported PDF textAshod Nakashian1-1/+16
2018-06-07svx: update PDFium patch and codeAshod Nakashian2-4/+5
2018-06-07svx: cleanup pdfium importerAshod Nakashian2-299/+25
2018-06-07svx: transform PDF text rectangles while importingAshod Nakashian2-11/+69
2018-06-07svx: support no fill and no stroke paths in PDF importAshod Nakashian1-12/+25
2018-06-07svx: support sub-paths in PDF importAshod Nakashian1-10/+25
2018-06-07svx: import processed PDF textAshod Nakashian2-17/+24
2018-06-07svx: correctly possition form objects from PDFAshod Nakashian2-13/+92
2018-06-07svx: support importing forms from PDFsAshod Nakashian2-29/+48
2018-06-07sd: support breaking any PDF pageAshod Nakashian2-8/+9
2018-06-07svx: path line width is given as full thickness in PDFAshod Nakashian1-0/+1
2018-06-07svx: support color text for imported PDFsAshod Nakashian1-17/+25
2018-06-07svx: more accurate PDF imported text sizeAshod Nakashian2-5/+12
2018-06-07svx: correct the positioning of PDF Paths and the stroke widthAshod Nakashian1-3/+9
2018-06-07svx: improved text importing from PDFAshod Nakashian1-39/+45
2018-06-07svx: improve path importing from PDFAshod Nakashian1-11/+28
2018-06-07svx: support Paths in PDFs while importingAshod Nakashian2-1/+92
2018-06-07svx: support PDF text colorAshod Nakashian1-2/+5
2018-06-07svx: more informative loggingAshod Nakashian2-15/+14
2018-06-07svx: import PDF images as BGRAAshod Nakashian1-2/+2
2018-06-07svx: refactor PDF text importingAshod Nakashian2-61/+60
2018-06-07svx: share PDF stream when saving imported PDF as imagesAshod Nakashian1-0/+11
2018-06-07svx: more accurate PDF text importingAshod Nakashian1-1/+62
2018-06-07svx: import PDF text using PDFiumAshod Nakashian2-52/+89
2018-06-07svx: import PDF images at correct possition and scaleAshod Nakashian2-37/+101
2018-06-07svx: import images from PDFAshod Nakashian2-78/+125