Lines Matching refs:pA

1933 				const MetaGradientExAction* pA = (MetaGradientExAction*) pAction;  in ImplWriteActions()  local
1944 rOStm << pA->GetPolyPolygon() << pA->GetGradient(); in ImplWriteActions()
2240 const MetaFloatTransparentAction* pA = (MetaFloatTransparentAction*) pAction; in ImplWriteActions() local
2241 const GDIMetaFile& rTransMtf = pA->GetGDIMetaFile(); in ImplWriteActions()
2242 const Point& rPos = pA->GetPoint(); in ImplWriteActions()
2243 const Size& rSize = pA->GetSize(); in ImplWriteActions()
2244 const Gradient& rGradient = pA->GetGradient(); in ImplWriteActions()
2301 const MetaHatchAction* pA = (MetaHatchAction*) pAction; in ImplWriteActions() local
2302 const PolyPolygon& rPolyPoly = pA->GetPolyPolygon(); in ImplWriteActions()
2303 const Hatch& rHatch = pA->GetHatch(); in ImplWriteActions()
2346 const MetaRefPointAction* pA = (MetaRefPointAction*) pAction; in ImplWriteActions() local
2347 const Point& rRefPoint = pA->GetRefPoint(); in ImplWriteActions()
2348 const sal_Bool bSet = pA->IsSetting(); in ImplWriteActions()
2374 const MetaTextLineColorAction* pA = (MetaTextLineColorAction*) pAction; in ImplWriteActions() local
2375 const Color& rColor = pA->GetColor(); in ImplWriteActions()
2376 const sal_Bool bSet = pA->IsSetting(); in ImplWriteActions()
2407 const MetaTextLineAction* pA = (MetaTextLineAction*) pAction; in ImplWriteActions() local
2408 const Point& rStartPt = pA->GetStartPoint(); in ImplWriteActions()
2409 const long nWidth = pA->GetWidth(); in ImplWriteActions()
2410 const FontStrikeout eStrikeout = pA->GetStrikeout(); in ImplWriteActions()
2411 const FontUnderline eUnderline = pA->GetUnderline(); in ImplWriteActions()
2442 const MetaCommentAction* pA = (MetaCommentAction*) pAction; in ImplWriteActions() local
2443 const sal_uInt32 nDataSize = pA->GetDataSize(); in ImplWriteActions()
2454 rOStm << pA->GetComment() << pA->GetValue() << nDataSize; in ImplWriteActions()
2457 rOStm.Write( pA->GetData(), nDataSize ); in ImplWriteActions()