Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
8b13f18d
Commit
8b13f18d
authored
Apr 12, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
Apr 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Change TRACE to FIXME in stubs.
parent
c2ae970e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
35 deletions
+35
-35
htmlbody.c
dlls/mshtml/htmlbody.c
+35
-35
No files found.
dlls/mshtml/htmlbody.c
View file @
8b13f18d
...
...
@@ -138,245 +138,245 @@ static HRESULT WINAPI HTMLBodyElement_Invoke(IHTMLBodyElement *iface, DISPID dis
static
HRESULT
WINAPI
HTMLBodyElement_put_background
(
IHTMLBodyElement
*
iface
,
BSTR
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
FIXM
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_background
(
IHTMLBodyElement
*
iface
,
BSTR
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_bgProperties
(
IHTMLBodyElement
*
iface
,
BSTR
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
FIXM
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_bgProperties
(
IHTMLBodyElement
*
iface
,
BSTR
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_leftMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_leftMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_topMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_topMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_rightMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_rightMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_bottomMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_bottomMargin
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_noWrap
(
IHTMLBodyElement
*
iface
,
VARIANT_BOOL
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%x)
\n
"
,
This
,
v
);
FIXM
E
(
"(%p)->(%x)
\n
"
,
This
,
v
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_noWrap
(
IHTMLBodyElement
*
iface
,
VARIANT_BOOL
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_bgColor
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_bgColor
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_text
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_text
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_link
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_link
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_vLink
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_vLink
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_aLink
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_aLink
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_onload
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_onload
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_onunload
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_onunload
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_scroll
(
IHTMLBodyElement
*
iface
,
BSTR
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
FIXM
E
(
"(%p)->(%s)
\n
"
,
This
,
debugstr_w
(
v
));
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_scroll
(
IHTMLBodyElement
*
iface
,
BSTR
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_onselect
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_onselect
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_put_onbeforeunload
(
IHTMLBodyElement
*
iface
,
VARIANT
v
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->()
\n
"
,
This
);
FIXM
E
(
"(%p)->()
\n
"
,
This
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_get_onbeforeunload
(
IHTMLBodyElement
*
iface
,
VARIANT
*
p
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
p
);
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
HTMLBodyElement_createTextRange
(
IHTMLBodyElement
*
iface
,
IHTMLTxtRange
**
range
)
{
HTMLBodyElement
*
This
=
HTMLBODY_THIS
(
iface
);
TRAC
E
(
"(%p)->(%p)
\n
"
,
This
,
range
);
FIXM
E
(
"(%p)->(%p)
\n
"
,
This
,
range
);
return
E_NOTIMPL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment