summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2018-08-17Consolidate: basegfx::clamp -> o3tl::clampStephan Bergmann3-14/+23
2018-08-16tdf#114427 improve fix, wedo need to free it regardlessCaolán McNamara1-6/+3
2018-08-16tdf#119284 bg for automatic not set while editingCaolán McNamara1-27/+32
2018-08-16tdf#116350 Better text layout for big shapesSzymon Kłos1-1/+10
2018-08-16return std::unique_ptr from CreateOverlayObjectNoel Grandin1-13/+13
2018-08-15ofz#9821 Indirect-leakCaolán McNamara1-21/+20
2018-08-15loplugin:useuniqueptr in disposeOutlinerNoel Grandin4-19/+11
2018-08-15loplugin:useuniqueptr in GalleryThemeNoel Grandin1-75/+46
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin12-103/+99
2018-08-15loplugin:useuniqueptr pass SgaObject around by std::unique_ptrNoel Grandin5-32/+17
2018-08-15Resolves: tdf#114427 crash when basic used to dispose shapeCaolán McNamara1-9/+13
2018-08-15pdfium: replace FPDFFormObj_GetSubObject() with backportMiklos Vajna1-1/+1
2018-08-14tdf#119245 Set a parent for OParameterDialogMaxim Monastirsky1-1/+2
2018-08-13Reslves: tdf#119212 sort character setsCaolán McNamara1-1/+3
2018-08-13crashtesting: empty B2DRange range turned into oversized RectangleCaolán McNamara1-0/+3
2018-08-13Translate German variable namesJohnny_M1-63/+63
2018-08-11set copy_paste_error to false rather than intentionalCaolán McNamara1-1/+1
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin18-63/+54
2018-08-10Fix typosAndrea Gelmini1-1/+1
2018-08-09loplugin:unusedmethodsNoel Grandin9-235/+0
2018-08-09tdf#101254: Enable arrowheads in sidebar for drawsXisco Fauli1-0/+1
2018-08-08loplugin:singlevalfieldsNoel Grandin2-43/+6
2018-08-08tdf#116350 Correctly display text on arcSzymon Kłos1-33/+115
2018-08-08tdf#118731 delay on showing dialogs that create SdrModelsCaolán McNamara4-10/+12
2018-08-08the TimeEventHandler stuff is deadNoel Grandin4-192/+0
2018-08-08loplugin:unusedfieldsNoel Grandin2-5/+0
2018-08-08pdfium: replace FPDFFormObj_CountSubObjects() with backportMiklos Vajna1-1/+1
2018-08-06Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-08-06loplugin:useuniqueptr in DeleteOnDeinitNoel Grandin1-1/+2
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski16-60/+61
2018-08-03Move angle normalization code from various places to toolsMike Kaganski12-67/+59
2018-08-03Remove svx::Round; use FRound from tools insteadMike Kaganski7-36/+36
2018-08-03NormAngle180: avoid two extra operationsMike Kaganski1-1/+1
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand1-28/+0
2018-08-02Add missing sal/log.hxx headersGabor Kelemen66-0/+67
2018-08-01pdfium: replace FPDFTextObj_GetColor() patch with backportMiklos Vajna1-3/+26
2018-08-01Fix typosAndrea Gelmini1-1/+1
2018-07-31tdf#119015: don't call TableModel::optimize in CellCursor::merge()Mike Kaganski2-1/+1
2018-07-31loplugin:unnecessaryoverride small improvementNoel Grandin1-5/+0
2018-07-31remove SdrGrafObj::IsSwappedOutNoel Grandin3-253/+1
2018-07-31loplugin:returnconstant in svxNoel Grandin9-55/+42
2018-07-31uitest logger: log more eventsSaurav Chirania1-0/+22
2018-07-30Added SdrObjectLifetimeWatchDog for debug modeArmin Le Grand2-1/+44
2018-07-30SHELLCHECK_WARNING, VERBOSE is unusedCaolán McNamara1-2/+0
2018-07-30loplugin:stringloop in sfx2..svxNoel Grandin4-21/+10
2018-07-28tdf#118963 Hand over a SdrModel to createControlLabelPairArmin Le Grand3-10/+32
2018-07-27tdf#118966 vcl: add a flag to determine if AA of fonts is used from the systemMiklos Vajna1-0/+14
2018-07-27svx UnoGraphicExporter: allow a custom AA just for that particular exportMiklos Vajna1-0/+17
2018-07-27Remove unused copy assignment ops of SfxPoolItem-derived classesStephan Bergmann1-10/+0
2018-07-27svx: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann5-24/+0