summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2022-01-21fix opengl slide transitionNoel Grandin1-0/+2
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)12-9/+121
2022-01-17tdf#135843 tdf#146731 Fix the missing border handlingGülşah Köse2-4/+12
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-8/+8
2022-01-14use cache value in ViewContactNoel Grandin1-0/+15
2022-01-13gbuild: implement static partial buildJan-Marek Glogowski1-0/+2
2022-01-13optimise ensureGeometryNoel Grandin1-6/+9
2022-01-12used cache value in ViewObjectContact::getPrimitive2DSequence (2nd attempt)Noel Grandin2-6/+29
2022-01-12CppunitTest_svx_unit: simplify code (part 2)Xisco Fauli1-73/+40
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák31-47/+84
2022-01-11CppunitTest_svx_unit: simplify codeXisco Fauli1-79/+64
2022-01-10sd theme: fix applying new colors after theme change for group shapesMiklos Vajna3-0/+7
2022-01-09implement anyToHash() and use it for SdrCustomShapeGeometryItemLuboš Luňák1-11/+40
2022-01-09make SdrCustomShapeGeometryItem sortable and fast (bsc#1183308)Luboš Luňák1-4/+28
2022-01-09make SdrCustomShapeGeometryItem internal data consistentLuboš Luňák1-35/+31
2022-01-09Slightly optimize code handling anglesMike Kaganski1-10/+4
2022-01-08tdf#146556 feature 'drag-mirror' is brokenNoel Grandin1-6/+4
2022-01-08reduce cost of Sdr properties for text-derived objectsNoel Grandin2-2/+10
2022-01-07make GroupProperties extend BasePropertiesNoel Grandin2-69/+16
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin64-846/+852
2022-01-07move applyDefaultStyleSheetFromSdrModel from BaseProperties..Noel Grandin3-15/+19
2022-01-07move some methods BaseProperties->DefaultPropertiesNoel Grandin4-89/+1
2022-01-07split PageProperties from EmptyPropertiesNoel Grandin4-19/+63
2022-01-06-Werror=maybe-uninitializedStephan Bergmann1-3/+3
2022-01-06tdf#135843 Fix the missing border handlingGülşah Köse1-2/+2
2022-01-06bypass SvxShape when creating rectangles in chart2Noel Grandin2-13/+19
2022-01-05Disable epoxy test with --disable-guiJan-Marek Glogowski1-5/+1
2022-01-05tdf#130076 Fixed flip not working properly from fileDhiraj Holden2-1/+41
2022-01-04sc export chart as graphic: handle PDFMiklos Vajna5-21/+192
2022-01-04use deque in SdrObjListNoel Grandin1-4/+1
2022-01-03add new SvxShape hierarchy classNoel Grandin2-2/+13
2022-01-02osl::Mutex->std::mutex in FormScriptListenerNoel Grandin1-9/+9
2022-01-02osl::Mutex->std::mutex in ChineseTranslation_UnoDialogNoel Grandin2-6/+8
2022-01-01use cppu::BaseMutex in FmXFormShellNoel Grandin1-2/+3
2021-12-30tdf#126269 Add clipping to diagonal border linesArmin Le Grand (Allotropia)1-58/+232
2021-12-29use comphelper::WeakComponentImplHelper in svx::sidebar::SelectionChangeHandlerNoel Grandin1-3/+2
2021-12-29tdf#144190 Change _Left Align and _Right Align to Align _Left and Align _RightJeff Huang1-2/+2
2021-12-27tdf#126269 Handle diagonal borderline better for merged cellsArmin Le Grand (Allotropia)1-74/+143
2021-12-26use comphelper::WeakComponentImplHelper in SvXMLEmbeddedObjectHelperNoel Grandin1-8/+8
2021-12-26no need to store 3 different refs to the same objectNoel Grandin1-22/+16
2021-12-25use comphelper::WeakComponentImplHelper in TableDesignStyleNoel Grandin1-40/+24
2021-12-25pass unique_lock as param in WeakComponentImplHelperBase::disposingNoel Grandin4-5/+5
2021-12-25no need to take SolarMutex in TableDesignFamily::createInstanceNoel Grandin1-2/+0
2021-12-24use comphelper::WeakComponentImplHelper in SvXMLGraphicImportExportHelperNoel Grandin1-7/+4
2021-12-24use comphelper::WeakComponentImplHelper in SvXMLGraphicHelperNoel Grandin1-13/+3
2021-12-24use comphelper::WeakComponentImplHelper in ChildrenManagerImplNoel Grandin2-11/+6
2021-12-24use comphelper::WeakComponentImplHelper in PanelFactoryNoel Grandin1-6/+3
2021-12-24use comphelper::WeakComponentImplHelper in PrimitiveFactory2DNoel Grandin1-8/+5
2021-12-24tdf#146132 tdf#146327 tdf#146330Noel Grandin1-21/+6