Home
last modified time | relevance | path

Searched refs:eGraphicType (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx4119 GraphicImportType eGraphicType = in sprmWithProps() local
4125 m_pImpl->GetGraphicImport(eGraphicType); in sprmWithProps()
4127 m_pImpl->ImportGraphic(pProperties, eGraphicType); in sprmWithProps()
/trunk/main/sw/source/ui/shells/
H A Dgrfsh.cxx678 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState() local
679 if ( ( eGraphicType == GRAPHIC_NONE || in GetAttrState()
680 eGraphicType == GRAPHIC_DEFAULT ) && in GetAttrState()
689 bDisable = eGraphicType != GRAPHIC_BITMAP; in GetAttrState()
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3681 GraphicType eGraphicType = aGraphic.GetType(); in FlyFrameGraphic() local
3685 (eGraphicType == GRAPHIC_BITMAP) ? CVT_PNG : CVT_WMF)) in FlyFrameGraphic()
3687 pBLIPType = (eGraphicType == GRAPHIC_BITMAP) ? in FlyFrameGraphic()
3695 Size aMapped(eGraphicType == GRAPHIC_BITMAP ? aGraphic.GetSizePixel() : aGraphic.GetPrefSize()); in FlyFrameGraphic()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4426 GraphicType eGraphicType = aGraphic.GetType(); in GetBlibID() local
4427 if ( ( eGraphicType == GRAPHIC_BITMAP ) || ( eGraphicType == GRAPHIC_GDIMETAFILE ) ) in GetBlibID()
4432 …nErrCode = GraphicConverter::Export( aStream, aGraphic, ( eGraphicType == GRAPHIC_BITMAP ) ? CVT_P… in GetBlibID()
4461 p_EscherBlibEntry->meBlibType = ( eGraphicType == GRAPHIC_BITMAP ) ? PNG : EMF; in GetBlibID()

Completed in 92 milliseconds