|
| | XDocBkFacade (IPMUnknown *boss) |
| |
| virtual | ~XDocBkFacade () |
| |
| virtual ErrorCode | SetOptions (const K2Vector< WideString > &optionsVec) |
| |
| virtual bool16 | AreOptionsSet () |
| |
| virtual ErrorCode | ResizeInlines (const UIDRef &documentUIDRef) |
| |
| virtual ErrorCode | ImportXMLFile (const IDFile &xmlFile, const UIDRef &destDocumentUIDRef, const PMString &stylesheetPath) |
| |
| virtual ErrorCode | ExportXMLFile (const IDFile &sysFile, IDocument *doc, IPMUnknown *targetboss, const PMString &formatName, UIFlags uiFlags) |
| |
| virtual PMString | GetTemplatePath () |
| |
| virtual PMString | GetDefaultTemplateFromFolder (const IDFile &importingXMLFile) |
| |
| virtual PMString | GetStylesheetPath () |
| |
| virtual ErrorCode | SetUseXMLTransformer (bool16 newState) |
| |
| virtual ErrorCode | SetUsePostImportIterator (bool16 newState) |
| |
| virtual ErrorCode | SetUseCALSContentHandler (bool16 newState) |
| |
| virtual bool16 | IsUsingXMLTransformer () |
| |
| virtual bool16 | IsUsingPostImportIterator () |
| |
| virtual bool16 | IsUsingCALSContentHandler () |
| |
| virtual ErrorCode | SetDeleteNamespacedAttrs (bool16 newState) |
| |
| virtual bool16 | IsDeleteNamespacedAttrs () |
| |
| virtual ErrorCode | SetDeleteInboundStrucTableElements (bool16 newState) |
| |
| virtual bool16 | IsDeleteInboundStrucTableElements () |
| |
| virtual bool16 | IsTaggingTable () |
| |
| virtual ErrorCode | SetTaggingTable (bool16 newState) |
| |
| virtual bool16 | IsSuppliedXSLOverridingPI () |
| |
| virtual ErrorCode | SetSuppliedXSLOverridingPI (bool16 newState) |
| |
| virtual void | UnitTestFacade () |
| |
| virtual PMString | AddPathSeparator (const PMString &path) |
| |
| 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 |
| |
| virtual ErrorCode | ExportXMLFile (const IDFile &sysFile, IDocument *doc, IPMUnknown *targetboss, const PMString &formatName, UIFlags uiFlags)=0 |
| |
XDocBkFacade is an implementation of the command facade interface IXDocBkFacade.