Lines Matching refs:pAct

100     template < class MetaActionType > void setStateColor( MetaActionType* 					pAct,  in setStateColor()  argument
106 if( (rIsColorSet=pAct->IsSetting()) != false ) in setStateColor()
108 ::Color aColor( pAct->GetColor() ); in setStateColor()
1684 MetaEPSAction* pAct = static_cast<MetaEPSAction*>(pCurrAct); in createActions() local
1685 const GDIMetaFile& rSubstitute = pAct->GetSubstitute(); in createActions()
1706 const ::Point& rPos( rVDev.LogicToPixel( pAct->GetPoint() ) ); in createActions()
1707 const ::Size& rSize( rVDev.LogicToPixel( pAct->GetSize() ) ); in createActions()
1714 createActions( const_cast<GDIMetaFile&>(pAct->GetSubstitute()), in createActions()
1728 MetaCommentAction* pAct = static_cast<MetaCommentAction*>(pCurrAct); in createActions() local
1731 … if ( pAct->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_BEGIN" ) == COMPARE_EQUAL ) in createActions()
1768 else if( pAct->GetComment().Equals( "XPATHFILL_SEQ_BEGIN" ) ) in createActions()
1770 const sal_uInt8* pData = pAct->GetData(); in createActions()
1773 … SvMemoryStream aMemStm( (void*)pData, pAct->GetDataSize(), STREAM_READ ); in createActions()
2219 MetaBmpAction* pAct = static_cast<MetaBmpAction*>(pCurrAct); in createActions() local
2223 pAct->GetBitmap(), in createActions()
2225 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2243 MetaBmpScaleAction* pAct = static_cast<MetaBmpScaleAction*>(pCurrAct); in createActions() local
2247 pAct->GetBitmap(), in createActions()
2249 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2251 ::vcl::unotools::b2DSizeFromSize( pAct->GetSize() ), in createActions()
2269 … MetaBmpScalePartAction* pAct = static_cast<MetaBmpScalePartAction*>(pCurrAct); in createActions() local
2273 Bitmap aBmp( pAct->GetBitmap() ); in createActions()
2274 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions()
2275 pAct->GetSrcSize() ); in createActions()
2282 ::vcl::unotools::b2DPointFromPoint( pAct->GetDestPoint() ), in createActions()
2284 ::vcl::unotools::b2DSizeFromSize( pAct->GetDestSize() ), in createActions()
2302 MetaBmpExAction* pAct = static_cast<MetaBmpExAction*>(pCurrAct); in createActions() local
2306 pAct->GetBitmapEx(), in createActions()
2308 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2326 MetaBmpExScaleAction* pAct = static_cast<MetaBmpExScaleAction*>(pCurrAct); in createActions() local
2330 pAct->GetBitmapEx(), in createActions()
2332 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2334 ::vcl::unotools::b2DSizeFromSize( pAct->GetSize() ), in createActions()
2352 … MetaBmpExScalePartAction* pAct = static_cast<MetaBmpExScalePartAction*>(pCurrAct); in createActions() local
2356 BitmapEx aBmp( pAct->GetBitmapEx() ); in createActions()
2357 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions()
2358 pAct->GetSrcSize() ); in createActions()
2365 ::vcl::unotools::b2DPointFromPoint( pAct->GetDestPoint() ), in createActions()
2367 ::vcl::unotools::b2DSizeFromSize( pAct->GetDestSize() ), in createActions()
2385 MetaMaskAction* pAct = static_cast<MetaMaskAction*>(pCurrAct); in createActions() local
2390 BitmapEx aBmp( createMaskBmpEx( pAct->GetBitmap(), in createActions()
2391 pAct->GetColor() )); in createActions()
2397 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2415 MetaMaskScaleAction* pAct = static_cast<MetaMaskScaleAction*>(pCurrAct); in createActions() local
2420 BitmapEx aBmp( createMaskBmpEx( pAct->GetBitmap(), in createActions()
2421 pAct->GetColor() )); in createActions()
2427 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2429 ::vcl::unotools::b2DSizeFromSize( pAct->GetSize() ), in createActions()
2447 … MetaMaskScalePartAction* pAct = static_cast<MetaMaskScalePartAction*>(pCurrAct); in createActions() local
2452 BitmapEx aBmp( createMaskBmpEx( pAct->GetBitmap(), in createActions()
2453 pAct->GetColor() )); in createActions()
2457 const Rectangle aCropRect( pAct->GetSrcPoint(), in createActions()
2458 pAct->GetSrcSize() ); in createActions()
2465 ::vcl::unotools::b2DPointFromPoint( pAct->GetDestPoint() ), in createActions()
2467 ::vcl::unotools::b2DSizeFromSize( pAct->GetDestSize() ), in createActions()
2498 … MetaTransparentAction* pAct = static_cast<MetaTransparentAction*>(pCurrAct); in createActions() local
2499 … ::basegfx::B2DPolyPolygon aPoly( pAct->GetPolyPolygon().getB2DPolyPolygon() ); in createActions()
2507 pAct->GetTransparence() ) ); in createActions()
2524 … MetaFloatTransparentAction* pAct = static_cast<MetaFloatTransparentAction*>(pCurrAct); in createActions() local
2527 new ::GDIMetaFile( pAct->GetGDIMetaFile() ) ); in createActions()
2531 new Gradient( pAct->GetGradient() ) ); in createActions()
2541 ::vcl::unotools::b2DPointFromPoint( pAct->GetPoint() ), in createActions()
2543 ::vcl::unotools::b2DSizeFromSize( pAct->GetSize() ), in createActions()
2561 MetaTextAction* pAct = static_cast<MetaTextAction*>(pCurrAct); in createActions() local
2562 XubString sText = XubString( pAct->GetText() ); in createActions()
2568 pAct->GetPoint(), in createActions()
2570 pAct->GetIndex(), in createActions()
2571pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions()
2580 MetaTextArrayAction* pAct = static_cast<MetaTextArrayAction*>(pCurrAct); in createActions() local
2581 XubString sText = XubString( pAct->GetText() ); in createActions()
2587 pAct->GetPoint(), in createActions()
2589 pAct->GetIndex(), in createActions()
2590pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions()
2591 pAct->GetDXArray(), in createActions()
2599 MetaTextLineAction* pAct = static_cast<MetaTextLineAction*>(pCurrAct); in createActions() local
2604 const ::Point aStartPoint( pAct->GetStartPoint() ); in createActions()
2606 ::basegfx::B2DSize(pAct->GetWidth(), in createActions()
2614 ::vcl::unotools::b2DPointFromPoint(pAct->GetStartPoint()) + in createActions()
2636 MetaTextRectAction* pAct = static_cast<MetaTextRectAction*>(pCurrAct); in createActions() local
2643 rVDev.AddTextRectActions( pAct->GetRect(), in createActions()
2644 pAct->GetText(), in createActions()
2645 pAct->GetStyle(), in createActions()
2659 MetaStretchTextAction* pAct = static_cast<MetaStretchTextAction*>(pCurrAct); in createActions() local
2660 XubString sText = XubString( pAct->GetText() ); in createActions()
2665 const sal_uInt16 nLen( pAct->GetLen() == (sal_uInt16)STRING_LEN ? in createActions()
2666pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen() ); in createActions()
2679 rVDev.GetTextArray( pAct->GetText(), pDXArray.get(), in createActions()
2680 pAct->GetIndex(), pAct->GetLen() ); in createActions()
2682 const sal_Int32 nWidthDifference( pAct->GetWidth() - pDXArray[ nLen-1 ] ); in createActions()
2698 pAct->GetPoint(), in createActions()
2700 pAct->GetIndex(), in createActions()
2701pAct->GetLen() == (sal_uInt16)STRING_LEN ? pAct->GetText().Len() - pAct->GetIndex() : pAct->GetLen… in createActions()