Lines Matching refs:pA

1448 				const MetaPixelAction* pA = (const MetaPixelAction*) pAction;  in Impl_writeActions()  local
1450 Impl_writeLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in Impl_writeActions()
1456 const MetaPointAction* pA = (const MetaPointAction*) pAction; in Impl_writeActions() local
1458 Impl_writeLine( pA->GetPoint(), pA->GetPoint() ); in Impl_writeActions()
1464 const MetaLineAction* pA = (const MetaLineAction*) pAction; in Impl_writeActions() local
1466 if(pA->GetLineInfo().IsDefault()) in Impl_writeActions()
1468 Impl_writeLine( pA->GetStartPoint(), pA->GetEndPoint() ); in Impl_writeActions()
1474 … aPolygon.append(basegfx::B2DPoint(pA->GetStartPoint().X(), pA->GetStartPoint().Y())); in Impl_writeActions()
1475 … aPolygon.append(basegfx::B2DPoint(pA->GetEndPoint().X(), pA->GetEndPoint().Y())); in Impl_writeActions()
1476 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), aPolygon); in Impl_writeActions()
1489 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in Impl_writeActions() local
1491 Impl_writeRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in Impl_writeActions()
1497 const MetaEllipseAction* pA = (const MetaEllipseAction*) pAction; in Impl_writeActions() local
1498 const Rectangle& rRect = pA->GetRect(); in Impl_writeActions()
1515 const MetaArcAction* pA = (const MetaArcAction*) pAction; in Impl_writeActions() local
1516 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in Impl_writeActions()
1522 const MetaPieAction* pA = (const MetaPieAction*) pAction; in Impl_writeActions() local
1523 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in Impl_writeActions()
1529 const MetaChordAction* pA = (const MetaChordAction*) pAction; in Impl_writeActions() local
1530 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in Impl_writeActions()
1548 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in Impl_writeActions() local
1549 const Polygon& rPoly = pA->GetPolygon(); in Impl_writeActions()
1553 if(pA->GetLineInfo().IsDefault()) in Impl_writeActions()
1560 Impl_handleLineInfoPolyPolygons(pA->GetLineInfo(), rPoly.getB2DPolygon()); in Impl_writeActions()
1568 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pAction; in Impl_writeActions() local
1569 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions()
1578 const MetaGradientAction* pA = (const MetaGradientAction*) pAction; in Impl_writeActions() local
1580 Polygon aPoly( pA->GetRect() ); in Impl_writeActions()
1581 Impl_writeGradientEx( aPoly, pA->GetGradient() ); in Impl_writeActions()
1587 const MetaGradientExAction* pA = (const MetaGradientExAction*) pAction; in Impl_writeActions() local
1588 Impl_writeGradientEx( pA->GetPolyPolygon(), pA->GetGradient() ); in Impl_writeActions()
1594 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in Impl_writeActions() local
1597 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in Impl_writeActions()
1604 const MetaTransparentAction* pA = (const MetaTransparentAction*) pAction; in Impl_writeActions() local
1605 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in Impl_writeActions()
1610 sal_uInt8 nTransparence = (sal_uInt8) MinMax( FRound( pA->GetTransparence() * 2.55 ), 0, 255 ); in Impl_writeActions()
1618 const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*) pAction; in Impl_writeActions() local
1619 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in Impl_writeActions()
1622 const Point aDestPt( pA->GetPoint() ); in Impl_writeActions()
1623 const Size aDestSize( pA->GetSize() ); in Impl_writeActions()
1640 const Gradient& rGradient = pA->GetGradient(); in Impl_writeActions()
1656 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in Impl_writeActions() local
1657 const GDIMetaFile aGDIMetaFile( pA->GetSubstitute() ); in Impl_writeActions()
1669 pA->GetPoint(), pA->GetSize(), in Impl_writeActions()
1678 const MetaCommentAction* pA = (const MetaCommentAction*) pAction; in Impl_writeActions() local
1679 const sal_uInt8* pData = pA->GetData(); in Impl_writeActions()
1682 if( pA->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_BEGIN" ) == COMPARE_EQUAL ) in Impl_writeActions()
1703 else if( pA->GetComment().CompareIgnoreCaseToAscii( "XPATHFILL_SEQ_BEGIN" ) == COMPARE_EQUAL && in Impl_writeActions()
1711 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions()
1734 … else if( pA->GetComment().CompareIgnoreCaseToAscii( "XPATHSTROKE_SEQ_BEGIN" ) == COMPARE_EQUAL && in Impl_writeActions()
1742 SvMemoryStream aMemStm( (void*)pData, pA->GetDataSize(), STREAM_READ ); in Impl_writeActions()
1766 …else if( pA->GetComment().CompareIgnoreCaseToAscii( "FIELD_SEQ_BEGIN;PageField" ) == COMPARE_EQUAL… in Impl_writeActions()
1776 const MetaTextArrayAction* pA = (const MetaTextArrayAction*) pAction; in Impl_writeActions()
1777 Rectangle aRect( pA->GetPoint(), Size( 100, 100 ) ); in Impl_writeActions()
1794 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*) pAction; in Impl_writeActions() local
1796 Impl_writeImage( pA->GetBitmap(), in Impl_writeActions()
1797 pA->GetPoint(), pA->GetSize(), in Impl_writeActions()
1798 Point(), pA->GetBitmap().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1804 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in Impl_writeActions() local
1805 Impl_writeImage( pA->GetBitmap(), in Impl_writeActions()
1806 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmap().GetSizePixel()), in Impl_writeActions()
1807 Point(), pA->GetBitmap().GetSizePixel(), clipRect, 1 ==bMap ); in Impl_writeActions()
1813 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in Impl_writeActions() local
1814 Impl_writeImage( pA->GetBitmap(), in Impl_writeActions()
1815 pA->GetDestPoint(), pA->GetDestSize(), in Impl_writeActions()
1816 pA->GetSrcPoint(), pA->GetSrcSize(), clipRect, 1 == bMap ); in Impl_writeActions()
1822 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in Impl_writeActions() local
1823 Impl_writeImage( pA->GetBitmapEx(), in Impl_writeActions()
1824 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmapEx().GetSizePixel() ), in Impl_writeActions()
1825 Point(), pA->GetBitmapEx().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1831 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*) pAction; in Impl_writeActions() local
1832 Impl_writeImage( pA->GetBitmapEx(), in Impl_writeActions()
1833 pA->GetPoint(), pA->GetSize(), in Impl_writeActions()
1834 Point(), pA->GetBitmapEx().GetSizePixel(), clipRect, 1 == bMap ); in Impl_writeActions()
1840 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*) pAction; in Impl_writeActions() local
1841 Impl_writeImage( pA->GetBitmapEx(), in Impl_writeActions()
1842 pA->GetDestPoint(), pA->GetDestSize(), in Impl_writeActions()
1843 pA->GetSrcPoint(), pA->GetSrcSize(), clipRect, 1 == bMap ); in Impl_writeActions()
1849 const MetaTextAction* pA = (const MetaTextAction*) pAction; in Impl_writeActions() local
1850 Impl_writeText( pA->GetPoint(), String( pA->GetText(), pA->GetIndex(), pA->GetLen() ), NULL, 0); in Impl_writeActions()
1856 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in Impl_writeActions() local
1857 Impl_writeText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in Impl_writeActions()
1863 const MetaTextArrayAction* pA = (const MetaTextArrayAction*) pAction; in Impl_writeActions() local
1864 …Impl_writeText( pA->GetPoint(), String( pA->GetText(), pA->GetIndex(), pA->GetLen() ), pA->GetDXAr… in Impl_writeActions()
1870 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in Impl_writeActions() local
1871 …Impl_writeText( pA->GetPoint(), String( pA->GetText(), pA->GetIndex(), pA->GetLen() ), NULL, pA->G… in Impl_writeActions()
1877 const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*) pAction; in Impl_writeActions() local
1878 clipRect = pA->GetRect(); in Impl_writeActions()