/aoo41x/main/offapi/com/sun/star/document/ |
H A D | XTypeDetection.idl | 39 /** support "flat" and "deep" type detection of a given document 45 A "deep" detection means looking into the document stream to be right 73 /** make a "deep" detection or optional a "flat" detection by using a 94 As an additional feature it's possible to suppress "deep" detection by using argument 102 if it is set to <TRUE/> a "deep" detection will be follow a "flat" detection
|
H A D | ExtendedTypeDetection.idl | 35 /** describes a class of service which will be used for deep <type>TypeDetection</type> 44 you need deep detection, i.e. the file itself has to be examined. 76 /** makes the deep detection
|
H A D | TypeDetection.idl | 51 data only - or a "deep" detection which use special <type>ExtendedTypeDetection</type> 59 /** can be used to make a flat or deep type detection. 118 <td>It's and identifier, which is used for a deep format detection.
|
H A D | XExtendedFilterDetection.idl | 39 /** provides a "deep" filter detection 42 A "deep" filter detection means looking into the document stream to detect
|
/aoo41x/main/unoxml/source/dom/ |
H A D | documentfragment.hxx | 68 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 71 return CNode::cloneNode(deep); in cloneNode()
|
H A D | entityreference.hxx | 70 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 73 return CNode::cloneNode(deep); in cloneNode()
|
H A D | notation.hxx | 78 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 81 return CNode::cloneNode(deep); in cloneNode()
|
H A D | processinginstruction.hxx | 89 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 92 return CNode::cloneNode(deep); in cloneNode()
|
H A D | documenttype.hxx | 106 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 109 return CNode::cloneNode(deep); in cloneNode()
|
H A D | entity.hxx | 89 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 92 return CNode::cloneNode(deep); in cloneNode()
|
H A D | attr.hxx | 112 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 115 return CNode::cloneNode(deep); in cloneNode()
|
H A D | characterdata.hxx | 115 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 118 return CNode::cloneNode(deep); in cloneNode()
|
H A D | cdatasection.hxx | 114 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 117 return CNode::cloneNode(deep); in cloneNode()
|
H A D | comment.hxx | 109 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 112 return CCharacterData::cloneNode(deep); in cloneNode()
|
H A D | text.hxx | 124 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 127 return CCharacterData::cloneNode(deep); in cloneNode()
|
H A D | element.hxx | 194 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 197 return CNode::cloneNode(deep); in cloneNode()
|
H A D | document.cxx | 753 Reference< XNode > const& xImportedNode, sal_Bool deep) in lcl_ImportNode() argument 878 if (deep) in lcl_ImportNode() 917 Reference< XNode > const& xImportedNode, sal_Bool deep) in importNode() argument 943 lcl_ImportNode(xDocument, xImportedNode, deep) ); in importNode()
|
H A D | document.hxx | 239 …rtual Reference< XNode > SAL_CALL importNode(const Reference< XNode >& importedNode, sal_Bool deep) 263 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep)
|
H A D | node.hxx | 169 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep)
|
/aoo41x/main/accessibility/workben/ |
H A D | TODO | 5 * change package structure to be flat (apps don't need deep package names)
|
/aoo41x/main/offapi/com/sun/star/xml/dom/ |
H A D | XNode.idl | 102 @param deep 108 XNode cloneNode([in] boolean deep);
|
H A D | XDocument.idl | 187 XNode importNode([in] XNode importedNode, [in] boolean deep) raises (DOMException);
|