Home
last modified time | relevance | path

Searched refs:DrawElement (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.hxx141 struct DrawElement : public GraphicalElement struct
144 DrawElement( Element* pParent, sal_Int32 nGCId ) in DrawElement() argument
152 struct FrameElement : public DrawElement
157 : DrawElement( pParent, nGCId ) {} in FrameElement()
202 struct PolyPolyElement : public DrawElement
223 struct ImageElement : public DrawElement
228 : DrawElement( pParent, nGCId ), Image( nImage ) {} in ImageElement()
H A Dwritertreevisiting.cxx47 const char* pType = dynamic_cast<DrawElement*>(elem.Children.front()) ? "draw:a" : "text:a"; in visit()
111 void WriterXmlEmitter::fillFrameProps( DrawElement& rElem, in fillFrameProps()
327 if( dynamic_cast<DrawElement*>(*child_it) != NULL ) in visit()
338 if( dynamic_cast<DrawElement*>(*it) == NULL ) in visit()
523 DrawElement* pDraw = dynamic_cast<DrawElement*>(*page_element); in visit()
525 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
H A Dwritertreevisiting.hxx31 struct DrawElement;
90 void fillFrameProps( DrawElement& rElem,
H A Ddrawtreevisiting.cxx97 const char* pType = dynamic_cast<DrawElement*>(elem.Children.front()) ? "draw:a" : "text:a"; in visit()
209 void DrawXmlEmitter::fillFrameProps( DrawElement& rElem, in fillFrameProps()
547 DrawElement* pDraw = dynamic_cast<DrawElement*>(*page_element); in visit()
549 pDraw = dynamic_cast<DrawElement*>(pLink->Children.front() ); in visit()
H A Ddrawtreevisiting.hxx36 struct DrawElement;
98 void fillFrameProps( DrawElement& rElem,
H A Dgenericelements.cxx145 : DrawElement( pParent, nGCId ), in PolyPolyElement()
/trunk/main/offapi/com/sun/star/chart2/
H A DXTarget.idl45 void addDrawElement(); //(DrawElement);

Completed in 38 milliseconds