summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2023-08-14fix crash in LOKNoel Grandin1-1/+1
2023-07-11tdf#150408: Implement "Legal" numbering (all levels using Arabic numbers)Mike Kaganski1-4/+13
2023-06-16ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-8/+89
2023-06-14Add editengine view separation in tiled renderingParis Oplopoios1-4/+20
2023-06-14fix wrong transform type, error handling when JSON parsingTomaž Vajngerl1-4/+5
2023-06-06sw: border and background theme color support for multiple props.Tomaž Vajngerl3-19/+151
2023-06-06prefix members and cleanup SvxBoxItem, SvxBoxInfoItemTomaž Vajngerl1-168/+165
2023-06-06prefix SvxBorderLine aColor attributeTomaž Vajngerl1-20/+20
2023-06-01use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl2-34/+21
2023-06-01Add Calc view separation for tiled renderingParis Oplopoios1-0/+1
2023-05-28tdf#155350 Do AutoCorrect of Input Method textCaolán McNamara1-1/+2
2023-05-28tdf#155407: fix the second replacement in FnChgToEnEmDashMike Kaganski1-44/+58
2023-05-25svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl2-28/+38
2023-05-23editeng: fix assertion uninitialized enumHenry Castro1-1/+2
2023-05-21lok: sc: fix layout RTLHenry Castro1-2/+3
2023-05-19lok: editeng: add LOK special flagsHenry Castro3-0/+17
2023-05-19Fix "AddressSanitizer: heap-use-after-free"cp-23.05.0-1Mike Kaganski1-4/+8
2023-05-13fix check in SvxUnoTextBase::insertTextContentNoel Grandin1-1/+1
2023-05-11editeng: qa: add single line unit testHenry Castro1-0/+16
2023-05-07Change text auto-fit alg. to also increase the scalingTomaž Vajngerl1-0/+16
2023-05-06editeng: ignore line breaksHenry Castro2-5/+14
2023-05-06editeng: add setter function SingleLineHenry Castro1-0/+11
2023-05-06editeng: add flag EEControlBits::SINGLELINEHenry Castro1-0/+3
2023-04-28tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl9-150/+234
2023-04-25send theme info when changing color (in the picker) via UNO commandTomaž Vajngerl1-1/+32
2023-03-28tdf#102261: introduce editeng paragraph tab stop default distanceSarper Akdemir2-0/+43
2023-03-12tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir6-4/+39
2023-02-06lok: formulabar: fix URL fields selectionSzymon Kłos1-0/+47
2023-01-28check for null pointerAndras Timar1-1/+1
2023-01-28tdf#152483 Fix the insert hyperlink behaviour on CalcGülşah Köse1-7/+6
2023-01-20introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl2-0/+25
2023-01-20introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl5-51/+85
2023-01-20editeng: move "tint or shade" variable into SvxThemeColorTomaž Vajngerl1-12/+13
2022-12-20editeng: avoid divide by zeroNoel Grandin1-0/+6
2022-12-08Related: tdf#82115 Fix crash when handling input method eventsPatrick Luby1-0/+6
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+4
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara3-15/+22
2022-12-01OutputDevice::GetTextArray will always set the size of the vector anywayCaolán McNamara1-1/+1
2022-11-25tdf#151801 solves bug for autocorrect non default quotesFred Kruse1-9/+30
2022-11-21add some checks for OpenSymbolCaolán McNamara1-0/+3
2022-11-18use OpenSymbol as bullet font instead of StarSymbolCaolán McNamara1-1/+1
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara2-2/+2
2022-11-18tdf#47679 explicitly don't write fcharset2 for text in OpenSymbolCaolán McNamara1-0/+7
2022-11-13ofz#53182 TimeoutCaolán McNamara1-1/+1
2022-11-03Related: tdf#149932 honour PANGO_UNDERLINE_DOUBLE for preedit underlineCaolán McNamara1-0/+2
2022-11-03-Werror=dangling-referenceStephan Bergmann1-2/+1
2022-11-03fix rendering of text when "fit to frame" is enabledTomaž Vajngerl9-62/+58
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-23/+18
2022-11-02tdf#143148 Use of #pragma once instead of include guards.sahilbutoal081-5/+1
2022-11-01editeng: rename aBuf to aCharPositionArrayTomaž Vajngerl1-4/+4