Home
last modified time | relevance | path

Searched refs:eGraphicType (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/ui/shells/
H A Dgrfsh.cxx665 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState() local
666 if ( ( eGraphicType == GRAPHIC_NONE || in GetAttrState()
667 eGraphicType == GRAPHIC_DEFAULT ) && in GetAttrState()
676 bDisable = eGraphicType != GRAPHIC_BITMAP; in GetAttrState()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3689 GraphicType eGraphicType = aGraphic.GetType(); in FlyFrameGraphic() local
3693 (eGraphicType == GRAPHIC_BITMAP) ? CVT_PNG : CVT_WMF)) in FlyFrameGraphic()
3695 pBLIPType = (eGraphicType == GRAPHIC_BITMAP) ? in FlyFrameGraphic()
3703 Size aMapped(eGraphicType == GRAPHIC_BITMAP ? aGraphic.GetSizePixel() : aGraphic.GetPrefSize()); in FlyFrameGraphic()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx4110 GraphicImportType eGraphicType = in sprmWithProps() local
4116 m_pImpl->GetGraphicImport(eGraphicType); in sprmWithProps()
4118 m_pImpl->ImportGraphic(pProperties, eGraphicType); in sprmWithProps()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx4415 GraphicType eGraphicType = aGraphic.GetType(); in GetBlibID() local
4416 if ( ( eGraphicType == GRAPHIC_BITMAP ) || ( eGraphicType == GRAPHIC_GDIMETAFILE ) ) in GetBlibID()
4421 …nErrCode = GraphicConverter::Export( aStream, aGraphic, ( eGraphicType == GRAPHIC_BITMAP ) ? CVT_P… in GetBlibID()
4450 p_EscherBlibEntry->meBlibType = ( eGraphicType == GRAPHIC_BITMAP ) ? PNG : EMF; in GetBlibID()

Completed in 103 milliseconds