Searched refs:o_rMtf (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/vcl/source/gdi/ |
| H A D | print3.cxx | 893 …Size PrinterController::getPageFile( int i_nUnfilteredPage, GDIMetaFile& o_rMtf, bool i_bMayUseCac… in getPageFile() argument 908 if( mpImplData->maPageCache.get( i_nUnfilteredPage, o_rMtf, aPageSize ) ) in getPageFile() 916 o_rMtf.Clear(); in getPageFile() 928 o_rMtf.SetPrefSize( aPageSize.aSize ); in getPageFile() 929 o_rMtf.SetPrefMapMode( aMapMode ); in getPageFile() 933 o_rMtf.Record( mpImplData->mpPrinter.get() ); in getPageFile() 937 o_rMtf.Stop(); in getPageFile() 938 o_rMtf.WindStart(); in getPageFile() 942 mpImplData->maPageCache.insert( i_nUnfilteredPage, o_rMtf, aPageSize ); in getPageFile() 950 static void appendSubPage( GDIMetaFile& o_rMtf, const Rectangle& i_rClipRect, GDIMetaFile& io_rSubP… in appendSubPage() argument [all …]
|
| H A D | print2.cxx | 146 static void ImplConvertTransparentAction( GDIMetaFile& o_rMtf, in ImplConvertTransparentAction() argument 159 o_rMtf.AddAction( new MetaPushAction( PUSH_LINECOLOR|PUSH_FILLCOLOR ) ); in ImplConvertTransparentAction() 166 o_rMtf.AddAction( new MetaLineColorAction(aLineColor, sal_True) ); in ImplConvertTransparentAction() 172 o_rMtf.AddAction( new MetaFillColorAction(aFillColor, sal_True) ); in ImplConvertTransparentAction() 175 o_rMtf.AddAction( new MetaPolyPolygonAction(pTransAct->GetPolyPolygon()) ); in ImplConvertTransparentAction() 178 o_rMtf.AddAction( new MetaPopAction() ); in ImplConvertTransparentAction() 247 o_rMtf.AddAction( new MetaBmpAction( in ImplConvertTransparentAction() 252 o_rMtf.AddAction( new MetaBmpScaleAction( in ImplConvertTransparentAction() 258 o_rMtf.AddAction( new MetaBmpScalePartAction( in ImplConvertTransparentAction()
|
| /trunk/main/slideshow/source/engine/shapes/ |
| H A D | gdimtftools.hxx | 107 … GDIMetaFile& o_rMtf,
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | print.hxx | 530 …VCL_PLUGIN_PUBLIC PageSize getFilteredPageFile( int i_nFilteredPage, GDIMetaFile& o_rMtf, bool i_b…
|