Lines Matching refs:pA

1667                         const MetaPixelAction* pA = (const MetaPixelAction*)pAction;  in interpretMetafile()  local
1669 if(pA->GetColor() != aLastColor) in interpretMetafile()
1677 aLastColor = pA->GetColor(); in interpretMetafile()
1680 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1703 const MetaPointAction* pA = (const MetaPointAction*)pAction; in interpretMetafile() local
1704 const Point& rPoint = pA->GetPoint(); in interpretMetafile()
1729 const MetaLineAction* pA = (const MetaLineAction*)pAction; in interpretMetafile() local
1730 const Point& rStartPoint = pA->GetStartPoint(); in interpretMetafile()
1731 const Point& rEndPoint = pA->GetEndPoint(); in interpretMetafile()
1737 if(pA->GetLineInfo() == aLineInfo in interpretMetafile()
1747 aLineInfo = pA->GetLineInfo(); in interpretMetafile()
1754 aLineInfo = pA->GetLineInfo(); in interpretMetafile()
1778 const MetaRectAction* pA = (const MetaRectAction*)pAction; in interpretMetafile() local
1779 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1805 const MetaRoundRectAction* pA = (const MetaRoundRectAction*)pAction; in interpretMetafile() local
1806 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1814 const sal_uInt32 nHor(pA->GetHorzRound()); in interpretMetafile()
1815 const sal_uInt32 nVer(pA->GetVertRound()); in interpretMetafile()
1844 const MetaEllipseAction* pA = (const MetaEllipseAction*)pAction; in interpretMetafile() local
1845 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
1868 const MetaArcAction* pA = (const MetaArcAction*)pAction; in interpretMetafile() local
1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile()
1882 const MetaPieAction* pA = (const MetaPieAction*)pAction; in interpretMetafile() local
1883 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE); in interpretMetafile()
1896 const MetaChordAction* pA = (const MetaChordAction*)pAction; in interpretMetafile() local
1897 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD); in interpretMetafile()
1910 const MetaPolyLineAction* pA = (const MetaPolyLineAction*)pAction; in interpretMetafile() local
1911 …createLinePrimitive(pA->GetPolygon().getB2DPolygon(), pA->GetLineInfo(), rTargetHolders.Current(),… in interpretMetafile()
1921 const MetaPolygonAction* pA = (const MetaPolygonAction*)pAction; in interpretMetafile() local
1922 basegfx::B2DPolygon aOutline(pA->GetPolygon().getB2DPolygon()); in interpretMetafile()
1942 const MetaPolyPolygonAction* pA = (const MetaPolyPolygonAction*)pAction; in interpretMetafile() local
1943 basegfx::B2DPolyPolygon aPolyPolygonOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
1967 const MetaTextAction* pA = (const MetaTextAction*)pAction; in interpretMetafile() local
1968 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile()
1969 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile()
1970 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile()
1981 pA->GetPoint(), in interpretMetafile()
1982 pA->GetText(), in interpretMetafile()
1995 const MetaTextArrayAction* pA = (const MetaTextArrayAction*)pAction; in interpretMetafile() local
1996 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile()
1997 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile()
1998 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile()
2009 sal_Int32* pDXArray = pA->GetDXArray(); in interpretMetafile()
2022 pA->GetPoint(), in interpretMetafile()
2023 pA->GetText(), in interpretMetafile()
2043 const MetaStretchTextAction* pA = (const MetaStretchTextAction*)pAction; in interpretMetafile() local
2044 sal_uInt32 nTextLength(pA->GetLen()); in interpretMetafile()
2045 const sal_uInt32 nTextIndex(pA->GetIndex()); in interpretMetafile()
2046 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile()
2060 pA->GetText(), in interpretMetafile()
2068 if(0.0 != fTextLength && pA->GetWidth()) in interpretMetafile()
2070 const double fRelative(pA->GetWidth() / fTextLength); in interpretMetafile()
2085 pA->GetPoint(), in interpretMetafile()
2086 pA->GetText(), in interpretMetafile()
2100 const MetaTextRectAction* pA = (const MetaTextRectAction*)pAction; in interpretMetafile() local
2101 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
2102 const sal_uInt32 nStringLength(pA->GetText().Len()); in interpretMetafile()
2122 rRectangle, pA->GetText(), pA->GetStyle(), aGDIMetaFile); in interpretMetafile()
2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile() local
2160 const BitmapEx aBitmapEx(pA->GetBitmap()); in interpretMetafile()
2162 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2169 const MetaBmpScaleAction* pA = (const MetaBmpScaleAction*)pAction; in interpretMetafile() local
2170 const Bitmap aBitmapEx(pA->GetBitmap()); in interpretMetafile()
2172 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), pA->GetSize(), rTargetHolders.Current(), rPrope… in interpretMetafile()
2179 const MetaBmpScalePartAction* pA = (const MetaBmpScalePartAction*)pAction; in interpretMetafile() local
2180 const Bitmap& rBitmap = pA->GetBitmap(); in interpretMetafile()
2185 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile()
2193 …createBitmapExPrimitive(aCroppedBitmapEx, pA->GetDestPoint(), pA->GetDestSize(), rTargetHolders.Cu… in interpretMetafile()
2201 const MetaBmpExAction* pA = (const MetaBmpExAction*)pAction; in interpretMetafile() local
2202 const BitmapEx& rBitmapEx = pA->GetBitmapEx(); in interpretMetafile()
2204 …createBitmapExPrimitive(rBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2211 const MetaBmpExScaleAction* pA = (const MetaBmpExScaleAction*)pAction; in interpretMetafile() local
2212 const BitmapEx& rBitmapEx = pA->GetBitmapEx(); in interpretMetafile()
2214 …createBitmapExPrimitive(rBitmapEx, pA->GetPoint(), pA->GetSize(), rTargetHolders.Current(), rPrope… in interpretMetafile()
2221 const MetaBmpExScalePartAction* pA = (const MetaBmpExScalePartAction*)pAction; in interpretMetafile() local
2222 const BitmapEx& rBitmapEx = pA->GetBitmapEx(); in interpretMetafile()
2227 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile()
2234 …createBitmapExPrimitive(aCroppedBitmapEx, pA->GetDestPoint(), pA->GetDestSize(), rTargetHolders.Cu… in interpretMetafile()
2242 const MetaMaskAction* pA = (const MetaMaskAction*)pAction; in interpretMetafile() local
2243 const BitmapEx aBitmapEx(createMaskBmpEx(pA->GetBitmap(), pA->GetColor())); in interpretMetafile()
2245 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), rTargetHolders.Current(), rPropertyHolders.Curr… in interpretMetafile()
2252 const MetaMaskScaleAction* pA = (const MetaMaskScaleAction*)pAction; in interpretMetafile() local
2253 const BitmapEx aBitmapEx(createMaskBmpEx(pA->GetBitmap(), pA->GetColor())); in interpretMetafile()
2255 …createBitmapExPrimitive(aBitmapEx, pA->GetPoint(), pA->GetSize(), rTargetHolders.Current(), rPrope… in interpretMetafile()
2262 const MetaMaskScalePartAction* pA = (const MetaMaskScalePartAction*)pAction; in interpretMetafile() local
2263 const Bitmap& rBitmap = pA->GetBitmap(); in interpretMetafile()
2268 const Rectangle aCropRectangle(pA->GetSrcPoint(), pA->GetSrcSize()); in interpretMetafile()
2275 const BitmapEx aCroppedBitmapEx(createMaskBmpEx(aCroppedBitmap, pA->GetColor())); in interpretMetafile()
2276 …createBitmapExPrimitive(aCroppedBitmapEx, pA->GetDestPoint(), pA->GetDestSize(), rTargetHolders.Cu… in interpretMetafile()
2284 const MetaGradientAction* pA = (const MetaGradientAction*)pAction; in interpretMetafile() local
2285 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
2293 const Gradient& rGradient = pA->GetGradient(); in interpretMetafile()
2346 const MetaHatchAction* pA = (const MetaHatchAction*)pAction; in interpretMetafile() local
2347 basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
2351 const Hatch& rHatch = pA->GetHatch(); in interpretMetafile()
2374 const MetaWallpaperAction* pA = (const MetaWallpaperAction*)pAction; in interpretMetafile() local
2375 Rectangle aWallpaperRectangle(pA->GetRect()); in interpretMetafile()
2379 const Wallpaper& rWallpaper = pA->GetWallpaper(); in interpretMetafile()
2424 const MetaClipRegionAction* pA = (const MetaClipRegionAction*)pAction; in interpretMetafile() local
2426 if(pA->IsClipping()) in interpretMetafile()
2429 … basegfx::B2DPolyPolygon aNewClipPolyPolygon(getB2DPolyPolygonFromRegion(pA->GetRegion())); in interpretMetafile()
2447 … const MetaISectRectClipRegionAction* pA = (const MetaISectRectClipRegionAction*)pAction; in interpretMetafile() local
2448 const Rectangle& rRectangle = pA->GetRect(); in interpretMetafile()
2515 … const MetaISectRegionClipRegionAction* pA = (const MetaISectRegionClipRegionAction*)pAction; in interpretMetafile() local
2516 const Region& rNewRegion = pA->GetRegion(); in interpretMetafile()
2571 const MetaMoveClipRegionAction* pA = (const MetaMoveClipRegionAction*)pAction; in interpretMetafile() local
2581 const sal_Int32 nHor(pA->GetHorzMove()); in interpretMetafile()
2582 const sal_Int32 nVer(pA->GetVertMove()); in interpretMetafile()
2587 basegfx::B2DVector aVector(pA->GetHorzMove(), pA->GetVertMove()); in interpretMetafile()
2607 const MetaLineColorAction* pA = (const MetaLineColorAction*)pAction; in interpretMetafile() local
2608 const bool bActive(pA->IsSetting()); in interpretMetafile()
2612 rPropertyHolders.Current().setLineColor(pA->GetColor().getBColor()); in interpretMetafile()
2619 const MetaFillColorAction* pA = (const MetaFillColorAction*)pAction; in interpretMetafile() local
2620 const bool bActive(pA->IsSetting()); in interpretMetafile()
2624 rPropertyHolders.Current().setFillColor(pA->GetColor().getBColor()); in interpretMetafile()
2631 const MetaTextColorAction* pA = (const MetaTextColorAction*)pAction; in interpretMetafile() local
2632 const bool bActivate(COL_TRANSPARENT != pA->GetColor().GetColor()); in interpretMetafile()
2635 rPropertyHolders.Current().setTextColor(pA->GetColor().getBColor()); in interpretMetafile()
2642 const MetaTextFillColorAction* pA = (const MetaTextFillColorAction*)pAction; in interpretMetafile() local
2643 const bool bWithColorArgument(pA->IsSetting()); in interpretMetafile()
2648 const Color& rFontFillColor = pA->GetColor(); in interpretMetafile()
2663 const MetaTextAlignAction* pA = (const MetaTextAlignAction*)pAction; in interpretMetafile() local
2664 const TextAlign aNewTextAlign = pA->GetTextAlign(); in interpretMetafile()
2684 const MetaMapModeAction* pA = (const MetaMapModeAction*)pAction; in interpretMetafile() local
2685 const MapMode& rMapMode = pA->GetMapMode(); in interpretMetafile()
2738 const MetaFontAction* pA = (const MetaFontAction*)pAction; in interpretMetafile() local
2739 rPropertyHolders.Current().setFont(pA->GetFont()); in interpretMetafile()
2740 Size aFontSize(pA->GetFont().GetSize()); in interpretMetafile()
2746 Font aCorrectedFont(pA->GetFont()); in interpretMetafile()
2761 const Color& rFontColor = pA->GetFont().GetColor(); in interpretMetafile()
2777 const Color& rFontFillColor = pA->GetFont().GetFillColor(); in interpretMetafile()
2791 const MetaPushAction* pA = (const MetaPushAction*)pAction; in interpretMetafile() local
2792 rPropertyHolders.Push(pA->GetFlags()); in interpretMetafile()
2836 const MetaRasterOpAction* pA = (const MetaRasterOpAction*)pAction; in interpretMetafile() local
2837 const RasterOp aRasterOp = pA->GetRasterOp(); in interpretMetafile()
2846 const MetaTransparentAction* pA = (const MetaTransparentAction*)pAction; in interpretMetafile() local
2847 const basegfx::B2DPolyPolygon aOutline(pA->GetPolyPolygon().getB2DPolyPolygon()); in interpretMetafile()
2851 const sal_uInt16 nTransparence(pA->GetTransparence()); in interpretMetafile()
2894 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile() local
2895 const Rectangle aRectangle(pA->GetPoint(), pA->GetSize()); in interpretMetafile()
2914 pA->GetLink(), in interpretMetafile()
2915 pA->GetSubstitute())); in interpretMetafile()
2931 const MetaTextLineColorAction* pA = (const MetaTextLineColorAction*)pAction; in interpretMetafile() local
2932 const bool bActive(pA->IsSetting()); in interpretMetafile()
2936 rPropertyHolders.Current().setTextLineColor(pA->GetColor().getBColor()); in interpretMetafile()
2950 const MetaTextLineAction* pA = (const MetaTextLineAction*)pAction; in interpretMetafile() local
2953 *pA, in interpretMetafile()
2962 … const MetaFloatTransparentAction* pA = (const MetaFloatTransparentAction*)pAction; in interpretMetafile() local
2964 pA->GetPoint().X(), in interpretMetafile()
2965 pA->GetPoint().Y(), in interpretMetafile()
2966 pA->GetPoint().X() + pA->GetSize().Width(), in interpretMetafile()
2967 pA->GetPoint().Y() + pA->GetSize().Height()); in interpretMetafile()
2971 const GDIMetaFile& rContent = pA->GetGDIMetaFile(); in interpretMetafile()
3025 const Gradient& rGradient = pA->GetGradient(); in interpretMetafile()
3071 const MetaLayoutModeAction* pA = (const MetaLayoutModeAction*)pAction; in interpretMetafile() local
3072 rPropertyHolders.Current().setLayoutMode(pA->GetLayoutMode()); in interpretMetafile()
3078 const MetaTextLanguageAction* pA = (const MetaTextLanguageAction*)pAction; in interpretMetafile() local
3079 rPropertyHolders.Current().setLanguageType(pA->GetTextLanguage()); in interpretMetafile()
3085 const MetaOverlineColorAction* pA = (const MetaOverlineColorAction*)pAction; in interpretMetafile() local
3086 const bool bActive(pA->IsSetting()); in interpretMetafile()
3090 rPropertyHolders.Current().setOverlineColor(pA->GetColor().getBColor()); in interpretMetafile()
3102 const MetaCommentAction* pA = (const MetaCommentAction*)pAction; in interpretMetafile() local
3104 if(COMPARE_EQUAL == pA->GetComment().CompareIgnoreCaseToAscii("XGRAD_SEQ_BEGIN")) in interpretMetafile()