📄 mso.tli
字号:
#pragma implementation_key(197)
inline void Office::_CommandBarComboBox::PutText ( _bstr_t pbstrText ) {
HRESULT _hr = put_Text(pbstrText);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface _CommandBarActiveX wrapper method implementations
//
#pragma implementation_key(198)
inline _bstr_t Office::_CommandBarActiveX::GetControlCLSID ( ) {
BSTR _result;
HRESULT _hr = get_ControlCLSID(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _bstr_t(_result, false);
}
#pragma implementation_key(199)
inline void Office::_CommandBarActiveX::PutControlCLSID ( _bstr_t pbstrClsid ) {
HRESULT _hr = put_ControlCLSID(pbstrClsid);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(200)
inline IUnknownPtr Office::_CommandBarActiveX::GetQueryControlInterface ( _bstr_t bstrIid ) {
IUnknown * _result;
HRESULT _hr = get_QueryControlInterface(bstrIid, &_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return IUnknownPtr(_result, false);
}
#pragma implementation_key(201)
inline HRESULT Office::_CommandBarActiveX::SetInnerObjectFactory ( IUnknown * pUnk ) {
HRESULT _hr = raw_SetInnerObjectFactory(pUnk);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(202)
inline HRESULT Office::_CommandBarActiveX::EnsureControl ( ) {
HRESULT _hr = raw_EnsureControl();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(203)
inline void Office::_CommandBarActiveX::PutInitWith ( IUnknown * _arg1 ) {
HRESULT _hr = put_InitWith(_arg1);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface Adjustments wrapper method implementations
//
#pragma implementation_key(204)
inline IDispatchPtr Office::Adjustments::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(205)
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(206)
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(207)
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(208)
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(209)
inline HRESULT Office::CalloutFormat::AutomaticLength ( ) {
HRESULT _hr = raw_AutomaticLength();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(210)
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(211)
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(212)
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(213)
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(214)
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(215)
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(216)
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(217)
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(218)
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(219)
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(220)
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(221)
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(222)
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(223)
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(224)
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(225)
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(226)
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(227)
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(228)
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(229)
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(230)
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(231)
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(232)
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(233)
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(234)
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(235)
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(236)
inline void Office::ColorFormat::PutTintAndShade ( float pValue ) {
HRESULT _hr = put_TintAndShade(pValue);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
#pragma implementation_key(237)
inline enum MsoThemeColorIndex Office::ColorFormat::GetObjectThemeColor ( ) {
enum MsoThemeColorIndex _result;
HRESULT _hr = get_ObjectThemeColor(&_result);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _result;
}
#pragma implementation_key(238)
inline void Office::ColorFormat::PutObjectThemeColor ( enum MsoThemeColorIndex ObjectThemeColor ) {
HRESULT _hr = put_ObjectThemeColor(ObjectThemeColor);
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}
//
// interface ConnectorFormat wrapper method implementations
//
#pragma implementation_key(239)
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(240)
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(241)
inline HRESULT Office::ConnectorFormat::BeginDisconnect ( ) {
HRESULT _hr = raw_BeginDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(242)
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(243)
inline HRESULT Office::ConnectorFormat::EndDisconnect ( ) {
HRESULT _hr = raw_EndDisconnect();
if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
return _hr;
}
#pragma implementation_key(244)
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(245)
inline Office::ShapePtr Office::ConnectorFormat::GetBeginConnectedShape ( ) {
struct Shape * _resu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -