Searched refs:nGCId (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.hxx | 133 GraphicalElement( Element* pParent, sal_Int32 nGCId ) in GraphicalElement() 144 DrawElement( Element* pParent, sal_Int32 nGCId ) in DrawElement() 156 FrameElement( Element* pParent, sal_Int32 nGCId ) in FrameElement() 157 : DrawElement( pParent, nGCId ) {} in FrameElement() 169 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement() 206 PolyPolyElement( Element* pParent, sal_Int32 nGCId, 228 : DrawElement( pParent, nGCId ), Image( nImage ) {} in ImageElement() 296 { return new TextElement( pParent, nGCId, nFontId ); } in createTextElement() 301 { return new FrameElement( pParent, nGCId ); } in createFrameElement() 304 sal_Int32 nGCId, in createPolyPolyElement() argument [all …]
|
H A D | pdfiprocessor.cxx | 616 const sal_Int32 nGCId = getGCId(rGC); in setupImage() local 617 FrameElement* pFrame = m_pElFactory->createFrameElement( m_pCurElement, nGCId ); in setupImage() 618 ImageElement* pImageElement = m_pElFactory->createImageElement( pFrame, nGCId, nImage ); in setupImage() 764 sal_Int32 nGCId = 0; in getGCId() local 767 nGCId = it->second; in getGCId() 772 nGCId = m_nNextGCId; in getGCId() 776 return nGCId; in getGCId() 779 const GraphicsContext& PDFIProcessor::getGraphicsContext( sal_Int32 nGCId ) const in getGraphicsContext() 781 IdToGCMap::const_iterator it = m_aIdToGC.find( nGCId ); in getGraphicsContext()
|
H A D | genericelements.cxx | 142 sal_Int32 nGCId, in PolyPolyElement() argument 145 : DrawElement( pParent, nGCId ), in PolyPolyElement()
|
H A D | pdfiprocessor.hxx | 90 const GraphicsContext& getGraphicsContext( sal_Int32 nGCId ) const;
|
Completed in 31 milliseconds