22#include <rtl/ustring.hxx>
can be used to detect, if a target name (used e.g.
static bool matchSpecialTarget(std::u16string_view sCheckTarget, ESpecialTarget eSpecialTarget)
it checks the given unknown target name, if it's the expected special one.
static bool isValidNameForFrame(std::u16string_view sName)
it checks, if the given name can be used to set it at a frame using XFrame.setName() method.
ESpecialTarget
it's used at the following interfaces to classify target names.