Searched refs:eGraphicType (Results 1 – 4 of 4) sorted by relevance
678 const sal_uInt16 eGraphicType( rSh.GetGraphicType() ); in GetAttrState() local679 if ( ( eGraphicType == GRAPHIC_NONE || in GetAttrState()680 eGraphicType == GRAPHIC_DEFAULT ) && in GetAttrState()689 bDisable = eGraphicType != GRAPHIC_BITMAP; in GetAttrState()
3681 GraphicType eGraphicType = aGraphic.GetType(); in FlyFrameGraphic() local3685 (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()
4119 GraphicImportType eGraphicType = in sprmWithProps() local4125 m_pImpl->GetGraphicImport(eGraphicType); in sprmWithProps()4127 m_pImpl->ImportGraphic(pProperties, eGraphicType); in sprmWithProps()
4426 GraphicType eGraphicType = aGraphic.GetType(); in GetBlibID() local4427 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 109 milliseconds