![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusDtLnkNewLinkConverter (IPMUnknown *boss) | |
| virtual ErrorCode | DoConvert (const UIDRef &oldLinkRef) |
Public Member Functions inherited from CPMUnknown< INewLinkConverter > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Protected Member Functions | |
| virtual UID | CreateNewLinkObject (const UIDRef &oldLinkRef) |
| virtual ErrorCode | DoCustomConversion (const UIDRef &oldLinkRef) |
Protected Member Functions inherited from CPMUnknown< INewLinkConverter > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes | |
| InterfacePtr< ILinkManager > | fLinkManager |
| IDataBase * | fDataBase |
Protected Attributes inherited from CPMUnknown< INewLinkConverter > | |
| HelperInterface | fHelperInterface |
Additional Inherited Members | |
Public Types inherited from INewLinkConverter | |
| enum | { kDefaultIID = IID_INEWLINKCONVERTER } |
This is for converting pre CS3 data link stuff to the new CS4 architecture, called by the phase 2 converter.
Can override. Default is to assume direct reference to the link object from data link.
Implements INewLinkConverter.
| virtual |
Can override. Do all the basic conversion.
Implements INewLinkConverter.
| protectedvirtual |
Should override. Default is to do nothing.
Implements INewLinkConverter.