summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-26weld SwTextGridPageCaolán McNamara1-2/+8
2018-07-26tdf#118860 svx opengl: avoid SalBitmap creation without solar mutexMiklos Vajna1-0/+3
2018-07-25No bad macros from windows.h in external/pdfium (Windows --disable-pch)Stephan Bergmann1-0/+4
2018-07-25allow popover direction to depend on position of parent widget in dialogCaolán McNamara1-2/+0
2018-07-25Remove useless self-assignment of mxImpl->mxAccessMuhammet Kara1-2/+1
2018-07-25Resolves: tdf#118862 new instances cannot be editedCaolán McNamara1-1/+3
2018-07-23Fix typosAndrea Gelmini2-3/+3
2018-07-23Fix typosAndrea Gelmini1-1/+1
2018-07-23Notebookbar: Now no white background is visible behind areafillstyleKshitij Pathania1-0/+2
2018-07-23tdf#118764 Add missing tab stops in sidebar panelsJim Raykowski3-27/+27
2018-07-23loplugin:unusedfieldsNoel Grandin6-284/+10
2018-07-22Fix typosAndrea Gelmini3-3/+3
2018-07-20tdf#118662 Cleanup old hack with cloned SdrCaptionObjArmin Le Grand4-47/+90
2018-07-19loplugin:constantparamNoel Grandin1-6/+3
2018-07-19loplugin:unusedmethodsNoel Grandin2-14/+0
2018-07-18tdf#118354 Do not dereference non-exsisting ObjectArmin Le Grand1-1/+8
2018-07-18Fix typosAndrea Gelmini2-8/+8
2018-07-18tdf#118139 Set Default StyleSheet only when availableArmin Le Grand1-2/+11
2018-07-17tdf#117707 Correctly Scale ItemSets when pasting from ExternalArmin Le Grand2-51/+55