summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-20EditTextObject: use virtual interface instead of pimplMike Kaganski2-51/+38
2021-07-20no need to allocate the selectionOverlay separately in SvxTableControllerNoel Grandin1-2/+2
2021-07-20flatten the vector in NfCurrencyTableNoel Grandin2-6/+3
2021-07-20no need to allocate child array separately in SvxRTFItemStackTypeNoel Grandin1-1/+1
2021-07-20no need to store data separately in SvXMLAttrContainerItemNoel Grandin2-3/+5
2021-07-20tdf#128612: Support applying pattern fill from toolbarKatarina Behrens1-1/+2
2021-07-20tdf#123321 Fix DOC/DOCX export bug which made some lines disappearHossein1-0/+1
2021-07-19offsetof is only guaranteed to work with standard layout typesMike Kaganski2-0/+2
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski1-1/+1
2021-07-19Add Handler for Transparent Readpanoskorovesis2-0/+3
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2-62/+60
2021-07-19Add Handler for RasterOp Readpanoskorovesis2-0/+2
2021-07-19Add Handler for Pop Readpanoskorovesis1-0/+1
2021-07-19Add Handler for Push Readpanoskorovesis2-0/+2
2021-07-19Add Handler for Font Readpanoskorovesis2-0/+3
2021-07-19Add Handler for MapMode Readpanoskorovesis2-0/+2
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin1-2/+0
2021-07-17move BuildWhichTable and simplifyNoel Grandin1-6/+0
2021-07-17[API CHANGE] reduce cost of numeric conversionNoel Grandin1-0/+45
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl2-1/+15
2021-07-16Clarify that SvtLanguageTable::GetLanguageType() expects the UI nameEike Rathke1-0/+6
2021-07-16Use WhichRangesContainer in editengMike Kaganski1-77/+7
2021-07-16Drop unused ctorMike Kaganski1-1/+0
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski2-32/+24
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-2/+0
2021-07-15lok: include the label of the status indicatorHenry Castro1-2/+3
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin10-33/+129
2021-07-15Add Handler for TextAlign Readpanoskorovesis2-0/+2
2021-07-15Add Handler for OverlineColor Readpanoskorovesis2-0/+3
2021-07-15Add Handler for TextLineColor Readpanoskorovesis2-0/+3
2021-07-15Add Handler for TextFillColor Readpanoskorovesis2-0/+4
2021-07-14Fix typo in codeAndrea Gelmini1-1/+1
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt1-0/+4
2021-07-14Add Handler for TextColor Readpanoskorovesis2-0/+2
2021-07-14Add Handler for MoveClipRegion Readpanoskorovesis2-0/+3
2021-07-14Add Handler for ISectRegionClipRegion Readpanoskorovesis2-0/+2
2021-07-14Add Handler for ISectRectClipRegion Readpanoskorovesis2-0/+2
2021-07-14Add Handler for ClipRegion Readpanoskorovesis2-0/+3
2021-07-14Add Handler for Wallpaper Readpanoskorovesis2-0/+2
2021-07-14Add Handler for Hatch Readpanoskorovesis2-0/+3
2021-07-14Add Handler for GradientEx Readpanoskorovesis2-0/+3
2021-07-14Add Handler for Gradient Readpanoskorovesis2-0/+3
2021-07-14Add Handler for MaskScalePart Readpanoskorovesis2-0/+7
2021-07-13Add Handler for MaskScale Readpanoskorovesis2-0/+4
2021-07-13Resolves tdf#131233 - UX around "Missing hyphenation"Heiko Tietze3-0/+3
2021-07-13Add Handler for Mask Readpanoskorovesis2-0/+3
2021-07-13cid#1487472 Uninitialized scalar fieldCaolán McNamara1-0/+5
2021-07-13a11y crash on teardown of FmXGridPeerCaolán McNamara1-0/+2
2021-07-13Add PowerPoint compatible screen size for ImpressJun NOGATA1-2/+6
2021-07-13Avoid default argument value, and be explicitMike Kaganski1-1/+1