/basegfx/test/

collabora/co-24.04.8 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/text
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-10-22move vcl::DeleteOnDeinit to toolsNoel Grandin
2024-08-08cid#1607356 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-06-10tdf#152024 Diacritics cut off at top and bottom of paragraphJonathan Clark
2024-06-06tdf#161397 Fix incorrect glyphs for RTL font fallbackJonathan Clark
2024-05-29tdf#81272 Improved CJK fallback rendering performanceJonathan Clark
2024-05-22tdf#124116 Correct Writer text shaping across formatting changesJonathan Clark
2024-04-20Return double from OutputDevice::GetTextArrayMike Kaganski
2024-03-24for compilaton with OSL_DEBUG_LEVEL > 1, adapt to the commit f9395a12, which ...Tomoyuki Kubota
2024-03-08use more string_viewNoel Grandin
2024-03-02Simplify removeMnemonicFromStringMike Kaganski
2024-01-16ITextLayout is unnecessaryNoel Grandin
2023-12-30move IsFuzzing to comphelperCaolán McNamara
2023-12-28vcl: BreakLines() -> BreakLine() and BreakLinesSimple() -> BreakLineSimple()Chris Sherlock
2023-12-28vcl: test BreakLinesWithIterator with hyphensChris Sherlock
2023-12-12vcl: remove out of sync comment - the code has since changed!Chris Sherlock
2023-12-12vcl: BreakLinesWithIterator() is actually looking for the length of the stringChris Sherlock
2023-12-12vcl: move bClipping closer to first useChris Sherlock
2023-12-12vcl: extract lcl_GetEndOfLine()Chris Sherlock
2023-12-12vcl: extract lcl_ShouldBreakWord()Chris Sherlock
2023-11-19vcl: simplify warning messageChris Sherlock
2023-11-19vcl: ImplIsCharIn() -> lcl_IsCharIn()Chris Sherlock
2023-11-19vcl: remove unnecessary includes from textlayout.cxxChris Sherlock
2023-11-06tdf#43157 vcl: remove DBG_ASSERT() from BreakLinesWithIterator()Chris Sherlock
2023-11-06vcl: flatten TextLayoutHelper::GetNewsEllipsisString()Chris Sherlock
2023-11-06vcl: split out functions from TextLayoutCommon::GetEllipsisString()Chris Sherlock
2023-10-27vcl: move textlayout.cxx from gdi to text directoryChris Sherlock
2023-07-23vcl: Use more doubles for text measurementsKhaled Hosny
2023-07-23vcl: rename NaturalDXArray to DXArrayKhaled Hosny
2022-10-25tdf#126788 speed up export to pdf of complex table documentNoel Grandin
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock
2022-08-23tdf#148251 Use std::swap instead of using temporary valuesLiu Hao
2022-08-23tdf#66819: Disable ligatures with character spacingKhaled Hosny
2022-08-20always transport the text dxarray as doubles when renderingCaolán McNamara
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin