summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2023-06-12tdf#153109 Use any_of instead of loop to check a rangeParis Oplopoios1-4/+2
2023-06-12ooxml: import and export border theme colors for various props.Tomaž Vajngerl1-8/+89
2023-06-09fix 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
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-11Drop Writer::OutLongMike Kaganski1-27/+27
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-73/+73
2023-04-10Use more *string_viewMike Kaganski1-2/+2
2023-04-09new loplugin:unnecessarygetstrNoel Grandin2-5/+5
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga12-16/+35
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-2/+2
2023-03-26tdf#90407 Change the auto-fit alg. to match better with OOXMLTomaž Vajngerl9-150/+234
2023-03-25Simplify DbgOutItemMike Kaganski1-161/+173
2023-03-25loplugin:stringadd in editeng..frameworkNoel Grandin1-118/+117
2023-03-16tdf#102261: introduce editeng paragraph tab stop default distanceSarper Akdemir2-0/+43
2023-03-15tdf#114441: Convert use of sal_uLong to better integer typesNirnayK1-1/+1
2023-03-07no need to allocate these separatelyNoel Grandin4-18/+18
2023-03-01send theme info when changing color (in the picker) via UNO commandTomaž Vajngerl1-1/+32
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir6-4/+39
2023-02-24editeng: split SvxLRSpaceItem into 1 class per attributeMichael Stahl1-0/+953