summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-19downgrade assert to warningCaolán McNamara1-1/+2
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann1-17/+6
2023-02-15Drop 'using namespace ::std' in dirs [e-p]*Gabor Kelemen1-1/+0
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-33/+35
2023-02-08editeng: SvxLRSpaceItem uninline some functionsMichael Stahl1-0/+34
2023-02-06lok: formulabar: fix URL fields selectionSzymon Kłos1-0/+47
2023-01-13XUnoTunnel->dynamic_cast in SvUnoAttributeContainerNoel Grandin1-2/+2
2023-01-13XUnoTunnel->dynamic_cast in SvxUnoNumberingRulesNoel Grandin1-5/+3
2023-01-13remove XUnoTunnel from SvxUnoTextFieldNoel Grandin1-12/+0
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl2-0/+25
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl5-51/+85
2023-01-03tdf#114441 Convert sal_uLong to a better typeAndrea Rosetti1-1/+1
2022-12-29Make two TOOLS_WARN_EXCEPTION messages a bit more informativeTor Lillqvist1-2/+2
2022-12-25editeng: move "tint or shade" variable into SvxThemeColorTomaž Vajngerl1-12/+13
2022-12-22check for null pointerAndras Timar1-1/+1
2022-12-20editeng: avoid divide by zeroNoel Grandin1-0/+6
2022-12-19tdf#145538 Use range based for loopsLeonid Ryzhov1-5/+2
2022-12-19ofz: bad-casts at shutdownCaolán McNamara1-0/+5
2022-12-14tdf#152483 Fix the insert hyperlink behaviour on CalcGülşah Köse1-7/+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
2022-10-31fix regression from "editeng: don't use GetSize to set the size"Noel Grandin1-1/+1
2022-10-31editeng: don't use GetSize to set the sizeTomaž Vajngerl2-34/+59
2022-10-31editeng: prefix the instance variable aDefFont-> maDefFontTomaž Vajngerl2-6/+6
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-1/+1
2022-10-04Check acor_langtag for language-script fallback instead of only languageEike Rathke1-8/+8
2022-10-03tdf#137528: Fix skipping Kashida in fonts with bogus onesKhaled Hosny1-12/+10