summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2023-07-04tdf#92311: increase word completion limitBaole Fang
2023-07-04ImplGetUnmirroredOutOffX can be constNoel Grandin
2023-07-04sc: OOXML export of theme colors for text and backgroundTomaž Vajngerl
2023-07-03tdf#155630 Use common getPolygon for sdDr. David Alan Gilbert
2023-07-03tdf#155630 Move sc's SetLineEnds into svxDr. David Alan Gilbert
2023-07-03tdf#152231 vcl,sw: PDF/UA export: fix comments in the marginMichael Stahl
2023-07-03svx: prefix members of FrPairMiklos Vajna
2023-07-02pAttr is always dereferenced, use a reference instead of a pointerCaolán McNamara
2023-07-02loplugin:singlevalfieldsNoel Grandin
2023-06-30loplugin:unusedmethodsNoel Grandin
2023-06-30Drop SfxStyleSheetBasePool::SetParentMaxim Monastirsky
2023-06-30partially revert "loplugin:unusedmethods"Noel Grandin
2023-06-29m_aMouseClickHdl is deadNoel Grandin
2023-06-29loplugin:unusedmethodsNoel Grandin
2023-06-29tdf#104877 Implement APNG blending modesParis Oplopoios
2023-06-29getComplexColor: return a const reference, to avoid an extra copyMike Kaganski
2023-06-29maLayoutLineToPageId and maLayoutPageIdToLine are dead.Noel Grandin
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl
2023-06-28Send writer document background color on theme changeParis Oplopoios
2023-06-28these TAB_ constants do not need to be in the header fileNoel Grandin
2023-06-28Drop i18nutil::SearchOptionsMike Kaganski
2023-06-28xmloff: ODF import: adapt generator parsing to 2-digit major versionsMichael Stahl
2023-06-28Resolves: tdf#156067 merge special char dialog/popup logicCaolán McNamara
2023-06-27related tdf#153993 Embedded text in scientific numbersLaurent Balland
2023-06-27Fix typoAndrea Gelmini
2023-06-27add an --enable-cairo-rgba to set the order of pixels for internal cairoCaolán McNamara
2023-06-27lok: only publish MEDIA_SHAPE to selecting viewAshod Nakashian
2023-06-26Revert "tdf#132246, tdf#155735: Add support for SourceAlpha"Xisco Fauli
2023-06-26ofz: Use-of-uninitialized-valueCaolán McNamara
2023-06-24tdf#132246, tdf#155735: Add support for SourceAlphaXisco Fauli
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke
2023-06-23tdf#142437: Fix word boundary detection in autocorrectBaole Fang
2023-06-23Introduce tools::Duration individual time values ctorEike Rathke
2023-06-23MCGR: Some exemplary multi-color gradientsHeiko Tietze
2023-06-23tdf#155901 MCGR: preserve first and last gradient stop tooRegina Henschel
2023-06-23Remove recently unused unicode::isCJKIVSCharacter()Khaled Hosny
2023-06-23Improve and rename unicode::isIVSSelector()Khaled Hosny
2023-06-22Remove duplicated includeAndrea Gelmini
2023-06-22basegfx: Add test for BColorModifier_black_and_whiteXisco Fauli
2023-06-22tdf#155735: Add support for matrix typeXisco Fauli
2023-06-22Fix typoAndrea Gelmini
2023-06-22tdf#155735: Add support for hueRotate typeXisco Fauli
2023-06-22Introduce tools::Duration(sal_Int32 nDays, const Time& rTime) ctorEike Rathke
2023-06-21tdf#155735: Add tests in basegfxXisco Fauli
2023-06-21tdf#155735: use B3DHomMatrix in BColorModifier_saturateXisco Fauli
2023-06-21Change DateTime friend operator-() to return tools::Duration instead of doubleEike Rathke
2023-06-21editeng: add setter function SingleLineHenry Castro
2023-06-21sc: OOXML import of theme colors for char and background colorsTomaž Vajngerl
2023-06-21editeng: add flag EEControlBits::SINGLELINEHenry Castro
2023-06-21Use DateTime::Sub() instead of operator-()Eike Rathke