Home
last modified time | relevance | path

Searched refs:ParagraphElement (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx127 if( dynamic_cast<ParagraphElement*>(pAnchor) ) in fillFrameProps()
429 ParagraphElement* pPrevPara = NULL; in visit()
491 ParagraphElement* pCurPara = NULL; in visit()
502 ParagraphElement* pPagePara = dynamic_cast<ParagraphElement*>(*page_element); in visit()
549 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(*next_page_element); in visit()
672 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(*it); in checkHeaderAndFooter()
678 ParagraphElement* pNextPara = NULL; in checkHeaderAndFooter()
699 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(*rit); in checkHeaderAndFooter()
705 ParagraphElement* pNextPara = NULL; in checkHeaderAndFooter()
996 const ParagraphElement* pNextPara = NULL; in visit()
[all …]
H A Dgenericelements.cxx193 void ParagraphElement::visitedBy( ElementTreeVisitor& rVisitor, in visitedBy()
199 bool ParagraphElement::isSingleLined( PDFIProcessor& rProc ) const in isSingleLined()
206 if( dynamic_cast< ParagraphElement* >(*it) != NULL ) in isSingleLined()
231 double ParagraphElement::getLineHeight( PDFIProcessor& rProc ) const in getLineHeight()
236 ParagraphElement* pPara = dynamic_cast< ParagraphElement* >(*it); in getLineHeight()
257 TextElement* ParagraphElement::getFirstTextChild() const in getFirstTextChild()
291 if( dynamic_cast<ParagraphElement*>(pEle) ) in updateParagraphGeometry()
302 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(*it); in updateParagraphGeometry()
343 if( dynamic_cast<ParagraphElement*>(*it) ) in resolveHyperlink()
H A Ddrawtreevisiting.cxx187 void DrawXmlEmitter::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& ) in visit()
279 bool bTextBox = (dynamic_cast<ParagraphElement*>(elem.Children.front()) != NULL); in visit()
493 void DrawXmlOptimizer::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& ) in visit()
515 ParagraphElement* pCurPara = NULL; in visit()
526 ParagraphElement* pPagePara = dynamic_cast<ParagraphElement*>(*page_element); in visit()
573 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(*next_page_element); in visit()
740 ParagraphElement* pPara = dynamic_cast<ParagraphElement*>(&rParent); in optimizeTextElements()
913 void DrawXmlFinalizer::visit( ParagraphElement& elem, const std::list< Element* >::const_iterator& ) in visit()
H A Dwritertreevisiting.hxx49 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
63 void setFirstOnPage( ParagraphElement& rElem,
78 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
103 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
H A Dgenericelements.hxx179 struct ParagraphElement : public Element struct
183 ParagraphElement( Element* pParent ) : Element( pParent ), Type( Normal ), bRtl( false ) {} in ParagraphElement() function
297 virtual ParagraphElement* createParagraphElement( Element* pParent ) in createParagraphElement()
298 { return new ParagraphElement( pParent ); } in createParagraphElement()
H A Ddrawtreevisiting.hxx53 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
76 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
116 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& );
H A Dtreevisiting.hxx37 struct ParagraphElement;
55 virtual void visit( ParagraphElement&, const std::list< Element* >::const_iterator& ) = 0;
H A Dpdfiprocessor.hxx116 ParagraphElement* pPara,
129 ParagraphElement* pPara,
H A Dpdfiprocessor.cxx312 ParagraphElement* pPara= NULL ; in processGlyphLine()
411 ParagraphElement* pPara, in processGlyph()
517 ParagraphElement* pPara, in drawCharGlyphs()

Completed in 129 milliseconds