Searched refs:XMLComment (Results 1 – 3 of 3) sorted by relevance
104 AddChild( new XMLComment( *static_cast<XMLComment* >(pNode) ) ); break; in XMLParentNode()373 XMLComment *pComment = ( XMLComment * ) pCur; in Write()434 XMLComment *pComment = ( XMLComment * ) pCur; in Print()958 XMLComment *pComment = ( XMLComment * ) pCur; in Print()1016 sal_uInt16 XMLComment::GetNodeType() in GetNodeType()1022 XMLComment::XMLComment(const XMLComment& obj) in XMLComment() function in XMLComment1028 XMLComment& XMLComment::operator=(const XMLComment& obj){ in operator =()1188 new XMLComment( String( XML_CHAR_TO_OUSTRING( data )), pCurNode ); in Comment()
432 class XMLComment : public XMLChildNode class439 XMLComment( in XMLComment() function in XMLComment447 XMLComment( const XMLComment& obj );449 XMLComment& operator=(const XMLComment& obj);
250 lst->Insert( new XMLComment( marker, 0 ), i ); in insertMarker()
Completed in 30 milliseconds