Searched defs:dup (Results 1 – 3 of 3) sorted by relevance
99 TreeNode dup() { throw new RuntimeException("TreeNode.dup"); } in dup() method in TreeNode182 ReferenceMarkStartNode dup() in dup() method in ReferenceMarkStartNode191 ReferenceMarkEndNode dup() in dup() method in ReferenceMarkEndNode200 DocumentIndexMarkNode dup() in dup() method in DocumentIndexMarkNode212 DocumentIndexMarkStartNode dup() in dup() method in DocumentIndexMarkStartNode221 DocumentIndexMarkEndNode dup() in dup() method in DocumentIndexMarkEndNode249 TextNode dup() { return new TextNode(getContent()); } in dup() method in TextNode304 FootnoteNode dup() { return new FootnoteNode(getLabel()); } in dup() method in FootnoteNode344 HyperlinkNode dup() { return new HyperlinkNode(getURL()); } in dup() method in HyperlinkNode364 RubyNode dup() { return new RubyNode(getRubyText()); } in dup() method in RubyNode[all …]
180 …PtrToIndexMap::const_iterator dup = s_pOneInstance->m_aPtrToIndex.find( reinterpret_cast<sal_IntPt… in Delete() local
289 for( std::list< fontID >::iterator dup = aDups.begin(); dup != aDups.end(); ++dup ) in init() local
Completed in 35 milliseconds