Searched refs:rParentIt (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.cxx | 120 rVisitor.visit(*this,rParentIt); in visitedBy() 124 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 126 rVisitor.visit(*this,rParentIt); in visitedBy() 130 const std::list< Element* >::const_iterator& rParentIt ) in visitedBy() 132 rVisitor.visit(*this,rParentIt); in visitedBy() 136 const std::list< Element* >::const_iterator& rParentIt) in visitedBy() 138 rVisitor.visit( *this, rParentIt); in visitedBy() 167 rVisitor.visit( *this, rParentIt); in visitedBy() 196 rVisitor.visit(*this,rParentIt); in visitedBy() 279 rVisitor.visit(*this, rParentIt); in visitedBy() [all …]
|
H A D | genericelements.hxx | 187 …tual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentIt ); 211 …tual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentIt ); 253 …tual void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentIt );
|
H A D | writertreevisiting.cxx | 419 …mlOptimizer::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& rParentIt) in visit() argument 425 if( elem.Parent && rParentIt != elem.Parent->Children.end() ) in visit() 428 std::list<Element*>::const_iterator prev = rParentIt; in visit() 948 …lFinalizer::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& rParentIt ) in visit() argument 995 std::list< Element* >::const_iterator it = rParentIt; in visit()
|
H A D | treevisiting.hxx | 71 … void visitedBy( ElementTreeVisitor&, const std::list< Element* >::const_iterator& rParentIt ) = 0;
|
Completed in 49 milliseconds