summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2023-11-02crash seen in EditView::GetTransferable in calcCaolán McNamara1-0/+5
2023-11-01tdf#103064 editeng: fix handling of char highlightingMaxim Monastirsky2-3/+6
2023-10-08tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin1-8/+7
2023-09-01editeng: fix crash in EditDoc::FindAttribsXisco Fauli1-2/+3
2023-08-24character preview is drawing two overlines for Small CapsCaolán McNamara1-0/+3
2023-08-15fix crash in LOKNoel Grandin1-1/+1
2023-08-02tdf#156482: fix order in SvxBaseAutoCorrCfg::ImplCommitMike Kaganski1-3/+3
2023-08-02tdf#156165: Fix replace custom styles while typingBaole Fang1-1/+1
2023-07-31Fix surrogate pairs handling when tweaking script infoKhaled Hosny1-2/+1
2023-07-31tdf#112594: Group NNBSP with the Mongolian characters after itKhaled Hosny1-5/+11
2023-07-26tdf#154982 vcl: PDF Export: split BeginStructureElementMichael Stahl1-1/+1
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga1-3/+35
2023-06-24tdf#129810: Compress fullwidth CJK punctuationKhaled Hosny1-2/+4
2023-06-23editeng: qa: add single line unit testHenry Castro1-0/+15
2023-06-23editeng: ignore line breaksHenry Castro2-5/+14
2023-06-23editeng: add setter function SingleLineHenry Castro1-0/+11
2023-06-23editeng: add flag EEControlBits::SINGLELINEHenry Castro1-0/+3
2023-06-13ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-8/+89
2023-06-12fix wrong transform type, error handling when JSON parsingTomaž Vajngerl1-4/+5
2023-06-07tdf#155376 partially convert SvCTLOptions to officecfgNoel Grandin4-24/+12
2023-06-04sw: border and background theme color support for multiple props.Tomaž Vajngerl3-14/+115
2023-06-02Add Calc view separation for tiled renderingParis Oplopoios1-0/+1
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin2-4/+3
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin2-3/+4
2023-05-26use more TypedWhichIdNoel Grandin3-10/+10
2023-05-26use more TypedWhichIdNoel Grandin1-2/+2
2023-05-25use more TypedWhichIdNoel Grandin1-1/+1
2023-05-25merge some stringaddsNoel Grandin1-2/+1
2023-05-25more TypedWhichIdNoel Grandin1-1/+1
2023-05-25use more TypedWhichId in editengNoel Grandin2-71/+72
2023-05-23tdf#155350 Do AutoCorrect of Input Method textCaolán McNamara1-1/+2
2023-05-20tdf#155407: fix the second replacement in FnChgToEnEmDashMike Kaganski1-44/+58
2023-05-20prefix SvxBorderLine aColor attributeTomaž Vajngerl1-20/+20
2023-05-19Fix "AddressSanitizer: heap-use-after-free"Mike Kaganski1-4/+8
2023-05-17sc: change (char, background) style colors when changing the themeTomaž Vajngerl2-5/+36
2023-05-13prefix members and cleanup SvxBoxItem, SvxBoxInfoItemTomaž Vajngerl1-168/+165
2023-05-13use more optional for CharClassNoel Grandin1-1/+1
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl2-34/+21
2023-05-11tdf#155235 Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()Noel Grandin1-0/+2
2023-05-08tdf#154282 - Prevent crash for LeftParaMargin and RightParaMarginAndreas Heinisch1-0/+18
2023-05-08svx: use ComplexColor in SvxColorItem instead of the ThemeColorTomaž Vajngerl2-28/+38
2023-05-06Change text auto-fit alg. to also increase the scalingTomaž Vajngerl1-0/+16
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin3-9/+11
2023-04-270 is ok for ParaTabStopDefaultDistanceJulien Nabet1-1/+1
2023-04-27tdf#145925: Add DOI recognitionBaole Fang3-5/+32
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin2-2/+2
2023-04-24tdf#147906 Use std::hypot for Pythagorean additionbuldi1-3/+4
2023-04-19loplugin::unusedmethodsNoel Grandin1-6/+0
2023-04-17Silence clang-cl -Werror,-Wunused-but-set-parameterStephan Bergmann1-0/+4
2023-04-14fix check in SvxUnoTextBase::insertTextContentNoel Grandin1-1/+1