Kaydet (Commit) 85118169 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

ASPECT_ALL is unused

Also add comment about the three sets of names for the same constants that
must match.

Change-Id: Id626b6f1cdaa4c2a8c391ae4f020186997ccb4d9
üst b2ee0235
......@@ -74,11 +74,14 @@ class JobSetup;
class Size;
class Point;
// These values presumably must match exactly the corresponding
// css::embed::Aspects ones (in offapi/com/sun/star/embed/Aspects.idl)
// and the DVASPECT_* ones in the Win32 API.
#define ASPECT_CONTENT 1
#define ASPECT_THUMBNAIL 2 /* 120 * 120, 6 Colors DIB in MetaFile */
#define ASPECT_ICON 4
#define ASPECT_DOCPRINT 8
#define ASPECT_ALL (ASPECT_CONTENT | ASPECT_THUMBNAIL | ASPECT_ICON | ASPECT_DOCPRINT)
// must be the same as in OLE2
#define SVOBJ_MISCSTATUS_NOTRESIZEABLE 512
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment