Searched refs:xChildComp (Results 1 – 1 of 1) sorted by relevance
266 Reference< XComponent > xChildComp(_xNode, UNO_QUERY); in insertNode() local267 if (xChildComp.is()) in insertNode()268 try { xChildComp->dispose(); } catch(Exception&) { } in insertNode()
Completed in 9 milliseconds