Searched refs:aWMF (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1927 GDIMetaFile aWMF; in Out() local 1928 if (ReadWindowMetafile( aOut, aWMF, NULL ) && aWMF.GetActionCount() > 0) in Out() 1930 aWMF.SetPrefMapMode(MapMode(MAP_100TH_MM)); in Out() 1931 Size aOldSiz(aWMF.GetPrefSize()); in Out() 1935 aWMF.Scale(aFracX, aFracY); in Out() 1936 aWMF.SetPrefSize(aNewSiz); in Out() 1937 pGraphic = new Graphic(aWMF); in Out()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 282 GDIMetaFile aWMF; in ReadGrafFile() local 284 bool bOk = ReadWindowMetafile( *pSt, aWMF, NULL ) ? true : false; in ReadGrafFile() 286 if (!bOk || pSt->GetError() || !aWMF.GetActionCount()) in ReadGrafFile() 311 rpGraphic = new Graphic( aWMF ); in ReadGrafFile()
|
H A D | ww8par4.cxx | 382 GDIMetaFile aWMF; in ImportOleBase() local 384 if (ImportOleWMF(xSrc1,aWMF,nX,nY)) in ImportOleBase() 385 rGraph = Graphic( aWMF ); in ImportOleBase()
|
H A D | wrtww8gr.cxx | 151 GDIMetaFile aWMF; in TestOleNeedsGraphic() 153 if (!bGraphicNeeded && SwWW8ImplReader::ImportOleWMF(xOleStg,aWMF,nX,nY)) in TestOleNeedsGraphic() 159 Graphic aGraph(aWMF); in TestOleNeedsGraphic()
|
Completed in 68 milliseconds