Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 22 of 22) sorted by relevance

/trunk/main/offapi/com/sun/star/document/
H A DXTypeDetection.idl39 /** 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 DExtendedTypeDetection.idl35 /** 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 DTypeDetection.idl50 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 DXExtendedFilterDetection.idl39 /** 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 Ddocumentfragment.hxx65 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
67 return CNode::cloneNode(deep); in cloneNode()
H A Dnotation.hxx75 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
77 return CNode::cloneNode(deep); in cloneNode()
H A Dentity.hxx86 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
88 return CNode::cloneNode(deep); in cloneNode()
H A Dentityreference.hxx67 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
69 return CNode::cloneNode(deep); in cloneNode()
H A Dprocessinginstruction.hxx85 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
87 return CNode::cloneNode(deep); in cloneNode()
H A Dattr.hxx108 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
110 return CNode::cloneNode(deep); in cloneNode()
H A Ddocumenttype.hxx103 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
105 return CNode::cloneNode(deep); in cloneNode()
H A Dcharacterdata.hxx108 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
110 return CNode::cloneNode(deep); in cloneNode()
H A Dcomment.hxx100 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
102 return CCharacterData::cloneNode(deep); in cloneNode()
H A Dtext.hxx115 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
117 return CCharacterData::cloneNode(deep); in cloneNode()
H A Dcdatasection.hxx104 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
106 return CNode::cloneNode(deep); in cloneNode()
H A Ddocument.cxx732 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 Delement.hxx172 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
174 return CNode::cloneNode(deep); in cloneNode()
H A Ddocument.hxx223 …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 Dnode.hxx168 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep);
/trunk/main/accessibility/workben/
H A DTODO5 * change package structure to be flat (apps don't need deep package names)
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl102 @param deep
108 XNode cloneNode([in] boolean deep);
H A DXDocument.idl187 XNode importNode([in] XNode importedNode, [in] boolean deep) raises (DOMException);