Searched refs:eGraphicType (Results 1 – 4 of 4) sorted by relevance
665 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState() local666 if ( ( eGraphicType == GRAPHIC_NONE || in GetAttrState()667 eGraphicType == GRAPHIC_DEFAULT ) && in GetAttrState()676 bDisable = eGraphicType != GRAPHIC_BITMAP; in GetAttrState()
3660 GraphicType eGraphicType = aGraphic.GetType(); in FlyFrameGraphic() local3664 (eGraphicType == GRAPHIC_BITMAP) ? CVT_PNG : CVT_WMF)) in FlyFrameGraphic()3666 pBLIPType = (eGraphicType == GRAPHIC_BITMAP) ? in FlyFrameGraphic()3674 Size aMapped(eGraphicType == GRAPHIC_BITMAP ? aGraphic.GetSizePixel() : aGraphic.GetPrefSize()); in FlyFrameGraphic()
4110 GraphicImportType eGraphicType = in sprmWithProps() local4116 m_pImpl->GetGraphicImport(eGraphicType); in sprmWithProps()4118 m_pImpl->ImportGraphic(pProperties, eGraphicType); in sprmWithProps()
4415 GraphicType eGraphicType = aGraphic.GetType(); in GetBlibID() local4416 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 65 milliseconds