| /trunk/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 | 50 data only - or a "deep" detection which use special <type>ExtendedTypeDetection</type> 58 /** can be used to make a flat or deep type detection. 117 <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
|
| /trunk/main/unoxml/source/dom/ |
| H A D | documentfragment.hxx | 65 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 67 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | notation.hxx | 75 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 77 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | entity.hxx | 86 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 88 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | entityreference.hxx | 67 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 69 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | processinginstruction.hxx | 85 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 87 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | attr.hxx | 108 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 110 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | documenttype.hxx | 103 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 105 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | characterdata.hxx | 108 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 110 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | comment.hxx | 100 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 102 return CCharacterData::cloneNode(deep); in cloneNode()
|
| H A D | text.hxx | 115 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 117 return CCharacterData::cloneNode(deep); in cloneNode()
|
| H A D | cdatasection.hxx | 104 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 106 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | document.cxx | 732 Reference< XNode > const& xImportedNode, sal_Bool deep) in lcl_ImportNode() argument 857 if (deep) in lcl_ImportNode() 896 Reference< XNode > const& xImportedNode, sal_Bool deep) in importNode() argument 921 lcl_ImportNode(xDocument, xImportedNode, deep) ); in importNode()
|
| H A D | element.hxx | 172 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument 174 return CNode::cloneNode(deep); in cloneNode()
|
| H A D | document.hxx | 223 …tual Reference< XNode > SAL_CALL importNode(const Reference< XNode >& importedNode, sal_Bool deep); 244 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep);
|
| H A D | node.hxx | 168 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep);
|
| /trunk/main/accessibility/workben/ |
| H A D | TODO | 5 * change package structure to be flat (apps don't need deep package names)
|
| /trunk/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);
|