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.idl51 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 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.hxx68 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
71 return CNode::cloneNode(deep); in cloneNode()
H A Dentityreference.hxx70 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
73 return CNode::cloneNode(deep); in cloneNode()
H A Dnotation.hxx78 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
81 return CNode::cloneNode(deep); in cloneNode()
H A Dprocessinginstruction.hxx89 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
92 return CNode::cloneNode(deep); in cloneNode()
H A Ddocumenttype.hxx106 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
109 return CNode::cloneNode(deep); in cloneNode()
H A Dentity.hxx89 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
92 return CNode::cloneNode(deep); in cloneNode()
H A Dattr.hxx112 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
115 return CNode::cloneNode(deep); in cloneNode()
H A Dcharacterdata.hxx115 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
118 return CNode::cloneNode(deep); in cloneNode()
H A Dcdatasection.hxx114 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
117 return CNode::cloneNode(deep); in cloneNode()
H A Dcomment.hxx109 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
112 return CCharacterData::cloneNode(deep); in cloneNode()
H A Dtext.hxx124 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
127 return CCharacterData::cloneNode(deep); in cloneNode()
H A Delement.hxx194 virtual Reference< XNode > SAL_CALL cloneNode(sal_Bool deep) in cloneNode() argument
197 return CNode::cloneNode(deep); in cloneNode()
H A Ddocument.cxx753 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 Ddocument.hxx239 …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 Dnode.hxx169 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);

Completed in 42 milliseconds