aboutsummaryrefslogtreecommitdiff
path: root/source/ka
ModeNameSize
d---------accessibility39logplain
d---------avmedia39logplain
d---------basctl39logplain
d---------basic39logplain
d---------chart239logplain
d---------connectivity74logplain
d---------cui39logplain
d---------dbaccess39logplain
d---------desktop39logplain
d---------dictionaries2172logplain
d---------editeng39logplain
d---------extensions72logplain
d---------extras / source33logplain
d---------filter72logplain
d---------forms39logplain
d---------formula39logplain
d---------fpicker39logplain
d---------framework39logplain
d---------helpcontent2 / source33logplain
d---------instsetoo_native / inc_openoffice / windows41logplain
d---------librelogo / source33logplain
d---------nlpsolver61logplain
d---------officecfg / registry / data / org35logplain
d---------oox39logplain
d---------readlicense_oo35logplain
d---------reportbuilder / java / org / libreoffice / report / function31logplain
d---------reportdesign39logplain
d---------sc39logplain
d---------scaddins39logplain
d---------sccomp39logplain
d---------scp2 / source33logplain
d---------sd39logplain
d---------setup_native / source33logplain
d---------sfx284logplain
d---------shell72logplain
d---------starmath39logplain
d---------svl39logplain
d---------svtools39logplain
d---------svx39logplain
d---------sw39logplain
d---------swext / mediawiki36logplain
d---------sysui / desktop34logplain
d---------uui39logplain
d---------vcl39logplain
d---------wizards72logplain
d---------writerperfect39logplain
d---------xmlsecurity39logplain
option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/text/textlayout.cxx
AgeCommit message (Expand)Author
2024-06-10tdf#152024 Diacritics cut off at top and bottom of paragraphJonathan 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-01-16ITextLayout is unnecessaryNoel Grandin
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