diff options
author | Oliver Specht <oliver.specht@cib.de> | 2024-04-30 13:52:09 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-05-08 10:25:08 +0200 |
commit | de8eaca887762568e158024ad5bdbfb21526b734 (patch) | |
tree | 47093f927751e42ba2448f8a086b396543b04e91 /sw/inc | |
parent | 90eb9ea881a7497bb2ec348b3e4cba5aa5d51fa8 (diff) |
Case Rotation in Impress and Writer improved
Word boundaries at the end of the paragraph are now correctly detected.
Sentence case is not applied without multi word selection in Writer anymore.
Change-Id: If6e2eeaa1ecca215d583e8f33364db466bf7c57d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166928
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/crsrsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 1d85ce278736..23dd92da39e1 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -766,6 +766,7 @@ public: SW_DLLPUBLIC bool GoStartSentence(); SW_DLLPUBLIC bool GoEndSentence(); bool SelectWord( const Point* pPt ); + bool SelectWordWT( const Point* pt, sal_Int16 nWordType ); void ExpandToSentenceBorders(); // get position from current cursor |