Lines Matching refs:rVDev

1330             ::VirtualDevice&       rVDev(rFactoryParms.mrVDev);  in createActions()
1349 pCurrAct->Execute( &rVDev ); in createActions()
1384 rVDev ); in createActions()
1406 rVDev.LogicToPixel( in createActions()
1423 aPolyPolygon.transform(rVDev.GetViewTransformation()); in createActions()
1440 rVDev.LogicToPixel( pClipAction->GetRect() ) ); in createActions()
1462 rVDev.LogicToPixel( pClipAction->GetRegion().GetBoundRect() ) ); in createActions()
1477 aPolyPolygon.transform(rVDev.GetViewTransformation()); in createActions()
1674rVDev.AddHatchActions( static_cast<MetaHatchAction*>(pCurrAct)->GetPolyPolygon(), in createActions()
1689 const Size aMtfSizePixPre( rVDev.LogicToPixel( aMtfSize, in createActions()
1703 rVDev.Push(); in createActions()
1704 rVDev.SetMapMode( rSubstitute.GetPrefMapMode() ); in createActions()
1706 const ::Point& rPos( rVDev.LogicToPixel( pAct->GetPoint() ) ); in createActions()
1707 const ::Size& rSize( rVDev.LogicToPixel( pAct->GetSize() ) ); in createActions()
1718 rVDev.Pop(); in createActions()
1832 rVDev ); in createActions()
2564 if( rVDev.GetDigitLanguage()) in createActions()
2565 convertToLocalizedNumerals ( sText,rVDev.GetDigitLanguage() ); in createActions()
2583 if( rVDev.GetDigitLanguage()) in createActions()
2584 convertToLocalizedNumerals ( sText,rVDev.GetDigitLanguage() ); in createActions()
2603rVDev ) ); in createActions()
2617 tools::createTextLineInfo( rVDev, in createActions()
2643 rVDev.AddTextRectActions( pAct->GetRect(), in createActions()
2662 if( rVDev.GetDigitLanguage()) in createActions()
2663 convertToLocalizedNumerals ( sText,rVDev.GetDigitLanguage() ); in createActions()
2679 rVDev.GetTextArray( pAct->GetText(), pDXArray.get(), in createActions()