Lines Matching refs:pA

1161 					const MetaPixelAction* pA = (const MetaPixelAction*) pAction;  in ImplWriteActions()  local
1163 mpContext->AddPaintAttr( pA->GetColor(), pA->GetColor() ); in ImplWriteActions()
1164 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in ImplWriteActions()
1173 const MetaPointAction* pA = (const MetaPointAction*) pAction; in ImplWriteActions() local
1176 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), NULL ); in ImplWriteActions()
1185 const MetaLineAction* pA = (const MetaLineAction*) pAction; in ImplWriteActions() local
1188 ImplWriteLine( pA->GetStartPoint(), pA->GetEndPoint(), NULL ); in ImplWriteActions()
1207 const MetaRoundRectAction* pA = (const MetaRoundRectAction*) pAction; in ImplWriteActions() local
1210 ImplWriteRect( pA->GetRect(), pA->GetHorzRound(), pA->GetVertRound() ); in ImplWriteActions()
1219 const MetaEllipseAction* pA = (const MetaEllipseAction*) pAction; in ImplWriteActions() local
1220 const Rectangle& rRect = pA->GetRect(); in ImplWriteActions()
1241 const MetaArcAction* pA = (const MetaArcAction*) pAction; in ImplWriteActions() local
1242 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC ); in ImplWriteActions()
1248 const MetaPieAction* pA = (const MetaPieAction*) pAction; in ImplWriteActions() local
1249 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE ); in ImplWriteActions()
1255 const MetaChordAction* pA = (const MetaChordAction*) pAction; in ImplWriteActions() local
1256 aPoly = Polygon( pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD ); in ImplWriteActions()
1278 const MetaPolyLineAction* pA = (const MetaPolyLineAction*) pAction; in ImplWriteActions() local
1279 const Polygon& rPoly = pA->GetPolygon(); in ImplWriteActions()
1283 const LineInfo& rLineInfo = pA->GetLineInfo(); in ImplWriteActions()
1302 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*) pAction; in ImplWriteActions() local
1303 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
1318 const MetaGradientAction* pA = (const MetaGradientAction*) pAction; in ImplWriteActions() local
1319 const Polygon aRectPoly( pA->GetRect() ); in ImplWriteActions()
1322 ImplWriteGradientEx( aRectPolyPoly, pA->GetGradient(), nWriteFlags ); in ImplWriteActions()
1331 const MetaGradientExAction* pA = (const MetaGradientExAction*) pAction; in ImplWriteActions() local
1332 ImplWriteGradientEx( pA->GetPolyPolygon(), pA->GetGradient(), nWriteFlags ); in ImplWriteActions()
1341 const MetaHatchAction* pA = (const MetaHatchAction*) pAction; in ImplWriteActions() local
1344 mpVDev->AddHatchActions( pA->GetPolyPolygon(), pA->GetHatch(), aTmpMtf ); in ImplWriteActions()
1359 const MetaTransparentAction* pA = (const MetaTransparentAction*) pAction; in ImplWriteActions() local
1360 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
1366 …aNewLineColor.SetTransparency( sal::static_int_cast<sal_uInt8>( FRound( pA->GetTransparence() * 2.… in ImplWriteActions()
1367 …aNewFillColor.SetTransparency( sal::static_int_cast<sal_uInt8>( FRound( pA->GetTransparence() * 2.… in ImplWriteActions()
1380 const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*) pAction; in ImplWriteActions() local
1381 GDIMetaFile aTmpMtf( pA->GetGDIMetaFile() ); in ImplWriteActions()
1384 const Point aDestPt( pA->GetPoint() ); in ImplWriteActions()
1385 const Size aDestSize( pA->GetSize() ); in ImplWriteActions()
1416 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in ImplWriteActions() local
1417 const GDIMetaFile aGDIMetaFile( pA->GetSubstitute() ); in ImplWriteActions()
1429 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1439 const MetaCommentAction* pA = (const MetaCommentAction*) pAction; in ImplWriteActions() local
1442 if( ( pA->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_BEGIN" ) == COMPARE_EQUAL ) && in ImplWriteActions()
1465 …else if( ( pA->GetComment().CompareIgnoreCaseToAscii( "XPATHFILL_SEQ_BEGIN" ) == COMPARE_EQUAL ) && in ImplWriteActions()
1467 pA->GetDataSize() ) in ImplWriteActions()
1476 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions()
1548 …else if( ( pA->GetComment().CompareIgnoreCaseToAscii( "XPATHSTROKE_SEQ_BEGIN" ) == COMPARE_EQUAL )… in ImplWriteActions()
1550 pA->GetDataSize() ) in ImplWriteActions()
1552 … SvMemoryStream aMemStm( (void*) pA->GetData(), pA->GetDataSize(), STREAM_READ ); in ImplWriteActions()
1703 const MetaBmpAction* pA = (const MetaBmpAction*) pAction; in ImplWriteActions() local
1705 ImplWriteBmp( pA->GetBitmap(), in ImplWriteActions()
1706 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmap().GetSizePixel() ), in ImplWriteActions()
1707 Point(), pA->GetBitmap().GetSizePixel() ); in ImplWriteActions()
1716 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*) pAction; in ImplWriteActions() local
1718 ImplWriteBmp( pA->GetBitmap(), in ImplWriteActions()
1719 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1720 Point(), pA->GetBitmap().GetSizePixel() ); in ImplWriteActions()
1729 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*) pAction; in ImplWriteActions() local
1731 ImplWriteBmp( pA->GetBitmap(), in ImplWriteActions()
1732 pA->GetDestPoint(), pA->GetDestSize(), in ImplWriteActions()
1733 pA->GetSrcPoint(), pA->GetSrcSize() ); in ImplWriteActions()
1742 const MetaBmpExAction* pA = (const MetaBmpExAction*) pAction; in ImplWriteActions() local
1744 ImplWriteBmp( pA->GetBitmapEx(), in ImplWriteActions()
1745 pA->GetPoint(), mpVDev->PixelToLogic( pA->GetBitmapEx().GetSizePixel() ), in ImplWriteActions()
1746 Point(), pA->GetBitmapEx().GetSizePixel() ); in ImplWriteActions()
1755 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*) pAction; in ImplWriteActions() local
1757 ImplWriteBmp( pA->GetBitmapEx(), in ImplWriteActions()
1758 pA->GetPoint(), pA->GetSize(), in ImplWriteActions()
1759 Point(), pA->GetBitmapEx().GetSizePixel() ); in ImplWriteActions()
1768 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*) pAction; in ImplWriteActions() local
1770 ImplWriteBmp( pA->GetBitmapEx(), in ImplWriteActions()
1771 pA->GetDestPoint(), pA->GetDestSize(), in ImplWriteActions()
1772 pA->GetSrcPoint(), pA->GetSrcSize() ); in ImplWriteActions()
1781 const MetaTextAction* pA = (const MetaTextAction*) pAction; in ImplWriteActions() local
1782 const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
1794 ImplWriteText( pA->GetPoint(), aText, NULL, 0 ); in ImplWriteActions()
1804 const MetaTextRectAction* pA = (const MetaTextRectAction*) pAction; in ImplWriteActions() local
1806 if( pA->GetText().Len() ) in ImplWriteActions()
1816 ImplWriteText( pA->GetRect().TopLeft(), pA->GetText(), NULL, 0 ); in ImplWriteActions()
1826 const MetaTextArrayAction* pA = (const MetaTextArrayAction*) pAction; in ImplWriteActions() local
1827 … const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
1839 ImplWriteText( pA->GetPoint(), aText, pA->GetDXArray(), 0 ); in ImplWriteActions()
1849 const MetaStretchTextAction* pA = (const MetaStretchTextAction*) pAction; in ImplWriteActions() local
1850 … const String aText( pA->GetText(), pA->GetIndex(), pA->GetLen() ); in ImplWriteActions()
1862 ImplWriteText( pA->GetPoint(), aText, NULL, pA->GetWidth() ); in ImplWriteActions()