mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[PSDK] Update tom.idl. CORE-9246
svn path=/trunk/; revision=66927
This commit is contained in:
parent
ad04fe6e2b
commit
ed9dd50f5b
1 changed files with 11 additions and 10 deletions
|
@ -17,6 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import "oaidl.idl";
|
import "oaidl.idl";
|
||||||
|
import "ocidl.idl";
|
||||||
|
|
||||||
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
|
cpp_quote("#ifdef WINE_NO_UNICODE_MACROS")
|
||||||
cpp_quote("#undef FindText")
|
cpp_quote("#undef FindText")
|
||||||
|
@ -334,22 +335,22 @@ interface ITextFont : IDispatch
|
||||||
HRESULT SetEngrave([in]LONG Value);
|
HRESULT SetEngrave([in]LONG Value);
|
||||||
HRESULT GetItalic([retval, out]LONG *pValue);
|
HRESULT GetItalic([retval, out]LONG *pValue);
|
||||||
HRESULT SetItalic([in]LONG Value);
|
HRESULT SetItalic([in]LONG Value);
|
||||||
HRESULT GetKerning([retval, out]LONG *pValue);
|
HRESULT GetKerning([retval, out]float *pValue);
|
||||||
HRESULT SetKerning([in]LONG Value);
|
HRESULT SetKerning([in]float Value);
|
||||||
HRESULT GetLanguageID([retval, out]LONG *pValue);
|
HRESULT GetLanguageID([retval, out]LONG *pValue);
|
||||||
HRESULT SetLanguageID([in]LONG Value);
|
HRESULT SetLanguageID([in]LONG Value);
|
||||||
HRESULT GetName([retval, out]BSTR *pValue);
|
HRESULT GetName([retval, out]BSTR *pValue);
|
||||||
HRESULT SetName([in]BSTR Value);
|
HRESULT SetName([in]BSTR Value);
|
||||||
HRESULT GetOutline([retval, out]LONG *pValue);
|
HRESULT GetOutline([retval, out]LONG *pValue);
|
||||||
HRESULT SetOutline([in]LONG Value);
|
HRESULT SetOutline([in]LONG Value);
|
||||||
HRESULT GetPosition([retval, out]LONG *pValue);
|
HRESULT GetPosition([retval, out]float *pValue);
|
||||||
HRESULT SetPosition([in]LONG Value);
|
HRESULT SetPosition([in]float Value);
|
||||||
HRESULT GetProtected([retval, out]LONG *pValue);
|
HRESULT GetProtected([retval, out]LONG *pValue);
|
||||||
HRESULT SetProtected([in]LONG Value);
|
HRESULT SetProtected([in]LONG Value);
|
||||||
HRESULT GetShadow([retval, out]LONG *pValue);
|
HRESULT GetShadow([retval, out]LONG *pValue);
|
||||||
HRESULT SetShadow([in]LONG Value);
|
HRESULT SetShadow([in]LONG Value);
|
||||||
HRESULT GetSize([retval, out]LONG *pValue);
|
HRESULT GetSize([retval, out]float *pValue);
|
||||||
HRESULT SetSize([in]LONG Value);
|
HRESULT SetSize([in]float Value);
|
||||||
HRESULT GetSmallCaps([retval, out]LONG *pValue);
|
HRESULT GetSmallCaps([retval, out]LONG *pValue);
|
||||||
HRESULT SetSmallCaps([in]LONG Value);
|
HRESULT SetSmallCaps([in]LONG Value);
|
||||||
HRESULT GetSpacing([retval, out]float *pValue);
|
HRESULT GetSpacing([retval, out]float *pValue);
|
||||||
|
@ -397,8 +398,8 @@ interface ITextPara : IDispatch
|
||||||
HRESULT SetListLevelIndex([in]LONG Value);
|
HRESULT SetListLevelIndex([in]LONG Value);
|
||||||
HRESULT GetListStart([retval, out]LONG *pValue);
|
HRESULT GetListStart([retval, out]LONG *pValue);
|
||||||
HRESULT SetListStart([in]LONG Value);
|
HRESULT SetListStart([in]LONG Value);
|
||||||
HRESULT GetListTab([retval, out]LONG *pValue);
|
HRESULT GetListTab([retval, out]float *pValue);
|
||||||
HRESULT SetListTab([in]LONG Value);
|
HRESULT SetListTab([in]float Value);
|
||||||
HRESULT GetListType([retval, out]LONG *pValue);
|
HRESULT GetListType([retval, out]LONG *pValue);
|
||||||
HRESULT SetListType([in]LONG Value);
|
HRESULT SetListType([in]LONG Value);
|
||||||
HRESULT GetNoLineNumber([retval, out]LONG *pValue);
|
HRESULT GetNoLineNumber([retval, out]LONG *pValue);
|
||||||
|
@ -413,8 +414,8 @@ interface ITextPara : IDispatch
|
||||||
HRESULT SetSpaceAfter([in]float Value);
|
HRESULT SetSpaceAfter([in]float Value);
|
||||||
HRESULT GetSpaceBefore([retval, out]float *pValue);
|
HRESULT GetSpaceBefore([retval, out]float *pValue);
|
||||||
HRESULT SetSpaceBefore([in]float Value);
|
HRESULT SetSpaceBefore([in]float Value);
|
||||||
HRESULT GetWindowControl([retval, out]float *pValue);
|
HRESULT GetWidowControl([retval, out]LONG *pValue);
|
||||||
HRESULT SetWindowControl([in]float Value);
|
HRESULT SetWidowControl([in]LONG Value);
|
||||||
HRESULT GetTabCount([retval, out]LONG *pCount);
|
HRESULT GetTabCount([retval, out]LONG *pCount);
|
||||||
HRESULT AddTab([in]float tbPos, [in]LONG tbAlign, [in]LONG tbLeader);
|
HRESULT AddTab([in]float tbPos, [in]LONG tbAlign, [in]LONG tbLeader);
|
||||||
HRESULT ClearAllTabs();
|
HRESULT ClearAllTabs();
|
||||||
|
|
Loading…
Reference in a new issue