| /trunk/main/svtools/source/graphic/ |
| H A D | descriptor.cxx | 139 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() 147 case( GFF_PCX ): pMimeType = MIMETYPE_PCX; cType = graphic::GraphicType::PIXEL; break; in implCreate() 148 case( GFF_PNG ): pMimeType = MIMETYPE_PNG; cType = graphic::GraphicType::PIXEL; break; in implCreate() 149 case( GFF_TIF ): pMimeType = MIMETYPE_TIF; cType = graphic::GraphicType::PIXEL; break; in implCreate() 150 case( GFF_XBM ): pMimeType = MIMETYPE_XBM; cType = graphic::GraphicType::PIXEL; break; in implCreate() 151 case( GFF_XPM ): pMimeType = MIMETYPE_XPM; cType = graphic::GraphicType::PIXEL; break; in implCreate() [all …]
|
| H A D | graphic.cxx | 219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType() 222 …( ( mpGraphic->GetType() == GRAPHIC_BITMAP ) ? graphic::GraphicType::PIXEL : graphic::GraphicType:… in getType()
|
| H A D | grfcache.cxx | 299 const GraphicType eOldType = rSubstitute.GetType(); in ImplFillSubstitute() 530 const GraphicType eType = rGraphic.GetType(); in GetNeededSize()
|
| H A D | descriptor.hxx | 118 GraphicType meType;
|
| H A D | grfmgr.cxx | 962 const GraphicType eType = GetType(); in GetTransformedGraphic()
|
| /trunk/main/offapi/com/sun/star/graphic/ |
| H A D | GraphicDescriptor.idl | 27 #include <com/sun/star/graphic/GraphicType.idl> 48 @see GraphicType 50 [property] byte GraphicType;
|
| H A D | XGraphic.idl | 28 #include <com/sun/star/graphic/GraphicType.idl> 54 @see GraphicType
|
| H A D | GraphicType.idl | 31 published constants GraphicType
|
| /trunk/main/vcl/inc/ |
| H A D | impgraph.hxx | 67 GraphicType meType; 96 GraphicType ImplGetType() const;
|
| /trunk/main/sd/source/filter/grf/ |
| H A D | sdgrffilter.cxx | 437 case ::com::sun::star::graphic::GraphicType::VECTOR: in SaveGraphic() 441 case ::com::sun::star::graphic::GraphicType::PIXEL: in SaveGraphic()
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | grfmgr.hxx | 202 GraphicType meType; 399 GraphicType GetType() const { return meType; } in GetType()
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | graph.h | 35 enum GraphicType enum
|
| H A D | graph.hxx | 120 GraphicType GetType() const;
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdograf.cxx | 579 GraphicType eType = GetGraphicType(); in GetTransformedGraphic() 616 GraphicType SdrGrafObj::GetGraphicType() const in GetGraphicType() 1251 GraphicType aGraphicType(GetGraphicType()); in DoConvertToPolyObj()
|
| /trunk/main/framework/source/uielement/ |
| H A D | genericstatusbarcontroller.cxx | 142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdograf.hxx | 144 GraphicType GetGraphicType() const;
|
| /trunk/main/vcl/source/gdi/ |
| H A D | impgraph.cxx | 464 GraphicType ImpGraphic::ImplGetType() const in ImplGetType() 1200 meType = (GraphicType) nType; in ImplReadEmbedded()
|
| H A D | graph.cxx | 392 GraphicType Graphic::GetType() const in GetType()
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer2.cxx | 550 GraphicType nType = rGrf.GetType(); in CopyGraphic()
|
| /trunk/main/basic/source/runtime/ |
| H A D | stdobj1.cxx | 78 GraphicType eType = aGraphic.GetType(); in PropType()
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | informationdialog.cxx | 354 if ( xGraphic.is() && xGraphic->getType() != graphic::GraphicType::EMPTY ) in InitDialog()
|
| H A D | impoptimizer.cxx | 275 if ( nGraphicType == com::sun::star::graphic::GraphicType::PIXEL ) in ImpCompressGraphic()
|
| /trunk/main/drawinglayer/source/primitive2d/ |
| H A D | polypolygonprimitive2d.cxx | 564 const GraphicType aType(rGraphic.GetType()); in create2DDecomposition()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | basesh.cxx | 168 GraphicType nGrfType = aGrf.GetType(); in TYPEINIT1() 193 GraphicType nGrfType = aGraf.GetType(); in lcl_UpdateContourDlg()
|
| /trunk/main/oox/source/export/ |
| H A D | drawingml.cxx | 462 GraphicType aType = rGraphic.GetType(); in WriteImage()
|