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() 134 : Element( pParent ), GCId( nGCId ), MirrorVertical( false ) {} in GraphicalElement() 144 DrawElement( Element* pParent, sal_Int32 nGCId ) in DrawElement() 145 : GraphicalElement( pParent, nGCId ), isCharacter(false), ZOrder(0) {} in DrawElement() 156 FrameElement( Element* pParent, sal_Int32 nGCId ) in FrameElement() 157 : DrawElement( pParent, nGCId ) {} in FrameElement() 168 TextElement( Element* pParent, sal_Int32 nGCId, sal_Int32 nFontId ) in TextElement() 169 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement() 206 PolyPolyElement( Element* pParent, sal_Int32 nGCId, 227 ImageElement( Element* pParent, sal_Int32 nGCId, ImageId nImage ) in ImageElement() [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;
|