Changes to the OpenDoc Class Reference
The following items list the headings and page numbers of the revised sections in the OpenDoc Class Reference.Change to ODClipboard
"ActionDone" (page 86). Parts should not call theActionDonemethod after pasting a link.Change to ODDraft
"BeginClone" (page 159). Parts should not usekODClonePastefor thekindparameter.Change to ODDragAndDrop
"StartDrag" (page 195). Use of thedestPartparameter is restricted.Change to ODLink
"Lock" (page 354). If thewaitargument is set to a nonzero value and the lock cannot be granted, theLockmethod returnskODFalseimmediately.Change to ODLinkSource
"Lock" (page 382). If thewaitargument is set to a nonzero value and the lock cannot be granted, theLockmethod returnskODFalseimmediately.Changes to ODPart
"Release" (page 468). TheReleasemethod must not throw an exception."ReleaseAll" (page 468). The
ReleaseAllmethod must not throw an exception or change the persistent state of another object."ChangeKind" (page 486). A part editor must be able to change to any part kind it supports.
"DragEnter" (page 500). You must override
DragEnterif your part editor calls one of its frames'SetDroppablemethod with a parameter value ofkODTrue."DragLeave" (page 502). You must override
DragLeaveif your part editor calls one of its frames'SetDroppablemethod with a parameter value ofkODTrue."DragWithin" (page 503). You must override
DragWithinif your part editor calls one of its frames'SetDroppablemethod with a parameter value ofkODTrue."LinkStatusChanged" (page 532). If the frame passed into the
LinkStatusChangedmethod has been opened in a part window, the displayed part should call theChangeLinkStatusmethod of the root frame of the part window.Change to ODRefCntObject
"Release" (page 577). The base classReleasemethod throws no exceptions.Change to ODTranslation
"TranslateView" (page 795). ThefromViewparameter contains the data to be translated.Changes to Types and Constants
New error codeskODErrAllVolumesAreFull(page 934),kODErrDirectoryNotHaveWriteAccess(page 947).