mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
6870 lines
287 KiB
C++
6870 lines
287 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT
|
|
// v2.0.250303.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Microsoft_UI_Text_H
|
|
#define WINRT_Microsoft_UI_Text_H
|
|
#include "winrt/base.h"
|
|
static_assert(winrt::check_version(CPPWINRT_VERSION, "2.0.250303.1"),
|
|
"Mismatched C++/WinRT headers.");
|
|
#define CPPWINRT_VERSION "2.0.250303.1"
|
|
#include "winrt/Microsoft.UI.h"
|
|
#include "winrt/impl/Microsoft.UI.Text.2.h"
|
|
#include "winrt/impl/Windows.Foundation.2.h"
|
|
#include "winrt/impl/Windows.Storage.Streams.2.h"
|
|
#include "winrt/impl/Windows.UI.2.h"
|
|
#include "winrt/impl/Windows.UI.Text.2.h"
|
|
namespace winrt::impl {
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Black() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Black(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Black(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Bold() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Bold(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Bold(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::ExtraBlack() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ExtraBlack(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_ExtraBlack(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::ExtraBold() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ExtraBold(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_ExtraBold(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::ExtraLight() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ExtraLight(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_ExtraLight(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Light() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Light(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Light(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Medium() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Medium(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Medium(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Normal() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Normal(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Normal(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::SemiBold() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_SemiBold(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_SemiBold(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::SemiLight() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_SemiLight(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_SemiLight(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_IFontWeightsStatics<D>::Thin() const {
|
|
winrt::Windows::UI::Text::FontWeight value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::IFontWeightsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::IFontWeightsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
IFontWeightsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Thin(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::IFontWeightsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_Thin(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::AllCaps() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_AllCaps(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_AllCaps(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::AllCaps(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_AllCaps(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_AllCaps(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::BackgroundColor()
|
|
const {
|
|
winrt::Windows::UI::Color value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_BackgroundColor(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_BackgroundColor(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::BackgroundColor(
|
|
winrt::Windows::UI::Color const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_BackgroundColor(impl::bind_in(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_BackgroundColor(impl::bind_in(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Bold() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Bold(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Bold(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Bold(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Bold(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Bold(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::FontStretch() const {
|
|
winrt::Windows::UI::Text::FontStretch value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_FontStretch(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_FontStretch(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::FontStretch(
|
|
winrt::Windows::UI::Text::FontStretch const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_FontStretch(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_FontStretch(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::FontStyle() const {
|
|
winrt::Windows::UI::Text::FontStyle value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_FontStyle(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_FontStyle(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::FontStyle(
|
|
winrt::Windows::UI::Text::FontStyle const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_FontStyle(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_FontStyle(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::ForegroundColor()
|
|
const {
|
|
winrt::Windows::UI::Color value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ForegroundColor(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_ForegroundColor(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::ForegroundColor(
|
|
winrt::Windows::UI::Color const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ForegroundColor(impl::bind_in(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ForegroundColor(impl::bind_in(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Hidden() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Hidden(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Hidden(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Hidden(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Hidden(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Hidden(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Italic() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Italic(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Italic(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Italic(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Italic(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Italic(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Kerning() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Kerning(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Kerning(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Kerning(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Kerning(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Kerning(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::LanguageTag() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_LanguageTag(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_LanguageTag(&value));
|
|
}
|
|
return hstring{value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::LanguageTag(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_LanguageTag(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_LanguageTag(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::LinkType() const {
|
|
winrt::Microsoft::UI::Text::LinkType value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_LinkType(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_LinkType(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Name() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Name(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Name(&value));
|
|
}
|
|
return hstring{value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Name(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Name(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Name(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Outline() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Outline(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Outline(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Outline(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Outline(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Outline(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Position() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Position(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Position(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Position(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Position(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Position(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::ProtectedText() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ProtectedText(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ProtectedText(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::ProtectedText(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_ProtectedText(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_ProtectedText(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Size() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Size(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Size(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Size(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Size(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Size(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::SmallCaps() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_SmallCaps(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_SmallCaps(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::SmallCaps(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_SmallCaps(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_SmallCaps(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Spacing() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Spacing(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Spacing(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Spacing(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Spacing(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Spacing(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Strikethrough() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Strikethrough(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Strikethrough(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Strikethrough(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_Strikethrough(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_Strikethrough(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Subscript() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Subscript(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Subscript(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Subscript(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Subscript(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Subscript(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Superscript() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Superscript(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Superscript(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Superscript(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_Superscript(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_Superscript(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::TextScript() const {
|
|
winrt::Microsoft::UI::Text::TextScript value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_TextScript(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_TextScript(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::TextScript(
|
|
winrt::Microsoft::UI::Text::TextScript const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_TextScript(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_TextScript(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Underline() const {
|
|
winrt::Microsoft::UI::Text::UnderlineType value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Underline(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Underline(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Underline(
|
|
winrt::Microsoft::UI::Text::UnderlineType const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Underline(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Underline(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Weight() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Weight(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_Weight(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::Weight(
|
|
int32_t value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Weight(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Weight(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::SetClone(
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetClone(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->SetClone(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::GetClone() const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextCharacterFormat{
|
|
result, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextCharacterFormat<D>::IsEqual(
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const& format) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextCharacterFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextCharacterFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&format), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextCharacterFormat>**)this;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&format), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::AutoColor() const {
|
|
winrt::Windows::UI::Color value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_AutoColor(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_AutoColor(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::MinUnitCount() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_MinUnitCount(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_MinUnitCount(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::MaxUnitCount() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_MaxUnitCount(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_MaxUnitCount(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::UndefinedColor()
|
|
const {
|
|
winrt::Windows::UI::Color value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndefinedColor(put_abi(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndefinedColor(put_abi(value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::UndefinedFloatValue()
|
|
const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFloatValue(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFloatValue(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::UndefinedInt32Value()
|
|
const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndefinedInt32Value(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndefinedInt32Value(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::UndefinedFontStretch()
|
|
const {
|
|
winrt::Windows::UI::Text::FontStretch value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFontStretch(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFontStretch(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextConstantsStatics<D>::UndefinedFontStyle()
|
|
const {
|
|
winrt::Windows::UI::Text::FontStyle value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextConstantsStatics>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextConstantsStatics, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextConstantsStatics>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFontStyle(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextConstantsStatics>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndefinedFontStyle(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CaretType() const {
|
|
winrt::Microsoft::UI::Text::CaretType value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_CaretType(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_CaretType(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CaretType(
|
|
winrt::Microsoft::UI::Text::CaretType const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_CaretType(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->put_CaretType(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::DefaultTabStop() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_DefaultTabStop(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->get_DefaultTabStop(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::DefaultTabStop(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_DefaultTabStop(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->put_DefaultTabStop(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::Selection() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Selection(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->get_Selection(&value));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextSelection{value,
|
|
take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::UndoLimit() const {
|
|
uint32_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_UndoLimit(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->get_UndoLimit(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::UndoLimit(
|
|
uint32_t value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_UndoLimit(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->put_UndoLimit(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CanCopy() const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->CanCopy(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->CanCopy(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CanPaste() const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->CanPaste(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->CanPaste(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CanRedo() const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->CanRedo(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->CanRedo(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::CanUndo() const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->CanUndo(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->CanUndo(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::ApplyDisplayUpdates() const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->ApplyDisplayUpdates(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->ApplyDisplayUpdates(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::BatchDisplayUpdates() const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->BatchDisplayUpdates(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->BatchDisplayUpdates(&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::BeginUndoGroup() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->BeginUndoGroup());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->BeginUndoGroup());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::EndUndoGroup() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->EndUndoGroup());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->EndUndoGroup());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::GetDefaultCharacterFormat()
|
|
const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetDefaultCharacterFormat(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->GetDefaultCharacterFormat(&result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextCharacterFormat{
|
|
result, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::GetDefaultParagraphFormat()
|
|
const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetDefaultParagraphFormat(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->GetDefaultParagraphFormat(&result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextParagraphFormat{
|
|
result, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::GetRange(
|
|
int32_t startPosition, int32_t endPosition) const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->GetRange(startPosition, endPosition, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->GetRange(startPosition, endPosition, &result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextRange{result,
|
|
take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::GetRangeFromPoint(
|
|
winrt::Windows::Foundation::Point const& point,
|
|
winrt::Microsoft::UI::Text::PointOptions const& options) const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetRangeFromPoint(
|
|
impl::bind_in(point), static_cast<uint32_t>(options), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->GetRangeFromPoint(
|
|
impl::bind_in(point), static_cast<uint32_t>(options), &result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextRange{result,
|
|
take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::GetText(
|
|
winrt::Microsoft::UI::Text::TextGetOptions const& options,
|
|
hstring& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetText(static_cast<uint32_t>(options),
|
|
impl::bind_out(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->GetText(static_cast<uint32_t>(options),
|
|
impl::bind_out(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::LoadFromStream(
|
|
winrt::Microsoft::UI::Text::TextSetOptions const& options,
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->LoadFromStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->LoadFromStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::Redo() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Redo());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->Redo());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::SaveToStream(
|
|
winrt::Microsoft::UI::Text::TextGetOptions const& options,
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SaveToStream(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->SaveToStream(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::SetDefaultCharacterFormat(
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->SetDefaultCharacterFormat(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->SetDefaultCharacterFormat(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::SetDefaultParagraphFormat(
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->SetDefaultParagraphFormat(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->SetDefaultParagraphFormat(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::SetText(
|
|
winrt::Microsoft::UI::Text::TextSetOptions const& options,
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetText(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->SetText(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::Undo() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Undo());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->Undo());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<
|
|
D>::AlignmentIncludesTrailingWhitespace() const {
|
|
bool value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_AlignmentIncludesTrailingWhitespace(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_AlignmentIncludesTrailingWhitespace(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<
|
|
D>::AlignmentIncludesTrailingWhitespace(bool value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_AlignmentIncludesTrailingWhitespace(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_AlignmentIncludesTrailingWhitespace(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<
|
|
D>::IgnoreTrailingCharacterSpacing() const {
|
|
bool value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_IgnoreTrailingCharacterSpacing(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->get_IgnoreTrailingCharacterSpacing(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::IgnoreTrailingCharacterSpacing(
|
|
bool value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_IgnoreTrailingCharacterSpacing(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->put_IgnoreTrailingCharacterSpacing(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument<D>::ClearUndoRedoHistory() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextDocument>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->ClearUndoRedoHistory());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument>**)this;
|
|
check_hresult(_winrt_abi_type->ClearUndoRedoHistory());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument2<D>::GetMathMode() const {
|
|
winrt::Microsoft::UI::Text::RichEditMathMode result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextDocument2>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument2,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument2>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->GetMathMode(reinterpret_cast<int32_t*>(&result)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument2>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->GetMathMode(reinterpret_cast<int32_t*>(&result)));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument2<D>::SetMathMode(
|
|
winrt::Microsoft::UI::Text::RichEditMathMode const& mode) const {
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextDocument2>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument2,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument2>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetMathMode(static_cast<int32_t>(mode)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument2>**)this;
|
|
check_hresult(_winrt_abi_type->SetMathMode(static_cast<int32_t>(mode)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument2<D>::GetMathML(
|
|
hstring& value) const {
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextDocument2>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument2,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument2>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetMathML(impl::bind_out(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument2>**)this;
|
|
check_hresult(_winrt_abi_type->GetMathML(impl::bind_out(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextDocument2<D>::SetMathML(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextDocument2>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextDocument2,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextDocument2>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetMathML(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextDocument2>**)this;
|
|
check_hresult(_winrt_abi_type->SetMathML(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::Alignment() const {
|
|
winrt::Microsoft::UI::Text::ParagraphAlignment value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Alignment(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Alignment(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::Alignment(
|
|
winrt::Microsoft::UI::Text::ParagraphAlignment const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Alignment(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Alignment(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::FirstLineIndent()
|
|
const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_FirstLineIndent(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_FirstLineIndent(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::KeepTogether() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_KeepTogether(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_KeepTogether(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::KeepTogether(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_KeepTogether(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_KeepTogether(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::KeepWithNext() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_KeepWithNext(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_KeepWithNext(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::KeepWithNext(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_KeepWithNext(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_KeepWithNext(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::LeftIndent() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_LeftIndent(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_LeftIndent(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::LineSpacing() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_LineSpacing(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_LineSpacing(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::LineSpacingRule()
|
|
const {
|
|
winrt::Microsoft::UI::Text::LineSpacingRule value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_LineSpacingRule(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_LineSpacingRule(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListAlignment() const {
|
|
winrt::Microsoft::UI::Text::MarkerAlignment value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListAlignment(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListAlignment(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListAlignment(
|
|
winrt::Microsoft::UI::Text::MarkerAlignment const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_ListAlignment(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_ListAlignment(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListLevelIndex() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ListLevelIndex(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_ListLevelIndex(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListLevelIndex(
|
|
int32_t value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ListLevelIndex(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ListLevelIndex(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListStart() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ListStart(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_ListStart(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListStart(
|
|
int32_t value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ListStart(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ListStart(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListStyle() const {
|
|
winrt::Microsoft::UI::Text::MarkerStyle value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListStyle(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListStyle(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListStyle(
|
|
winrt::Microsoft::UI::Text::MarkerStyle const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ListStyle(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ListStyle(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListTab() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ListTab(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_ListTab(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListTab(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ListTab(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ListTab(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListType() const {
|
|
winrt::Microsoft::UI::Text::MarkerType value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListType(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_ListType(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ListType(
|
|
winrt::Microsoft::UI::Text::MarkerType const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ListType(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_ListType(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::NoLineNumber() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_NoLineNumber(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_NoLineNumber(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::NoLineNumber(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_NoLineNumber(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_NoLineNumber(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::PageBreakBefore()
|
|
const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_PageBreakBefore(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_PageBreakBefore(
|
|
reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::PageBreakBefore(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_PageBreakBefore(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_PageBreakBefore(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::RightIndent() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_RightIndent(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_RightIndent(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::RightIndent(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_RightIndent(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_RightIndent(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::RightToLeft() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_RightToLeft(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_RightToLeft(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::RightToLeft(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_RightToLeft(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_RightToLeft(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::Style() const {
|
|
winrt::Microsoft::UI::Text::ParagraphStyle value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Style(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Style(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::Style(
|
|
winrt::Microsoft::UI::Text::ParagraphStyle const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Style(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_Style(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SpaceAfter() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_SpaceAfter(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_SpaceAfter(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SpaceAfter(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_SpaceAfter(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_SpaceAfter(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SpaceBefore() const {
|
|
float value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_SpaceBefore(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_SpaceBefore(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SpaceBefore(
|
|
float value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_SpaceBefore(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->put_SpaceBefore(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::WidowControl() const {
|
|
winrt::Microsoft::UI::Text::FormatEffect value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_WidowControl(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_WidowControl(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::WidowControl(
|
|
winrt::Microsoft::UI::Text::FormatEffect const& value) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->put_WidowControl(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->put_WidowControl(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::TabCount() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_TabCount(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->get_TabCount(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::AddTab(
|
|
float position, winrt::Microsoft::UI::Text::TabAlignment const& align,
|
|
winrt::Microsoft::UI::Text::TabLeader const& leader) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->AddTab(position, static_cast<int32_t>(align),
|
|
static_cast<int32_t>(leader)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->AddTab(position, static_cast<int32_t>(align),
|
|
static_cast<int32_t>(leader)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::ClearAllTabs() const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->ClearAllTabs());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->ClearAllTabs());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::DeleteTab(
|
|
float position) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->DeleteTab(position));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->DeleteTab(position));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::GetClone() const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextParagraphFormat{
|
|
result, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::GetTab(
|
|
int32_t index, float& position,
|
|
winrt::Microsoft::UI::Text::TabAlignment& align,
|
|
winrt::Microsoft::UI::Text::TabLeader& leader) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetTab(index, &position,
|
|
reinterpret_cast<int32_t*>(&align),
|
|
reinterpret_cast<int32_t*>(&leader)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->GetTab(index, &position,
|
|
reinterpret_cast<int32_t*>(&align),
|
|
reinterpret_cast<int32_t*>(&leader)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::IsEqual(
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const& format) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&format), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&format), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SetClone(
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const& format) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetClone(*(void**)(&format)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->SetClone(*(void**)(&format)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SetIndents(
|
|
float start, float left, float right) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetIndents(start, left, right));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(_winrt_abi_type->SetIndents(start, left, right));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextParagraphFormat<D>::SetLineSpacing(
|
|
winrt::Microsoft::UI::Text::LineSpacingRule const& rule,
|
|
float spacing) const {
|
|
if constexpr (!std::is_same_v<
|
|
D, winrt::Microsoft::UI::Text::ITextParagraphFormat>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result = impl::try_as_with_reason<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat, D const*>(
|
|
static_cast<D const*>(this), _winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::
|
|
ITextParagraphFormat>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->SetLineSpacing(static_cast<int32_t>(rule), spacing));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextParagraphFormat>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->SetLineSpacing(static_cast<int32_t>(rule), spacing));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Character() const {
|
|
char16_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Character(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_Character(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Character(char16_t value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Character(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_Character(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::CharacterFormat() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_CharacterFormat(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_CharacterFormat(&value));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextCharacterFormat{
|
|
value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::CharacterFormat(
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_CharacterFormat(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_CharacterFormat(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::FormattedText() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_FormattedText(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_FormattedText(&value));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextRange{value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::FormattedText(
|
|
winrt::Microsoft::UI::Text::ITextRange const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_FormattedText(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_FormattedText(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::EndPosition() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_EndPosition(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_EndPosition(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::EndPosition(int32_t value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_EndPosition(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_EndPosition(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Gravity() const {
|
|
winrt::Microsoft::UI::Text::RangeGravity value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Gravity(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Gravity(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Gravity(
|
|
winrt::Microsoft::UI::Text::RangeGravity const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Gravity(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_Gravity(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Length() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Length(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_Length(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Link() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Link(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_Link(&value));
|
|
}
|
|
return hstring{value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Link(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Link(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_Link(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::ParagraphFormat() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_ParagraphFormat(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_ParagraphFormat(&value));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextParagraphFormat{
|
|
value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::ParagraphFormat(
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_ParagraphFormat(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_ParagraphFormat(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::StartPosition() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_StartPosition(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_StartPosition(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::StartPosition(
|
|
int32_t value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_StartPosition(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_StartPosition(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::StoryLength() const {
|
|
int32_t value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_StoryLength(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_StoryLength(&value));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Text() const {
|
|
void* value{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->get_Text(&value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->get_Text(&value));
|
|
}
|
|
return hstring{value, take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Text(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Text(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->put_Text(*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::CanPaste(int32_t format) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->CanPaste(format, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->CanPaste(format, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::ChangeCase(
|
|
winrt::Microsoft::UI::Text::LetterCase const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->ChangeCase(static_cast<int32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->ChangeCase(static_cast<int32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Collapse(bool value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Collapse(value));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->Collapse(value));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Copy() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Copy());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->Copy());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Cut() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Cut());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->Cut());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Delete(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit,
|
|
int32_t count) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->Delete(static_cast<int32_t>(unit), count, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->Delete(static_cast<int32_t>(unit), count, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::EndOf(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->EndOf(static_cast<int32_t>(unit), extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->EndOf(static_cast<int32_t>(unit), extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Expand(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Expand(static_cast<int32_t>(unit), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->Expand(static_cast<int32_t>(unit), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::FindText(
|
|
param::hstring const& value, int32_t scanLength,
|
|
winrt::Microsoft::UI::Text::FindOptions const& options) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->FindText(*(void**)(&value), scanLength,
|
|
static_cast<uint32_t>(options),
|
|
&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->FindText(*(void**)(&value), scanLength,
|
|
static_cast<uint32_t>(options),
|
|
&result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetCharacterUtf32(
|
|
uint32_t& value, int32_t offset) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetCharacterUtf32(&value, offset));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetCharacterUtf32(&value, offset));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetClone() const {
|
|
void* result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetClone(&result));
|
|
}
|
|
return winrt::Microsoft::UI::Text::ITextRange{result,
|
|
take_ownership_from_abi};
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetIndex(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->GetIndex(static_cast<int32_t>(unit), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->GetIndex(static_cast<int32_t>(unit), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetPoint(
|
|
winrt::Microsoft::UI::Text::HorizontalCharacterAlignment const&
|
|
horizontalAlign,
|
|
winrt::Microsoft::UI::Text::VerticalCharacterAlignment const& verticalAlign,
|
|
winrt::Microsoft::UI::Text::PointOptions const& options,
|
|
winrt::Windows::Foundation::Point& point) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetPoint(
|
|
static_cast<int32_t>(horizontalAlign),
|
|
static_cast<int32_t>(verticalAlign), static_cast<uint32_t>(options),
|
|
impl::bind_out(point)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetPoint(
|
|
static_cast<int32_t>(horizontalAlign),
|
|
static_cast<int32_t>(verticalAlign), static_cast<uint32_t>(options),
|
|
impl::bind_out(point)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetRect(
|
|
winrt::Microsoft::UI::Text::PointOptions const& options,
|
|
winrt::Windows::Foundation::Rect& rect, int32_t& hit) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetRect(static_cast<uint32_t>(options),
|
|
impl::bind_out(rect), &hit));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetRect(static_cast<uint32_t>(options),
|
|
impl::bind_out(rect), &hit));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetText(
|
|
winrt::Microsoft::UI::Text::TextGetOptions const& options,
|
|
hstring& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetText(static_cast<uint32_t>(options),
|
|
impl::bind_out(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetText(static_cast<uint32_t>(options),
|
|
impl::bind_out(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::GetTextViaStream(
|
|
winrt::Microsoft::UI::Text::TextGetOptions const& options,
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->GetTextViaStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->GetTextViaStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::InRange(
|
|
winrt::Microsoft::UI::Text::ITextRange const& range) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->InRange(*(void**)(&range), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->InRange(*(void**)(&range), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::InsertImage(
|
|
int32_t width, int32_t height, int32_t ascent,
|
|
winrt::Microsoft::UI::Text::VerticalCharacterAlignment const& verticalAlign,
|
|
param::hstring const& alternateText,
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->InsertImage(
|
|
width, height, ascent, static_cast<int32_t>(verticalAlign),
|
|
*(void**)(&alternateText), *(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->InsertImage(
|
|
width, height, ascent, static_cast<int32_t>(verticalAlign),
|
|
*(void**)(&alternateText), *(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::InStory(
|
|
winrt::Microsoft::UI::Text::ITextRange const& range) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->InStory(*(void**)(&range), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->InStory(*(void**)(&range), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::IsEqual(
|
|
winrt::Microsoft::UI::Text::ITextRange const& range) const {
|
|
bool result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&range), &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->IsEqual(*(void**)(&range), &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Move(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit,
|
|
int32_t count) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->Move(static_cast<int32_t>(unit), count, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->Move(static_cast<int32_t>(unit), count, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::MoveEnd(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit,
|
|
int32_t count) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->MoveEnd(static_cast<int32_t>(unit), count, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->MoveEnd(static_cast<int32_t>(unit), count, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::MoveStart(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit,
|
|
int32_t count) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->MoveStart(static_cast<int32_t>(unit), count, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->MoveStart(static_cast<int32_t>(unit), count, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::Paste(int32_t format) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->Paste(format));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->Paste(format));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::ScrollIntoView(
|
|
winrt::Microsoft::UI::Text::PointOptions const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->ScrollIntoView(static_cast<uint32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->ScrollIntoView(static_cast<uint32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::MatchSelection() const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->MatchSelection());
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->MatchSelection());
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::SetIndex(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, int32_t index,
|
|
bool extend) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->SetIndex(static_cast<int32_t>(unit), index, extend));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->SetIndex(static_cast<int32_t>(unit), index, extend));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::SetPoint(
|
|
winrt::Windows::Foundation::Point const& point,
|
|
winrt::Microsoft::UI::Text::PointOptions const& options,
|
|
bool extend) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetPoint(
|
|
impl::bind_in(point), static_cast<uint32_t>(options), extend));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->SetPoint(
|
|
impl::bind_in(point), static_cast<uint32_t>(options), extend));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::SetRange(
|
|
int32_t startPosition, int32_t endPosition) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetRange(startPosition, endPosition));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->SetRange(startPosition, endPosition));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::SetText(
|
|
winrt::Microsoft::UI::Text::TextSetOptions const& options,
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetText(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->SetText(static_cast<uint32_t>(options),
|
|
*(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::SetTextViaStream(
|
|
winrt::Microsoft::UI::Text::TextSetOptions const& options,
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const& value) const {
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->SetTextViaStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(_winrt_abi_type->SetTextViaStream(
|
|
static_cast<uint32_t>(options), *(void**)(&value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextRange<D>::StartOf(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D, winrt::Microsoft::UI::Text::ITextRange>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextRange,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->StartOf(static_cast<int32_t>(unit), extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextRange>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->StartOf(static_cast<int32_t>(unit), extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::Options() const {
|
|
winrt::Microsoft::UI::Text::SelectionOptions value{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Options(reinterpret_cast<uint32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Options(reinterpret_cast<uint32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::Options(
|
|
winrt::Microsoft::UI::Text::SelectionOptions const& value) const {
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->put_Options(static_cast<uint32_t>(value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->put_Options(static_cast<uint32_t>(value)));
|
|
}
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::Type() const {
|
|
winrt::Microsoft::UI::Text::SelectionType value{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Type(reinterpret_cast<int32_t*>(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->get_Type(reinterpret_cast<int32_t*>(&value)));
|
|
}
|
|
return value;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::EndKey(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->EndKey(static_cast<int32_t>(unit), extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->EndKey(static_cast<int32_t>(unit), extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::HomeKey(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(
|
|
_winrt_abi_type->HomeKey(static_cast<int32_t>(unit), extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(
|
|
_winrt_abi_type->HomeKey(static_cast<int32_t>(unit), extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::MoveDown(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, int32_t count,
|
|
bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->MoveDown(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->MoveDown(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::MoveLeft(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, int32_t count,
|
|
bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->MoveLeft(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->MoveLeft(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::MoveRight(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, int32_t count,
|
|
bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->MoveRight(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->MoveRight(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::MoveUp(
|
|
winrt::Microsoft::UI::Text::TextRangeUnit const& unit, int32_t count,
|
|
bool extend) const {
|
|
int32_t result{};
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->MoveUp(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->MoveUp(static_cast<int32_t>(unit), count,
|
|
extend, &result));
|
|
}
|
|
return result;
|
|
}
|
|
template <typename D>
|
|
auto consume_Microsoft_UI_Text_ITextSelection<D>::TypeText(
|
|
param::hstring const& value) const {
|
|
if constexpr (!std::is_same_v<D,
|
|
winrt::Microsoft::UI::Text::ITextSelection>) {
|
|
winrt::hresult _winrt_cast_result_code;
|
|
auto const _winrt_casted_result =
|
|
impl::try_as_with_reason<winrt::Microsoft::UI::Text::ITextSelection,
|
|
D const*>(static_cast<D const*>(this),
|
|
_winrt_cast_result_code);
|
|
check_hresult(_winrt_cast_result_code);
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<
|
|
winrt::Microsoft::UI::Text::ITextSelection>**)&_winrt_casted_result;
|
|
check_hresult(_winrt_abi_type->TypeText(*(void**)(&value)));
|
|
} else {
|
|
auto const _winrt_abi_type =
|
|
*(abi_t<winrt::Microsoft::UI::Text::ITextSelection>**)this;
|
|
check_hresult(_winrt_abi_type->TypeText(*(void**)(&value)));
|
|
}
|
|
}
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::IFontWeights>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::IFontWeights> {};
|
|
#endif
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::IFontWeightsStatics>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::IFontWeightsStatics> {
|
|
int32_t __stdcall get_Black(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Text::FontWeight>(this->shim().Black());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Bold(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Text::FontWeight>(this->shim().Bold());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ExtraBlack(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().ExtraBlack());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ExtraBold(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().ExtraBold());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ExtraLight(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().ExtraLight());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Light(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Text::FontWeight>(this->shim().Light());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Medium(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().Medium());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Normal(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().Normal());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_SemiBold(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().SemiBold());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_SemiLight(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontWeight>(
|
|
this->shim().SemiLight());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Thin(
|
|
struct struct_Windows_UI_Text_FontWeight* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Text::FontWeight>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Text::FontWeight>(this->shim().Thin());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
#endif
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextCharacterFormat>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextCharacterFormat> {
|
|
int32_t __stdcall get_AllCaps(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().AllCaps());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_AllCaps(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().AllCaps(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_BackgroundColor(
|
|
struct struct_Windows_UI_Color* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Color>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Color>(this->shim().BackgroundColor());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_BackgroundColor(
|
|
struct struct_Windows_UI_Color value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().BackgroundColor(
|
|
*reinterpret_cast<winrt::Windows::UI::Color const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Bold(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Bold());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Bold(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Bold(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_FontStretch(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontStretch>(
|
|
this->shim().FontStretch());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_FontStretch(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().FontStretch(
|
|
*reinterpret_cast<winrt::Windows::UI::Text::FontStretch const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_FontStyle(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontStyle>(
|
|
this->shim().FontStyle());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_FontStyle(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().FontStyle(
|
|
*reinterpret_cast<winrt::Windows::UI::Text::FontStyle const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ForegroundColor(
|
|
struct struct_Windows_UI_Color* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Color>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Color>(this->shim().ForegroundColor());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ForegroundColor(
|
|
struct struct_Windows_UI_Color value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ForegroundColor(
|
|
*reinterpret_cast<winrt::Windows::UI::Color const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Hidden(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Hidden());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Hidden(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Hidden(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Italic(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Italic());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Italic(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Italic(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Kerning(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().Kerning());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Kerning(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Kerning(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_LanguageTag(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<hstring>(this->shim().LanguageTag());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_LanguageTag(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().LanguageTag(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_LinkType(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::LinkType>(
|
|
this->shim().LinkType());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Name(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<hstring>(this->shim().Name());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Name(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Name(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Outline(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Outline());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Outline(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Outline(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Position(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().Position());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Position(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Position(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ProtectedText(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().ProtectedText());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ProtectedText(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ProtectedText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Size(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().Size());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Size(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Size(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_SmallCaps(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().SmallCaps());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_SmallCaps(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SmallCaps(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Spacing(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().Spacing());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Spacing(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Spacing(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Strikethrough(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Strikethrough());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Strikethrough(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Strikethrough(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Subscript(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Subscript());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Subscript(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Subscript(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Superscript(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().Superscript());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Superscript(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Superscript(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_TextScript(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::TextScript>(
|
|
this->shim().TextScript());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_TextScript(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().TextScript(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextScript const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Underline(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::UnderlineType>(
|
|
this->shim().Underline());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Underline(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Underline(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::UnderlineType const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Weight(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().Weight());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Weight(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Weight(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetClone(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetClone(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetClone(void** result) noexcept final try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextCharacterFormat>(
|
|
this->shim().GetClone());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall IsEqual(void* format, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().IsEqual(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const*>(&format)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextConstantsStatics>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextConstantsStatics> {
|
|
int32_t __stdcall get_AutoColor(
|
|
struct struct_Windows_UI_Color* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Color>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Color>(this->shim().AutoColor());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_MinUnitCount(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().MinUnitCount());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_MaxUnitCount(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().MaxUnitCount());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndefinedColor(
|
|
struct struct_Windows_UI_Color* value) noexcept final try {
|
|
zero_abi<winrt::Windows::UI::Color>(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<winrt::Windows::UI::Color>(this->shim().UndefinedColor());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndefinedFloatValue(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().UndefinedFloatValue());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndefinedInt32Value(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().UndefinedInt32Value());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndefinedFontStretch(int32_t* value) noexcept final
|
|
try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontStretch>(
|
|
this->shim().UndefinedFontStretch());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndefinedFontStyle(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Windows::UI::Text::FontStyle>(
|
|
this->shim().UndefinedFontStyle());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
#endif
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextDocument>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextDocument> {
|
|
int32_t __stdcall get_CaretType(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::CaretType>(
|
|
this->shim().CaretType());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_CaretType(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().CaretType(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::CaretType const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_DefaultTabStop(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().DefaultTabStop());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_DefaultTabStop(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().DefaultTabStop(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Selection(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ITextSelection>(
|
|
this->shim().Selection());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_UndoLimit(uint32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<uint32_t>(this->shim().UndoLimit());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_UndoLimit(uint32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().UndoLimit(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall CanCopy(bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().CanCopy());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall CanPaste(bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().CanPaste());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall CanRedo(bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().CanRedo());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall CanUndo(bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().CanUndo());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall ApplyDisplayUpdates(int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().ApplyDisplayUpdates());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall BatchDisplayUpdates(int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().BatchDisplayUpdates());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall BeginUndoGroup() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().BeginUndoGroup();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall EndUndoGroup() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().EndUndoGroup();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetDefaultCharacterFormat(void** result) noexcept final
|
|
try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextCharacterFormat>(
|
|
this->shim().GetDefaultCharacterFormat());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetDefaultParagraphFormat(void** result) noexcept final
|
|
try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextParagraphFormat>(
|
|
this->shim().GetDefaultParagraphFormat());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetRange(int32_t startPosition, int32_t endPosition,
|
|
void** result) noexcept final try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextRange>(
|
|
this->shim().GetRange(startPosition, endPosition));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetRangeFromPoint(winrt::Windows::Foundation::Point point,
|
|
uint32_t options,
|
|
void** result) noexcept final try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextRange>(
|
|
this->shim().GetRangeFromPoint(
|
|
*reinterpret_cast<winrt::Windows::Foundation::Point const*>(&point),
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::PointOptions const*>(
|
|
&options)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetText(uint32_t options, void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextGetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<hstring*>(value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall LoadFromStream(uint32_t options, void* value) noexcept final
|
|
try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().LoadFromStream(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextSetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Redo() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Redo();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SaveToStream(uint32_t options, void* value) noexcept final
|
|
try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SaveToStream(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextGetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetDefaultCharacterFormat(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetDefaultCharacterFormat(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetDefaultParagraphFormat(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetDefaultParagraphFormat(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetText(uint32_t options, void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextSetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Undo() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Undo();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_AlignmentIncludesTrailingWhitespace(
|
|
bool* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value =
|
|
detach_from<bool>(this->shim().AlignmentIncludesTrailingWhitespace());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_AlignmentIncludesTrailingWhitespace(
|
|
bool value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().AlignmentIncludesTrailingWhitespace(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_IgnoreTrailingCharacterSpacing(
|
|
bool* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<bool>(this->shim().IgnoreTrailingCharacterSpacing());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_IgnoreTrailingCharacterSpacing(
|
|
bool value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().IgnoreTrailingCharacterSpacing(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall ClearUndoRedoHistory() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ClearUndoRedoHistory();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
#endif
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextDocument2>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextDocument2> {
|
|
int32_t __stdcall GetMathMode(int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::RichEditMathMode>(
|
|
this->shim().GetMathMode());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetMathMode(int32_t mode) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetMathMode(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::RichEditMathMode const*>(
|
|
&mode));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetMathML(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetMathML(*reinterpret_cast<hstring*>(value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetMathML(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetMathML(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
#endif
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextParagraphFormat>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextParagraphFormat> {
|
|
int32_t __stdcall get_Alignment(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ParagraphAlignment>(
|
|
this->shim().Alignment());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Alignment(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Alignment(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ParagraphAlignment const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_FirstLineIndent(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().FirstLineIndent());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_KeepTogether(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().KeepTogether());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_KeepTogether(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().KeepTogether(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_KeepWithNext(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().KeepWithNext());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_KeepWithNext(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().KeepWithNext(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_LeftIndent(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().LeftIndent());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_LineSpacing(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().LineSpacing());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_LineSpacingRule(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::LineSpacingRule>(
|
|
this->shim().LineSpacingRule());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListAlignment(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::MarkerAlignment>(
|
|
this->shim().ListAlignment());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListAlignment(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListAlignment(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::MarkerAlignment const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListLevelIndex(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().ListLevelIndex());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListLevelIndex(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListLevelIndex(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListStart(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().ListStart());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListStart(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListStart(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListStyle(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::MarkerStyle>(
|
|
this->shim().ListStyle());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListStyle(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListStyle(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::MarkerStyle const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListTab(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().ListTab());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListTab(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListTab(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ListType(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::MarkerType>(
|
|
this->shim().ListType());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ListType(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ListType(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::MarkerType const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_NoLineNumber(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().NoLineNumber());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_NoLineNumber(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().NoLineNumber(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_PageBreakBefore(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().PageBreakBefore());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_PageBreakBefore(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().PageBreakBefore(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_RightIndent(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().RightIndent());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_RightIndent(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().RightIndent(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_RightToLeft(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().RightToLeft());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_RightToLeft(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().RightToLeft(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Style(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ParagraphStyle>(
|
|
this->shim().Style());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Style(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Style(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::ParagraphStyle const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_SpaceAfter(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().SpaceAfter());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_SpaceAfter(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SpaceAfter(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_SpaceBefore(float* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<float>(this->shim().SpaceBefore());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_SpaceBefore(float value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SpaceBefore(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_WidowControl(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::FormatEffect>(
|
|
this->shim().WidowControl());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_WidowControl(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().WidowControl(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FormatEffect const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_TabCount(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().TabCount());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall AddTab(float position, int32_t align,
|
|
int32_t leader) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().AddTab(
|
|
position,
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TabAlignment const*>(
|
|
&align),
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TabLeader const*>(
|
|
&leader));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall ClearAllTabs() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ClearAllTabs();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall DeleteTab(float position) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().DeleteTab(position);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetClone(void** result) noexcept final try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextParagraphFormat>(
|
|
this->shim().GetClone());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetTab(int32_t index, float* position, int32_t* align,
|
|
int32_t* leader) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetTab(
|
|
index, *position,
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TabAlignment*>(align),
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TabLeader*>(leader));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall IsEqual(void* format, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().IsEqual(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const*>(&format)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetClone(void* format) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetClone(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const*>(&format));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetIndents(float start, float left,
|
|
float right) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetIndents(start, left, right);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetLineSpacing(int32_t rule, float spacing) noexcept final
|
|
try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetLineSpacing(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::LineSpacingRule const*>(
|
|
&rule),
|
|
spacing);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextRange>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextRange> {
|
|
int32_t __stdcall get_Character(char16_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<char16_t>(this->shim().Character());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Character(char16_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Character(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_CharacterFormat(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ITextCharacterFormat>(
|
|
this->shim().CharacterFormat());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_CharacterFormat(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().CharacterFormat(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextCharacterFormat const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_FormattedText(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ITextRange>(
|
|
this->shim().FormattedText());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_FormattedText(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().FormattedText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::ITextRange const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_EndPosition(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().EndPosition());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_EndPosition(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().EndPosition(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Gravity(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::RangeGravity>(
|
|
this->shim().Gravity());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Gravity(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Gravity(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::RangeGravity const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Length(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().Length());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Link(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<hstring>(this->shim().Link());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Link(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Link(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_ParagraphFormat(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::ITextParagraphFormat>(
|
|
this->shim().ParagraphFormat());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_ParagraphFormat(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ParagraphFormat(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::ITextParagraphFormat const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_StartPosition(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().StartPosition());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_StartPosition(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().StartPosition(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_StoryLength(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<int32_t>(this->shim().StoryLength());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Text(void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<hstring>(this->shim().Text());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Text(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Text(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall CanPaste(int32_t format, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().CanPaste(format));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall ChangeCase(int32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ChangeCase(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::LetterCase const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Collapse(bool value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Collapse(value);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Copy() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Copy();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Cut() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Cut();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Delete(int32_t unit, int32_t count,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().Delete(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall EndOf(int32_t unit, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().EndOf(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Expand(int32_t unit, int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().Expand(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall FindText(void* value, int32_t scanLength, uint32_t options,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().FindText(
|
|
*reinterpret_cast<hstring const*>(&value), scanLength,
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::FindOptions const*>(
|
|
&options)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetCharacterUtf32(uint32_t* value,
|
|
int32_t offset) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetCharacterUtf32(*value, offset);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetClone(void** result) noexcept final try {
|
|
clear_abi(result);
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<winrt::Microsoft::UI::Text::ITextRange>(
|
|
this->shim().GetClone());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetIndex(int32_t unit, int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().GetIndex(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetPoint(
|
|
int32_t horizontalAlign, int32_t verticalAlign, uint32_t options,
|
|
winrt::Windows::Foundation::Point* point) noexcept final try {
|
|
zero_abi<winrt::Windows::Foundation::Point>(point);
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetPoint(
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::HorizontalCharacterAlignment const*>(
|
|
&horizontalAlign),
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::VerticalCharacterAlignment const*>(
|
|
&verticalAlign),
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::PointOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<winrt::Windows::Foundation::Point*>(point));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetRect(uint32_t options,
|
|
winrt::Windows::Foundation::Rect* rect,
|
|
int32_t* hit) noexcept final try {
|
|
zero_abi<winrt::Windows::Foundation::Rect>(rect);
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetRect(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::PointOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<winrt::Windows::Foundation::Rect*>(rect), *hit);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetText(uint32_t options, void** value) noexcept final try {
|
|
clear_abi(value);
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextGetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<hstring*>(value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall GetTextViaStream(uint32_t options,
|
|
void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().GetTextViaStream(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextGetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall InRange(void* range, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().InRange(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::ITextRange const*>(
|
|
&range)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall InsertImage(int32_t width, int32_t height, int32_t ascent,
|
|
int32_t verticalAlign, void* alternateText,
|
|
void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().InsertImage(
|
|
width, height, ascent,
|
|
*reinterpret_cast<
|
|
winrt::Microsoft::UI::Text::VerticalCharacterAlignment const*>(
|
|
&verticalAlign),
|
|
*reinterpret_cast<hstring const*>(&alternateText),
|
|
*reinterpret_cast<
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall InStory(void* range, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().InStory(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::ITextRange const*>(
|
|
&range)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall IsEqual(void* range, bool* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<bool>(this->shim().IsEqual(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::ITextRange const*>(
|
|
&range)));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Move(int32_t unit, int32_t count,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().Move(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveEnd(int32_t unit, int32_t count,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveEnd(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveStart(int32_t unit, int32_t count,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveStart(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall Paste(int32_t format) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Paste(format);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall ScrollIntoView(uint32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().ScrollIntoView(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::PointOptions const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MatchSelection() noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().MatchSelection();
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetIndex(int32_t unit, int32_t index,
|
|
bool extend) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetIndex(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
index, extend);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetPoint(winrt::Windows::Foundation::Point point,
|
|
uint32_t options, bool extend) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetPoint(
|
|
*reinterpret_cast<winrt::Windows::Foundation::Point const*>(&point),
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::PointOptions const*>(
|
|
&options),
|
|
extend);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetRange(int32_t startPosition,
|
|
int32_t endPosition) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetRange(startPosition, endPosition);
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetText(uint32_t options, void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetText(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextSetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall SetTextViaStream(uint32_t options,
|
|
void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().SetTextViaStream(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextSetOptions const*>(
|
|
&options),
|
|
*reinterpret_cast<
|
|
winrt::Windows::Storage::Streams::IRandomAccessStream const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall StartOf(int32_t unit, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().StartOf(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
template <typename D>
|
|
struct produce<D, winrt::Microsoft::UI::Text::ITextSelection>
|
|
: produce_base<D, winrt::Microsoft::UI::Text::ITextSelection> {
|
|
int32_t __stdcall get_Options(uint32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::SelectionOptions>(
|
|
this->shim().Options());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall put_Options(uint32_t value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().Options(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::SelectionOptions const*>(
|
|
&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall get_Type(int32_t* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*value = detach_from<winrt::Microsoft::UI::Text::SelectionType>(
|
|
this->shim().Type());
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall EndKey(int32_t unit, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().EndKey(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall HomeKey(int32_t unit, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().HomeKey(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveDown(int32_t unit, int32_t count, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveDown(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count, extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveLeft(int32_t unit, int32_t count, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveLeft(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count, extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveRight(int32_t unit, int32_t count, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveRight(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count, extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall MoveUp(int32_t unit, int32_t count, bool extend,
|
|
int32_t* result) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
*result = detach_from<int32_t>(this->shim().MoveUp(
|
|
*reinterpret_cast<winrt::Microsoft::UI::Text::TextRangeUnit const*>(
|
|
&unit),
|
|
count, extend));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
int32_t __stdcall TypeText(void* value) noexcept final try {
|
|
typename D::abi_guard guard(this->shim());
|
|
this->shim().TypeText(*reinterpret_cast<hstring const*>(&value));
|
|
return 0;
|
|
} catch (...) {
|
|
return to_hresult();
|
|
}
|
|
};
|
|
} // namespace winrt::impl
|
|
WINRT_EXPORT namespace winrt::Microsoft::UI::Text {
|
|
constexpr auto operator|(FindOptions const left,
|
|
FindOptions const right) noexcept {
|
|
return static_cast<FindOptions>(impl::to_underlying_type(left) |
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator|=(FindOptions& left,
|
|
FindOptions const right) noexcept {
|
|
left = left | right;
|
|
return left;
|
|
}
|
|
constexpr auto operator&(FindOptions const left,
|
|
FindOptions const right) noexcept {
|
|
return static_cast<FindOptions>(impl::to_underlying_type(left) &
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator&=(FindOptions& left,
|
|
FindOptions const right) noexcept {
|
|
left = left & right;
|
|
return left;
|
|
}
|
|
constexpr auto operator~(FindOptions const value) noexcept {
|
|
return static_cast<FindOptions>(~impl::to_underlying_type(value));
|
|
}
|
|
constexpr auto operator^(FindOptions const left,
|
|
FindOptions const right) noexcept {
|
|
return static_cast<FindOptions>(impl::to_underlying_type(left) ^
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator^=(FindOptions& left,
|
|
FindOptions const right) noexcept {
|
|
left = left ^ right;
|
|
return left;
|
|
}
|
|
constexpr auto operator|(PointOptions const left,
|
|
PointOptions const right) noexcept {
|
|
return static_cast<PointOptions>(impl::to_underlying_type(left) |
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator|=(PointOptions& left,
|
|
PointOptions const right) noexcept {
|
|
left = left | right;
|
|
return left;
|
|
}
|
|
constexpr auto operator&(PointOptions const left,
|
|
PointOptions const right) noexcept {
|
|
return static_cast<PointOptions>(impl::to_underlying_type(left) &
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator&=(PointOptions& left,
|
|
PointOptions const right) noexcept {
|
|
left = left & right;
|
|
return left;
|
|
}
|
|
constexpr auto operator~(PointOptions const value) noexcept {
|
|
return static_cast<PointOptions>(~impl::to_underlying_type(value));
|
|
}
|
|
constexpr auto operator^(PointOptions const left,
|
|
PointOptions const right) noexcept {
|
|
return static_cast<PointOptions>(impl::to_underlying_type(left) ^
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator^=(PointOptions& left,
|
|
PointOptions const right) noexcept {
|
|
left = left ^ right;
|
|
return left;
|
|
}
|
|
constexpr auto operator|(SelectionOptions const left,
|
|
SelectionOptions const right) noexcept {
|
|
return static_cast<SelectionOptions>(impl::to_underlying_type(left) |
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator|=(SelectionOptions& left,
|
|
SelectionOptions const right) noexcept {
|
|
left = left | right;
|
|
return left;
|
|
}
|
|
constexpr auto operator&(SelectionOptions const left,
|
|
SelectionOptions const right) noexcept {
|
|
return static_cast<SelectionOptions>(impl::to_underlying_type(left) &
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator&=(SelectionOptions& left,
|
|
SelectionOptions const right) noexcept {
|
|
left = left & right;
|
|
return left;
|
|
}
|
|
constexpr auto operator~(SelectionOptions const value) noexcept {
|
|
return static_cast<SelectionOptions>(~impl::to_underlying_type(value));
|
|
}
|
|
constexpr auto operator^(SelectionOptions const left,
|
|
SelectionOptions const right) noexcept {
|
|
return static_cast<SelectionOptions>(impl::to_underlying_type(left) ^
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator^=(SelectionOptions& left,
|
|
SelectionOptions const right) noexcept {
|
|
left = left ^ right;
|
|
return left;
|
|
}
|
|
constexpr auto operator|(TextGetOptions const left,
|
|
TextGetOptions const right) noexcept {
|
|
return static_cast<TextGetOptions>(impl::to_underlying_type(left) |
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator|=(TextGetOptions& left,
|
|
TextGetOptions const right) noexcept {
|
|
left = left | right;
|
|
return left;
|
|
}
|
|
constexpr auto operator&(TextGetOptions const left,
|
|
TextGetOptions const right) noexcept {
|
|
return static_cast<TextGetOptions>(impl::to_underlying_type(left) &
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator&=(TextGetOptions& left,
|
|
TextGetOptions const right) noexcept {
|
|
left = left & right;
|
|
return left;
|
|
}
|
|
constexpr auto operator~(TextGetOptions const value) noexcept {
|
|
return static_cast<TextGetOptions>(~impl::to_underlying_type(value));
|
|
}
|
|
constexpr auto operator^(TextGetOptions const left,
|
|
TextGetOptions const right) noexcept {
|
|
return static_cast<TextGetOptions>(impl::to_underlying_type(left) ^
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator^=(TextGetOptions& left,
|
|
TextGetOptions const right) noexcept {
|
|
left = left ^ right;
|
|
return left;
|
|
}
|
|
constexpr auto operator|(TextSetOptions const left,
|
|
TextSetOptions const right) noexcept {
|
|
return static_cast<TextSetOptions>(impl::to_underlying_type(left) |
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator|=(TextSetOptions& left,
|
|
TextSetOptions const right) noexcept {
|
|
left = left | right;
|
|
return left;
|
|
}
|
|
constexpr auto operator&(TextSetOptions const left,
|
|
TextSetOptions const right) noexcept {
|
|
return static_cast<TextSetOptions>(impl::to_underlying_type(left) &
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator&=(TextSetOptions& left,
|
|
TextSetOptions const right) noexcept {
|
|
left = left & right;
|
|
return left;
|
|
}
|
|
constexpr auto operator~(TextSetOptions const value) noexcept {
|
|
return static_cast<TextSetOptions>(~impl::to_underlying_type(value));
|
|
}
|
|
constexpr auto operator^(TextSetOptions const left,
|
|
TextSetOptions const right) noexcept {
|
|
return static_cast<TextSetOptions>(impl::to_underlying_type(left) ^
|
|
impl::to_underlying_type(right));
|
|
}
|
|
constexpr auto operator^=(TextSetOptions& left,
|
|
TextSetOptions const right) noexcept {
|
|
left = left ^ right;
|
|
return left;
|
|
}
|
|
inline auto FontWeights::Black() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Black(); });
|
|
}
|
|
inline auto FontWeights::Bold() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Bold(); });
|
|
}
|
|
inline auto FontWeights::ExtraBlack() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.ExtraBlack(); });
|
|
}
|
|
inline auto FontWeights::ExtraBold() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.ExtraBold(); });
|
|
}
|
|
inline auto FontWeights::ExtraLight() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.ExtraLight(); });
|
|
}
|
|
inline auto FontWeights::Light() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Light(); });
|
|
}
|
|
inline auto FontWeights::Medium() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Medium(); });
|
|
}
|
|
inline auto FontWeights::Normal() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Normal(); });
|
|
}
|
|
inline auto FontWeights::SemiBold() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.SemiBold(); });
|
|
}
|
|
inline auto FontWeights::SemiLight() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.SemiLight(); });
|
|
}
|
|
inline auto FontWeights::Thin() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontWeight (*)(
|
|
IFontWeightsStatics const&),
|
|
FontWeights, IFontWeightsStatics>(
|
|
[](IFontWeightsStatics const& f) { return f.Thin(); });
|
|
}
|
|
inline auto TextConstants::AutoColor() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Color (*)(
|
|
ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.AutoColor(); });
|
|
}
|
|
inline auto TextConstants::MinUnitCount() {
|
|
return impl::call_factory_cast<int32_t (*)(ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.MinUnitCount(); });
|
|
}
|
|
inline auto TextConstants::MaxUnitCount() {
|
|
return impl::call_factory_cast<int32_t (*)(ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.MaxUnitCount(); });
|
|
}
|
|
inline auto TextConstants::UndefinedColor() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Color (*)(
|
|
ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.UndefinedColor(); });
|
|
}
|
|
inline auto TextConstants::UndefinedFloatValue() {
|
|
return impl::call_factory_cast<float (*)(ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.UndefinedFloatValue(); });
|
|
}
|
|
inline auto TextConstants::UndefinedInt32Value() {
|
|
return impl::call_factory_cast<int32_t (*)(ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.UndefinedInt32Value(); });
|
|
}
|
|
inline auto TextConstants::UndefinedFontStretch() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontStretch (*)(
|
|
ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) {
|
|
return f.UndefinedFontStretch();
|
|
});
|
|
}
|
|
inline auto TextConstants::UndefinedFontStyle() {
|
|
return impl::call_factory_cast<winrt::Windows::UI::Text::FontStyle (*)(
|
|
ITextConstantsStatics const&),
|
|
TextConstants, ITextConstantsStatics>(
|
|
[](ITextConstantsStatics const& f) { return f.UndefinedFontStyle(); });
|
|
}
|
|
}
|
|
namespace std {
|
|
#ifndef WINRT_LEAN_AND_MEAN
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::IFontWeights> : winrt::impl::hash_base {
|
|
};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::IFontWeightsStatics>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextCharacterFormat>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextConstantsStatics>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextDocument>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextDocument2>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextParagraphFormat>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextRange> : winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::ITextSelection>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::FontWeights> : winrt::impl::hash_base {
|
|
};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::RichEditTextDocument>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::RichEditTextRange>
|
|
: winrt::impl::hash_base {};
|
|
template <>
|
|
struct hash<winrt::Microsoft::UI::Text::TextConstants>
|
|
: winrt::impl::hash_base {};
|
|
#endif
|
|
#ifdef __cpp_lib_format
|
|
#endif
|
|
} // namespace std
|
|
#endif
|