summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-07-05Fix initial width of the color palette in welded pickerMaxim Monastirsky1-2/+1
2018-07-05tdf#117901 Write signature line images as emf to ooxmlSamuel Mehrbrodt1-22/+27
2018-07-04tdf#118506: Disable orientation page in read onlyXisco Fauli1-1/+1
2018-07-04tdf#118199 avoid double dispose actionsArmin Le Grand1-2/+7
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin23-48/+69
2018-07-03move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin1-1/+1
2018-07-02tdf106792 Get rid of SvxShapePolyPolygonBezierArmin Le Grand9-260/+147
2018-07-02loplugin:constantparamNoel Grandin2-9/+6
2018-07-02loplugin:unusedmethodsNoel Grandin6-112/+0
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin23-113/+104
2018-07-02loplugin:unusedfields improve checking for write-only fieldsNoel Grandin2-22/+8
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-3/+2
2018-06-30Avoid using getTokenCount() to get last token in a stringMatteo Casalin1-2/+1
2018-06-30Initialize local variableMatteo Casalin1-1/+1
2018-06-30Avoid getTokenCount() + not empty OUString has at least 1 tokenMatteo Casalin1-5/+5
2018-06-30Copy INetURLObject object instead of constructing it twiceMatteo Casalin1-2/+6
2018-06-30Avoid getTokenCount()Matteo Casalin1-1/+1
2018-06-30Bail out early and reduce temporariesMatteo Casalin1-16/+12
2018-06-30Avoid getTokenCount()Matteo Casalin1-4/+2
2018-06-30Fix typosAndrea Gelmini1-1/+1
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): svxStephan Bergmann3-5/+5
2018-06-29Fix typosAndrea Gelmini1-1/+1
2018-06-27tdf#117904 Don't allow copying signed shapesSamuel Mehrbrodt1-1/+4
2018-06-26Resolves: tdf#118356 freeze/thaw mass language additionsCaolán McNamara1-0/+6
2018-06-26tdf#96099 Remove some trivial container iterator typedefsArkadiy Illarionov1-6/+4
2018-06-25Fix "javaPathHelper: not found" errors during startup.Thomas Klausner1-1/+5
2018-06-25weld SwWatermarkDialogCaolán McNamara4-14/+656
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov2-13/+11
2018-06-25Kill the useless PaletteManager "last color" thingMaxim Monastirsky2-31/+8
2018-06-25tdf#117987 tdf#118138 Compare with the currently used colorMaxim Monastirsky1-8/+1
2018-06-22teach useuniqueptr loplugin about calling delete on a paramNoel Grandin1-19/+1
2018-06-22Resolves: tdf#118251 decide what parent colorpicker should have...Caolán McNamara1-2/+17
2018-06-22Resolves: tdf#115816 simpler fix for masterCaolán McNamara2-4/+2
2018-06-22pdfium: replace FPDFPath_GetStrokeWidth() patch with backportMiklos Vajna1-1/+1
2018-06-21Resolves: tdf#115816 second 'Insert' menu is pasteCaolán McNamara1-0/+2
2018-06-21use more OutputDevice::GetBitmapExNoel Grandin14-14/+16
2018-06-20move SvColorDialog to welded argumentsCaolán McNamara4-16/+14
2018-06-20weld SvxColorTabPageCaolán McNamara5-108/+143
2018-06-20coverity#1437408 Uninitialized scalar fieldCaolán McNamara1-3/+48
2018-06-19tdf#103913 keep ".emf" file extension and mime typeLászló Németh1-1/+6
2018-06-17weld SvxPageDescPageCaolán McNamara4-2/+146
2018-06-16GraphCtrl factory no longer neededCaolán McNamara1-2/+0
2018-06-16weld SvxHFPageCaolán McNamara3-317/+620
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand23-373/+417
2018-06-16AW080: Cleanup of 3D Object methodsArmin Le Grand5-62/+40
2018-06-15tdf#118022: fix crash when searching record in form by handling SQLExceptionJulien Nabet1-1/+13
2018-06-14weld SvxStdParagraphTabPageCaolán McNamara1-0/+80
2018-06-14a viewport is only used as intermediate scrolledwindow childCaolán McNamara1-274/+268
2018-06-14loplugin:unusedfieldsNoel Grandin7-93/+13
2018-06-14loplugin:unusedmethodsNoel Grandin1-275/+0