summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2017-09-18svx: Assert that GetMarkedSdrObj() cannot be null hereTakeshi Abe1-1/+4
2017-09-17fix leak on exceptionsCaolán McNamara1-10/+9
2017-09-15borderline: Extended decomposeArmin Le Grand1-14/+37
2017-09-15borderline: Fixed PatternScaleArmin Le Grand3-7/+11
2017-09-15borderline: extended the expand logicArmin Le Grand2-30/+203
2017-09-15borderline: Added merge BorderLinePrimitive2DArmin Le Grand2-19/+6
2017-09-15borderline: merge redefined, mirrored StylesArmin Le Grand3-91/+137
2017-09-15borderline: Adapted BorderLinePrimitive2D and usagesArmin Le Grand2-525/+188
2017-09-15borderline: Adapt ViewContactOfTableObjArmin Le Grand4-1233/+972
2017-09-15borderline: Adapted Writer to use CreateBorderPrimitivesArmin Le Grand2-83/+154
2017-09-15borderline: move geometry creation to linear algebraArmin Le Grand2-275/+242
2017-09-15borderline: Preparing further to use CellCoordinateSystemArmin Le Grand2-282/+282
2017-09-15borderline: Abstraction of BorderLinePrimitiveArmin Le Grand4-186/+192
2017-09-15convert SdrMeasureFieldKind to scoped enumNoel Grandin1-7/+7
2017-09-15long->sal_Int32 in FractionNoel Grandin1-1/+1
2017-09-14improve redundantcast lopluginNoel Grandin3-4/+4
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-22/+22
2017-09-13svx: Simplify SdrHelpLineList with std::unique_ptrTakeshi Abe1-6/+2
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin2-16/+7
2017-09-13Fraction: make conversion operators and constructor explicitNoel Grandin5-31/+24
2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin23-382/+381
2017-09-12listening to modify is sufficient to get all changesCaolán McNamara1-18/+1
2017-09-12Resolves: tdf#106163 MouseMove/MouseLeave from crossing not mirrored in rtlCaolán McNamara1-2/+0
2017-09-12Resolves: tdf#106163 safe fix for wrong final row/col selection in rtlCaolán McNamara1-0/+2
2017-09-11Clean up SvxSwFramePosString::GetStringStephan Bergmann1-5/+9
2017-09-10iOS, avmedia library depend on autogen flag.jan Iversen1-2/+1
2017-09-10Fix double free since 030273e2e28ef9c4d2118ca3851c64498dfe000aTakeshi Abe2-10/+1
2017-09-09tdf#111894: fix leak memory with PaletteManager with SvxColorListBoxJulien Nabet1-1/+5
2017-09-08-Werror,-Wtautological-compare with latest clangNoel Grandin1-1/+1
2017-09-08clean up SdrDragStatNoel Grandin3-27/+16
2017-09-08svx: Make SdrDragStatUserData's dtor pure virtualTakeshi Abe1-0/+2
2017-09-08set parent for file dialog helperCaolán McNamara4-8/+11
2017-09-06Don't run the OLEObjCache timer for an empty cacheJan-Marek Glogowski1-14/+9
2017-09-06svx: Simplify code with std::unique_ptrTakeshi Abe2-22/+11
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin4-9/+9
2017-09-05tdf#112199 Fix and extend enabled state for items in find toolbarJim Raykowski1-13/+10
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin10-24/+24
2017-09-03iOS, avmedia lib not usedjan Iversen1-1/+2
2017-09-03svx: Fix memleak at early returns from SvxXMLXTableExportComponent::saveTakeshi Abe1-5/+2
2017-09-02svx: Simplify code with std::unique_ptrTakeshi Abe1-19/+5
2017-09-01svx: add mutex guards to SvxFmDrawPageMichael Stahl1-0/+5
2017-09-01tdf#111970 svx: use SolarMutex for locking in FmXFormShellMichael Stahl10-476/+488
2017-09-01bump FileDialogHelper to XFilePicker3Caolán McNamara1-3/+3
2017-09-01Use named enum/constant instead of commentEike Rathke1-2/+4
2017-08-31tdf#111734 Reorder buttons to reach them with the Down arrowGabor Kelemen1-32/+32
2017-08-30nothing is reading the futilely set WB_AUTOSIZE bitCaolán McNamara1-1/+1
2017-08-29Resolves: tdf#112017 crash on particular odtCaolán McNamara1-1/+2
2017-08-29move ListControl to vclMarkus Mohrhard2-159/+0
2017-08-29handle scroll wheel scrolling in new ListControlMarkus Mohrhard1-0/+13
2017-08-29add a listbox that can contain any controls as childrenMarkus Mohrhard2-0/+146