Searched refs:aSubstitute (Results 1 – 3 of 3) sorted by relevance
1152 const GDIMetaFile aSubstitute( pA->GetSubstitute() ); in ImplWrite() local1154 for( sal_uLong i = 0, nCount = aSubstitute.GetActionCount(); i < nCount; i++ ) in ImplWrite()1156 const MetaAction* pSubstAct = aSubstitute.GetAction( i ); in ImplWrite()1163 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in ImplWrite()1165 aMapMode.SetScaleX( Fraction( aOutSize.Width(), aSubstitute.GetPrefSize().Width() ) ); in ImplWrite()1166 aMapMode.SetScaleY( Fraction( aOutSize.Height(), aSubstitute.GetPrefSize().Height() ) ); in ImplWrite()1169 ImplWrite( aSubstitute ); in ImplWrite()
506 const GDIMetaFile aSubstitute( pA->GetSubstitute() ); in playMetafile() local511 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in playMetafile()513 aMapMode.SetScaleX( Fraction( aOutSize.Width(), aSubstitute.GetPrefSize().Width() ) ); in playMetafile()514 aMapMode.SetScaleY( Fraction( aOutSize.Height(), aSubstitute.GetPrefSize().Height() ) ); in playMetafile()519 playMetafile( aSubstitute, NULL, i_rContext, pDummyVDev ); in playMetafile()
1103 const GDIMetaFile aSubstitute( ( ( const MetaEPSAction*) pMA )->GetSubstitute() ); in ImplWriteActions() local1144 MapMode aMapMode( aSubstitute.GetPrefMapMode() ); in ImplWriteActions()
Completed in 58 milliseconds