📄 mso.tli
字号:
#pragma implementation_key(197)
inline int Office::Adjustments::GetCount ( ) {
int _result;
HRESULT _hr = get_Count(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(198)
inline float Office::Adjustments::GetItem ( int Index ) {
float _result;
HRESULT _hr = get_Item(Index, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(199)
inline void Office::Adjustments::PutItem ( int Index, float Val ) {
HRESULT _hr = put_Item(Index, Val);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface CalloutFormat wrapper method implementations
//
#pragma implementation_key(200)
inline IDispatchPtr Office::CalloutFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(201)
inline HRESULT Office::CalloutFormat::AutomaticLength ( ) {
HRESULT _hr = raw_AutomaticLength();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(202)
inline HRESULT Office::CalloutFormat::CustomDrop ( float Drop ) {
HRESULT _hr = raw_CustomDrop(Drop);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(203)
inline HRESULT Office::CalloutFormat::CustomLength ( float Length ) {
HRESULT _hr = raw_CustomLength(Length);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(204)
inline HRESULT Office::CalloutFormat::PresetDrop ( enum MsoCalloutDropType DropType ) {
HRESULT _hr = raw_PresetDrop(DropType);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(205)
inline enum MsoTriState Office::CalloutFormat::GetAccent ( ) {
enum MsoTriState _result;
HRESULT _hr = get_Accent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(206)
inline void Office::CalloutFormat::PutAccent ( enum MsoTriState Accent ) {
HRESULT _hr = put_Accent(Accent);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(207)
inline enum MsoCalloutAngleType Office::CalloutFormat::GetAngle ( ) {
enum MsoCalloutAngleType _result;
HRESULT _hr = get_Angle(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(208)
inline void Office::CalloutFormat::PutAngle ( enum MsoCalloutAngleType Angle ) {
HRESULT _hr = put_Angle(Angle);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(209)
inline enum MsoTriState Office::CalloutFormat::GetAutoAttach ( ) {
enum MsoTriState _result;
HRESULT _hr = get_AutoAttach(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(210)
inline void Office::CalloutFormat::PutAutoAttach ( enum MsoTriState AutoAttach ) {
HRESULT _hr = put_AutoAttach(AutoAttach);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(211)
inline enum MsoTriState Office::CalloutFormat::GetAutoLength ( ) {
enum MsoTriState _result;
HRESULT _hr = get_AutoLength(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(212)
inline enum MsoTriState Office::CalloutFormat::GetBorder ( ) {
enum MsoTriState _result;
HRESULT _hr = get_Border(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(213)
inline void Office::CalloutFormat::PutBorder ( enum MsoTriState Border ) {
HRESULT _hr = put_Border(Border);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(214)
inline float Office::CalloutFormat::GetDrop ( ) {
float _result;
HRESULT _hr = get_Drop(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(215)
inline enum MsoCalloutDropType Office::CalloutFormat::GetDropType ( ) {
enum MsoCalloutDropType _result;
HRESULT _hr = get_DropType(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(216)
inline float Office::CalloutFormat::GetGap ( ) {
float _result;
HRESULT _hr = get_Gap(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(217)
inline void Office::CalloutFormat::PutGap ( float Gap ) {
HRESULT _hr = put_Gap(Gap);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(218)
inline float Office::CalloutFormat::GetLength ( ) {
float _result;
HRESULT _hr = get_Length(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(219)
inline enum MsoCalloutType Office::CalloutFormat::GetType ( ) {
enum MsoCalloutType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(220)
inline void Office::CalloutFormat::PutType ( enum MsoCalloutType Type ) {
HRESULT _hr = put_Type(Type);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface ColorFormat wrapper method implementations
//
#pragma implementation_key(221)
inline IDispatchPtr Office::ColorFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(222)
inline MsoRGBType Office::ColorFormat::GetRGB ( ) {
MsoRGBType _result;
HRESULT _hr = get_RGB(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(223)
inline void Office::ColorFormat::PutRGB ( MsoRGBType RGB ) {
HRESULT _hr = put_RGB(RGB);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(224)
inline int Office::ColorFormat::GetSchemeColor ( ) {
int _result;
HRESULT _hr = get_SchemeColor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(225)
inline void Office::ColorFormat::PutSchemeColor ( int SchemeColor ) {
HRESULT _hr = put_SchemeColor(SchemeColor);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(226)
inline enum MsoColorType Office::ColorFormat::GetType ( ) {
enum MsoColorType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(227)
inline float Office::ColorFormat::GetTintAndShade ( ) {
float _result;
HRESULT _hr = get_TintAndShade(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(228)
inline void Office::ColorFormat::PutTintAndShade ( float pValue ) {
HRESULT _hr = put_TintAndShade(pValue);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface ConnectorFormat wrapper method implementations
//
#pragma implementation_key(229)
inline IDispatchPtr Office::ConnectorFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(230)
inline HRESULT Office::ConnectorFormat::BeginConnect ( struct Shape * ConnectedShape, int ConnectionSite ) {
HRESULT _hr = raw_BeginConnect(ConnectedShape, ConnectionSite);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(231)
inline HRESULT Office::ConnectorFormat::BeginDisconnect ( ) {
HRESULT _hr = raw_BeginDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(232)
inline HRESULT Office::ConnectorFormat::EndConnect ( struct Shape * ConnectedShape, int ConnectionSite ) {
HRESULT _hr = raw_EndConnect(ConnectedShape, ConnectionSite);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(233)
inline HRESULT Office::ConnectorFormat::EndDisconnect ( ) {
HRESULT _hr = raw_EndDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(234)
inline enum MsoTriState Office::ConnectorFormat::GetBeginConnected ( ) {
enum MsoTriState _result;
HRESULT _hr = get_BeginConnected(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(235)
inline Office::ShapePtr Office::ConnectorFormat::GetBeginConnectedShape ( ) {
struct Shape * _result;
HRESULT _hr = get_BeginConnectedShape(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ShapePtr(_result, false);
}
#pragma implementation_key(236)
inline int Office::ConnectorFormat::GetBeginConnectionSite ( ) {
int _result;
HRESULT _hr = get_BeginConnectionSite(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(237)
inline enum MsoTriState Office::ConnectorFormat::GetEndConnected ( ) {
enum MsoTriState _result;
HRESULT _hr = get_EndConnected(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(238)
inline Office::ShapePtr Office::ConnectorFormat::GetEndConnectedShape ( ) {
struct Shape * _result;
HRESULT _hr = get_EndConnectedShape(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return ShapePtr(_result, false);
}
#pragma implementation_key(239)
inline int Office::ConnectorFormat::GetEndConnectionSite ( ) {
int _result;
HRESULT _hr = get_EndConnectionSite(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(240)
inline enum MsoConnectorType Office::ConnectorFormat::GetType ( ) {
enum MsoConnectorType _result;
HRESULT _hr = get_Type(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(241)
inline void Office::ConnectorFormat::PutType ( enum MsoConnectorType Type ) {
HRESULT _hr = put_Type(Type);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface FillFormat wrapper method implementations
//
#pragma implementation_key(242)
inline IDispatchPtr Office::FillFormat::GetParent ( ) {
IDispatch * _result;
HRESULT _hr = get_Parent(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IDispatchPtr(_result, false);
}
#pragma implementation_key(243)
inline HRESULT Office::FillFormat::Background ( ) {
HRESULT _hr = raw_Background();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(244)
inline HRESULT Office::FillFormat::OneColorGradient ( enum MsoGradientStyle Style, int Variant, float Degree ) {
HRESULT _hr = raw_OneColorGradient(Style, Variant, Degree);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(245)
inline HRESULT Office::FillFormat::Patterned ( enum MsoPatternType Pattern ) {
HRESULT _hr = raw_Patterned(Pattern);
if (FAILED(_hr)) _com_issue_e
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -