office-gobmx/unotools
Stephan Bergmann 8cadfec386 Fix utl::splitLastFromConfigurationPath
* Fix regressions introduced with 5edefc801f "use
  more string_view in unotools".  (Notably, misuses of two-argument std
  string_view rfind are something to watch out for, see the commit message of
  93e234c45c "Fix a misuse of two-argument std
  string_view rfind" for details.)

* Bring the implementation some more in accordance with the documentation, by
  being stricter about handling invalid paths, and making sure to really assign
  all of the input _sInPath to the output _rsLocalName in case of an invalid
  path.

* Only &...;-decode the names of set elements in ['...'] and ["..."], not
  anything else.

Change-Id: If01f4b34af42b0a594994b732d54f26695329286
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140493
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-09-23 19:59:36 +02:00
..
inc/pch
qa Fix utl::splitLastFromConfigurationPath 2022-09-23 19:59:36 +02:00
source Fix utl::splitLastFromConfigurationPath 2022-09-23 19:59:36 +02:00
util
CppunitTest_unotools_configpaths.mk Add tests for utl::splitLastFromConfigurationPath 2022-09-23 19:59:05 +02:00
CppunitTest_unotools_fontdefs.mk
IwyuFilter_unotools.yaml
JunitTest_unotools_complex.mk
Library_utl.mk
Makefile
Module_unotools.mk Add tests for utl::splitLastFromConfigurationPath 2022-09-23 19:59:05 +02:00
README.md

UNO C++ Helpers

Helpers for C++ use of UNO.