Lines Matching refs:DBG_ASSERT
79 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in DomBuilderContext()
80 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
81 DBG_ASSERT( mxNode->getNodeType() == NodeType_ELEMENT_NODE, "need element" ); in DomBuilderContext()
91 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in DomBuilderContext()
92 DBG_ASSERT( Reference<XElement>( mxNode, UNO_QUERY ).is(), "need element" ); in DomBuilderContext()
93 DBG_ASSERT( mxNode->getNodeType() == NodeType_ELEMENT_NODE, "need element" ); in DomBuilderContext()
102 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in getTree()
125 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in StartElement()
126 DBG_ASSERT( mxNode->getOwnerDocument().is(), "XNode must have XDocument" ); in StartElement()
179 DBG_ASSERT( mxNode.is(), "empty XNode not allowed" ); in Characters()
202 DBG_ASSERT( xFactory.is(), "can't get service factory" ); in lcl_createDomInstance()
217 DBG_ASSERT( xParent.is(), "need parent node" ); in lcl_createElement()
220 DBG_ASSERT( xDocument.is(), "no XDocument found!" ); in lcl_createElement()
254 DBG_ASSERT( xElement.is(), "can't create element" ); in lcl_createElement()