Home
last modified time | relevance | path

Searched refs:aGraph (Results 1 – 7 of 7) sorted by path

/trunk/main/chart2/source/controller/drawinglayer/
H A DViewElementListProvider.cxx195 Graphic aGraph(aMeta); in GetSymbolGraphic() local
197 aGraph.SetPrefSize(aSize); in GetSymbolGraphic()
198 aGraph.SetPrefMapMode(MAP_100TH_MM); in GetSymbolGraphic()
206 return aGraph; in GetSymbolGraphic()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx183 Graphic aGraph( SdrExchangeView::GetObjGraphic( in WriteGraphEntry() local
186 WriteImage( aLinkName, aGraph, aOpt ); in WriteGraphEntry()
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx95 Graphic aGraph( *pGDIMeta ); in getFormatStrFromGDI_Impl() local
96 if ( GraphicConverter::Export( *pStream, aGraph, nFormat ) == 0 ) in getFormatStrFromGDI_Impl()
129 Graphic aGraph( *pGDIMeta ); in getEnhMetaFileFromGDI_Impl() local
130 sal_Bool bFailed = (sal_Bool)GraphicConverter::Export( *pStream, aGraph, CVT_EMF ); in getEnhMetaFileFromGDI_Impl()
157 Graphic aGraph( *pGDIMeta ); in getWinMetaFileFromGDI_Impl() local
158 sal_Bool bFailed = (sal_Bool)GraphicConverter::Export( *pStream, aGraph, CVT_WMF ); in getWinMetaFileFromGDI_Impl()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx768 Graphic aGraph(aMtf); in GetBitmap() local
769 aGraph.SetPrefSize(aSize); in GetBitmap()
770 aGraph.SetPrefMapMode(MAP_100TH_MM); in GetBitmap()
772 Reference< awt::XBitmap > xBmp( aGraph.GetXGraphic(), UNO_QUERY ); in GetBitmap()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8gr.cxx159 Graphic aGraph(aWMF); in TestOleNeedsGraphic()
167 rStorageName,xObjStg,pDoc->GetDocStorage(),aGraph,aRect,aVisArea,0,nErr,0,nAspect); in TestOleNeedsGraphic()
H A Dww8graf.cxx1077 Graphic aGraph; in InsertTxbxText() local
1078 SdrObject* pNew = ImportOleBase(aGraph); in InsertTxbxText()
1083 ((SdrGrafObj*)pNew)->SetGraphic(aGraph); in InsertTxbxText()
H A Dww8par4.cxx270 Graphic aGraph; in ImportOle() local
271 SdrObject* pRet = ImportOleBase(aGraph, pGrf, pFlySet, aVisArea ); in ImportOle()
291 aGraph.GetPrefSize(), aGraph.GetPrefMapMode(), MAP_TWIP ); in ImportOle()
316 GRAPHIC_GDIMETAFILE == aGraph.GetType() || in ImportOle()
317 GRAPHIC_BITMAP == aGraph.GetType() in ImportOle()
320 pFmt = rDoc.Insert(*pPaM, aEmptyStr, aEmptyStr, &aGraph, pFlySet, in ImportOle()

Completed in 46 milliseconds