summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-08-22no need to use unique_ptr for PolyPolygonNoel Grandin
2021-08-22no need to use unique_ptr for ViewInformation3DNoel Grandin
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-22no need to use shared_ptr for these fields in RegionNoel Grandin
2021-08-22no need to use unique_ptr for PolygonNoel Grandin
2021-08-22no need to use unique_ptr for XPolygonNoel Grandin
2021-08-21Resolves: tdf#143946 Add Klingon, tlhIngan Hol {tlh} 0x06AC to language listEike Rathke
2021-08-21Introduce LanguageTagIcu::getDisplayName()Eike Rathke
2021-08-20loplugin:unusedmethodsNoel Grandin
2021-08-20use Primitive2DDecompositionVisitor in ViewObjectContact (tdf#105575)Noel Grandin
2021-08-20tdf#141097 Revert "Veto process exit while an OLE client is connected"Michael Warner
2021-08-20make BitmapPalette a COW typeNoel Grandin
2021-08-20Convert AreaTransparencyGradientPopup to WeldToolbarPopupSzymon Kłos
2021-08-19Fix typoAndrea Gelmini
2021-08-19loplugin:constmethodsNoel Grandin
2021-08-19drawinglayer: split polygonprimitive2d.hxx into multiple filesTomaž Vajngerl
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin
2021-08-19reduce visibility of some symbolsNoel Grandin
2021-08-19Make Custom Color Picker dialog asyncSzymon Kłos
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18UnloadObj always dereferences its SdrOle2Obj* argCaolán McNamara
2021-08-18tdf#143353 defer tip of the day until impress template dialog is goneCaolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18use visitor callback to avoid container construction (tdf#105575)Noel Grandin
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-18Don't crash on SidebarController dispose when app is closingSzymon Kłos
2021-08-18jsdialog: dump FixedImageSzymon Kłos
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-18specialise std::optional for OutlineParaObjectNoel Grandin
2021-08-18improve SvxShapeCollection::getByIndexNoel Grandin
2021-08-17Fix o3tl::convert for Rectangle, to operate on right/bottom valuesMike Kaganski
2021-08-17Fix typoAndrea Gelmini
2021-08-17Fix typoAndrea Gelmini
2021-08-17Rename SaturatingSet[XY] to SaturatingSetPos[XY]Mike Kaganski
2021-08-17Simplify and inline tools::Rectangle::JustifyMike Kaganski
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-17Fix ctor taking Point and Size, to properly handle regative sizesMike Kaganski
2021-08-17Converted Color type input parameters to hex valuesHossein
2021-08-17Add import for new starmath mathml elementsdante
2021-08-17Remove metaact::Write and metaact.hxx:Readpanoskorovesis
2021-08-17Move GDIMetaFile::GetChecksum to SvmWriter::GetChecksumpanoskorovesis
2021-08-17Remove unused methods from gdimtf.hxxpanoskorovesis
2021-08-17Replace GDIMetaFile::Write and WriteGDIMetaFile with SvmWriter::Writepanoskorovesis
2021-08-16do less copying when constructing 2d sequence (tdf#105575)Noel Grandin
2021-08-16Rename setX/setY to SetPosX/SetPosY, to align with SetPosMike Kaganski
2021-08-16improve documentation for comphelper::OMultiTypeInterfaceContainerHelper2Noel Grandin
2021-08-16tdf#126879 - Drop obsolete DOCTYPE HTML 4.0Andreas Heinisch
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16backendtest: Asymmetrical Filled Drop Like Shape testhomeboy445
2021-08-16pass OutlinerParaObject around by valueNoel Grandin