Home
last modified time | relevance | path

Searched refs:GraphicType (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx139 sal_uInt8 cType = graphic::GraphicType::EMPTY; in implCreate()
143 case( GFF_BMP ): pMimeType = MIMETYPE_BMP; cType = graphic::GraphicType::PIXEL; break; in implCreate()
144 case( GFF_GIF ): pMimeType = MIMETYPE_GIF; cType = graphic::GraphicType::PIXEL; break; in implCreate()
145 case( GFF_JPG ): pMimeType = MIMETYPE_JPG; cType = graphic::GraphicType::PIXEL; break; in implCreate()
146 case( GFF_PCD ): pMimeType = MIMETYPE_PCD; cType = graphic::GraphicType::PIXEL; break; in implCreate()
174 if( graphic::GraphicType::EMPTY != cType ) in implCreate()
181 mbTransparent = ( graphic::GraphicType::VECTOR == cType ); in implCreate()
371 const GraphicType eType( mpGraphic ? mpGraphic->GetType() : meType ); in _getPropertyValues()
373 *pValues <<= ( ( eType == GRAPHIC_BITMAP ? graphic::GraphicType::PIXEL : in _getPropertyValues()
374 ( eType == GRAPHIC_GDIMETAFILE ? graphic::GraphicType::VECTOR : in _getPropertyValues()
[all …]
H A Dgraphic.cxx219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType()
222 …( ( mpGraphic->GetType() == GRAPHIC_BITMAP ) ? graphic::GraphicType::PIXEL : graphic::GraphicType:… in getType()
H A Dgrfcache.cxx299 const GraphicType eOldType = rSubstitute.GetType(); in ImplFillSubstitute()
530 const GraphicType eType = rGraphic.GetType(); in GetNeededSize()
H A Ddescriptor.hxx118 GraphicType meType;
H A Dgrfmgr.cxx955 const GraphicType eType = GetType(); in GetTransformedGraphic()
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl27 #include <com/sun/star/graphic/GraphicType.idl>
48 @see GraphicType
50 [property] byte GraphicType;
H A DXGraphic.idl28 #include <com/sun/star/graphic/GraphicType.idl>
54 @see GraphicType
H A DGraphicType.idl31 published constants GraphicType
/trunk/main/vcl/inc/
H A Dimpgraph.hxx67 GraphicType meType;
96 GraphicType ImplGetType() const;
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx202 GraphicType meType;
399 GraphicType GetType() const { return meType; } in GetType()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx437 case ::com::sun::star::graphic::GraphicType::VECTOR: in SaveGraphic()
441 case ::com::sun::star::graphic::GraphicType::PIXEL: in SaveGraphic()
/trunk/main/vcl/inc/vcl/
H A Dgraph.h35 enum GraphicType enum
H A Dgraph.hxx120 GraphicType GetType() const;
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx574 GraphicType eType = GetGraphicType(); in GetTransformedGraphic()
611 GraphicType SdrGrafObj::GetGraphicType() const in GetGraphicType()
1245 GraphicType aGraphicType(GetGraphicType()); in DoConvertToPolyObj()
/trunk/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx144 GraphicType GetGraphicType() const;
/trunk/main/vcl/source/gdi/
H A Dimpgraph.cxx464 GraphicType ImpGraphic::ImplGetType() const in ImplGetType()
1200 meType = (GraphicType) nType; in ImplReadEmbedded()
H A Dgraph.cxx392 GraphicType Graphic::GetType() const in GetType()
/trunk/main/svtools/source/misc/
H A Dtransfer2.cxx550 GraphicType nType = rGrf.GetType(); in CopyGraphic()
/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx78 GraphicType eType = aGraphic.GetType(); in PropType()
/trunk/main/sdext/source/minimizer/
H A Dinformationdialog.cxx354 if ( xGraphic.is() && xGraphic->getType() != graphic::GraphicType::EMPTY ) in InitDialog()
H A Dimpoptimizer.cxx277 if ( nGraphicType == com::sun::star::graphic::GraphicType::PIXEL ) in ImpCompressGraphic()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx564 const GraphicType aType(rGraphic.GetType()); in create2DDecomposition()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx168 GraphicType nGrfType = aGrf.GetType(); in TYPEINIT1()
193 GraphicType nGrfType = aGraf.GetType(); in lcl_UpdateContourDlg()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx462 GraphicType aType = rGraphic.GetType(); in WriteImage()

Completed in 117 milliseconds

12