Home
last modified time | relevance | path

Searched refs:graphic (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/aoo41x/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()
147 case( GFF_PCX ): pMimeType = MIMETYPE_PCX; cType = graphic::GraphicType::PIXEL; break; in implCreate()
174 if( graphic::GraphicType::EMPTY != cType ) in implCreate()
181 mbTransparent = ( graphic::GraphicType::VECTOR == cType ); in implCreate()
373 *pValues <<= ( ( eType == GRAPHIC_BITMAP ? graphic::GraphicType::PIXEL : in _getPropertyValues()
374 ( eType == GRAPHIC_GDIMETAFILE ? graphic::GraphicType::VECTOR : in _getPropertyValues()
[all …]
H A Dprovider.cxx134 *pTypes++ = ::getCppuType((const uno::Reference< graphic::XGraphicProvider>*)0); in getTypes()
160 uno::Reference< ::graphic::XGraphic > xRet; in implLoadGraphicObject()
176 uno::Reference< ::graphic::XGraphic > GraphicProvider::implLoadMemory( const ::rtl::OUString& rReso… in implLoadMemory()
178 uno::Reference< ::graphic::XGraphic > xRet; in implLoadMemory()
201 uno::Reference< ::graphic::XGraphic > xRet; in implLoadRepositoryImage()
222 uno::Reference< ::graphic::XGraphic > xRet; in implLoadStandardImage()
252 uno::Reference< ::graphic::XGraphic > xRet; in implLoadBitmap()
286 uno::Reference< ::graphic::XGraphic > xRet; in implLoadResource()
399 uno::Reference< ::graphic::XGraphic > xGraphic( implLoadMemory( aURL ) ); in queryGraphicDescriptor()
424 uno::Reference< ::graphic::XGraphic > xGraphic( implLoadBitmap( xBtm ) ); in queryGraphicDescriptor()
[all …]
H A Dgraphic.cxx71 if( rType == ::getCppuType((const uno::Reference< graphic::XGraphic >*)0) ) in queryAggregation()
72 aAny <<= uno::Reference< graphic::XGraphic >( this ); in queryAggregation()
90 aReturn = ::cppu::queryInterface ( rType, static_cast< graphic::XGraphicTransformer*>( this ) ); in queryInterface()
200 aRet[ nOldCount ] = ::getCppuType((const uno::Reference< graphic::XGraphic>*)0); in getTypes()
219 ::sal_Int8 cRet = graphic::GraphicType::EMPTY; in getType()
222 …cRet = ( ( mpGraphic->GetType() == GRAPHIC_BITMAP ) ? graphic::GraphicType::PIXEL : graphic::Graph… in getType()
H A Dgraphicunofactory.cxx37 typedef ::cppu::WeakImplHelper1< graphic::XGraphicObject > GObjectAccess_BASE;
49 virtual uno::Reference< graphic::XGraphic > SAL_CALL getGraphic() throw (uno::RuntimeException);
50 …virtual void SAL_CALL setGraphic( const uno::Reference< graphic::XGraphic >& _graphic ) throw (uno…
68 uno::Reference< graphic::XGraphic > SAL_CALL GObjectImpl::getGraphic() throw (uno::RuntimeException) in getGraphic()
76 void SAL_CALL GObjectImpl::setGraphic( const uno::Reference< graphic::XGraphic >& _graphic ) throw … in setGraphic()
/aoo41x/main/offapi/com/sun/star/drawing/
H A DGraphicObjectShape.idl47 #include <com/sun/star/graphic/XGraphic.idl>
64 /** This service is for a graphic shape.
77 /** This is an url to the source bitmap for this graphic shape.
82 /** This is an url to the stream ('in document' or linked graphic) for this graphic shape.
87 /** Deprecated. Use graphic property instead!
88 This is the bitmap that represents this graphic shape.
105 /** If this property is set, the red channel of this graphic shape is
123 /** If this property is set, the gama value of this graphic shape is
141 /** This property contains a image map for this graphic.
147 /** This is the graphic that represents this graphic shape
[all …]
H A DColorMode.idl35 for a graphic.
42 /** the graphic is rendered in the default color style of the output
50 /** the graphic is rendered in greyscales on the output device,
57 /** the graphic is rendered in black and white only,
64 /** the graphic is rendered in a watermark like style,
/aoo41x/main/offapi/com/sun/star/graphic/
H A DGraphicDescriptor.idl27 #include <com/sun/star/graphic/GraphicType.idl>
31 module com { module sun { module star { module graphic
46 /** The type of the graphic
52 /** The MimeType of the loaded graphic
92 /** The Size of the graphic in pixel.
97 the whole graphic</p>
101 /** The Size of the graphic in 100th mm.
106 the whole graphic</p>
118 /** Indicates that it is a transparent graphic
122 graphic was not loaded at all, e.g. in case of just
[all …]
H A DXGraphicProvider.idl34 #include <com/sun/star/graphic/XGraphic.idl>
36 module com { module sun { module star { module graphic
39 /** This interface acts as the main interface to handle graphic
48 unloaded graphic
51 mime type of the graphic and, in the case of pixel graphics,
56 of the graphic, for which the attributes should be returned
60 to get access to the different graphic properties
74 that holds the graphic content after loading the graphic
78 of the graphic from which the graphic is to be loaded
96 The graphic that should be stored
[all …]
H A DXGraphicRasterizer.idl26 #include <com/sun/star/graphic/XGraphic.idl>
31 module com { module sun { module star { module graphic
35 rasterize a given data stream to a pixel graphic
94 The width in pixel of the graphic to be rasterized.
99 The height in pixel of the graphic to be rasterized.
104 The rotation angle of the graphic to be rasterized.
110 The horizontal shear angle of the graphic to be rasterized.
116 The vertical shear angle of the graphic to be rasterized.
125 An interface to a graphic container into which the given data
128 @returns com::sun::star::graphic::XGraphic
[all …]
H A DGraphic.idl27 #include <com/sun/star/graphic/XGraphic.idl>
28 #include <com/sun/star/graphic/GraphicDescriptor.idl>
30 module com { module sun { module star { module graphic
39 access to the attributes of the graphic.
47 interface ::com::sun::star::graphic::XGraphic;
50 [optional] interface ::com::sun::star::graphic::XGraphicTransformer;
53 service ::com::sun::star::graphic::GraphicDescriptor;
H A DXGraphic.idl28 #include <com/sun/star/graphic/GraphicType.idl>
30 module com { module sun { module star { module graphic
33 /** This interface acts as a container for the loaded graphic.
38 the graphic content at a specific location</p>
40 <p>To render the graphic content onto a specific device, you
49 /** Get the type of the contained graphic
52 The type of the contained graphic
H A DGraphicRasterizer.idl27 #include <com/sun/star/graphic/XGraphicRasterizer.idl>
29 module com { module sun { module star { module graphic
33 to convert arbitrary graphic data to a <type>XGraphic</type>
34 interface containing a pixel graphic, that can be rendered the usual
42 interface ::com::sun::star::graphic::XGraphicRasterizer;
H A DXGraphicTransformer.idl28 #include <com/sun/star/graphic/XGraphic.idl>
30 module com { module sun { module star { module graphic
44 The transformed graphic
46 com::sun::star::graphic::XGraphic colorChange( [ in ] com::sun::star::graphic::XGraphic In,
H A DGraphicRendererVCL.idl28 #include <com/sun/star/graphic/XGraphicRenderer.idl>
31 module com { module sun { module star { module graphic
35 to render a graphic container of <type>XGraphic</type> type
46 interface ::com::sun::star::graphic::XGraphicRenderer;
62 /** Specifies the destination rectangle, into which the graphic
H A DXPrimitive2DRenderer.idl29 module com { module sun { module star { module graphic {
43 The graphic content description
50 value is needed to calculate the correct dimensions of the graphic to be
56 value is needed to calculate the correct dimensions of the graphic to be
61 The range in 1/100th mm of the graphic to be rasterized
/aoo41x/main/offapi/com/sun/star/style/
H A DGraphicLocation.idl35 graphic object within its surroundings.
49 /** The graphic is located in the top left corner.
56 /** The graphic is located in the middle of the top edge.
63 /** The graphic is located in the top right corner.
70 /** The graphic is located in the middle of the left edge.
84 /** The graphic is located in the middle of the right edge.
91 /** The graphic is located in the bottom left corner.
98 /** The graphic is located in the middle of the bottom edge.
105 /** The graphic is located in the bottom right corner.
112 /** The graphic is scaled to fill the whole surrounding area.
[all …]
/aoo41x/main/oox/inc/oox/helper/
H A Dgraphichelper.hxx41 namespace graphic { class XGraphic; } namespace
42 namespace graphic { class XGraphicObject; } namespace
43 namespace graphic { class XGraphicProvider; } namespace
116 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >
121 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >
125 ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >
131 … const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGraphic ) const;
148 …tOriginalSize( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rxGr…
153 …typedef ::std::deque< ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphicObject …
154 …ap< ::rtl::OUString, ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > > Emb…
[all …]
/aoo41x/main/svtools/source/inc/
H A Dprovider.hxx40 class GraphicProvider : public ::cppu::WeakImplHelper1< ::com::sun::star::graphic::XGraphicProvider…
63 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > SAL_CALL queryGrap…
64 … storeGraphic( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& Grap…
68 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadMemory( const ::rt…
69 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadGraphicObject( con…
70 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadResource( const ::…
71 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadRepositoryImage( c…
72 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadBitmap( const ::co…
73 …::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > implLoadStandardImage( con…
/aoo41x/main/offapi/com/sun/star/text/
H A DTextGraphicObject.idl44 #include <com/sun/star/graphic/XGraphic.idl>
53 /** specifies a graphic which can be embedded in <type>Text</type>.
58 graphic objects and embeddedobjects.
107 /** contains the URL of the background graphic of the object
113 /** contains the name of the filter of the background graphic of the object.
118 /** contains the original size of the bitmap in the graphic object.
147 /** determins the gamma value of the graphic.
151 /** determins if the graphic is display in inverted colors.
165 /** contains the graphic.
167 [optional, property] com::sun::star::graphic::XGraphic Graphic;
/aoo41x/main/svtools/
H A DLibrary_svt.mk214 svtools/source/graphic/descriptor \
215 svtools/source/graphic/graphic \
216 svtools/source/graphic/graphicunofactory \
217 svtools/source/graphic/grfattr \
218 svtools/source/graphic/grfcache \
219 svtools/source/graphic/grfmgr \
220 svtools/source/graphic/grfmgr2 \
221 svtools/source/graphic/provider \
222 svtools/source/graphic/renderer \
223 svtools/source/graphic/transformer \
/aoo41x/main/avmedia/source/java/
H A DFrameGrabber.java32 import com.sun.star.graphic.*;
80 public com.sun.star.graphic.XGraphic implImageToXGraphic( java.awt.Image aImage ) in implImageToXGraphic()
82 com.sun.star.graphic.XGraphic aRet = null; in implImageToXGraphic()
98 com.sun.star.graphic.XGraphicProvider aProvider = in implImageToXGraphic()
99 (com.sun.star.graphic.XGraphicProvider) UnoRuntime.queryInterface( in implImageToXGraphic()
100 com.sun.star.graphic.XGraphicProvider.class, in implImageToXGraphic()
137 public synchronized com.sun.star.graphic.XGraphic grabFrame( double fMediaTime ) in grabFrame()
139 com.sun.star.graphic.XGraphic aRet = null; in grabFrame()
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXGraphicDevice.idl62 /** This interface provides access to a graphic device, such as a
64 exactly one associated graphic device, into which its output is
67 For a typical windowing system, the graphic device is equivalent
71 same graphic device and thus e.g. fullscreen state. If the OS
75 share a common graphic device.
80 graphic device.
89 /** Query the color space interface for this graphic device.
144 compatible to the graphic device.
176 sample model is compatible to the graphic device.
188 with this graphic device.
[all …]
/aoo41x/main/offapi/com/sun/star/inspection/
H A DLineDescriptor.idl28 #include <com/sun/star/graphic/XGraphic.idl>
97 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
98 object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
102 <p>If you need to specify a graphic which does not have an URL, but is available as
103 <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
118 com::sun::star::graphic::XGraphic PrimaryButtonImage;
142 … <p>This URL will be used to obtain an actual <type scope="com::sun::star::graphic">XGraphic</type>
143 object from an <type scope="com::sun::star::graphic">GraphicProvider</type>.</p>
147 <p>If you need to specify a graphic which does not have an URL, but is available as
148 <type scope="com::sun::star::graphic">XGraphic</type> only, then you must leave
[all …]
/aoo41x/main/offapi/com/sun/star/gallery/
H A DGalleryItem.idl34 #include <com/sun/star/graphic/XGraphic.idl>
63 of the Gallery item. In case of graphic and media items,
75 <p>The thumbnail may be either a pixel or a vector graphic</p>
77 [readonly, property] com::sun::star::graphic::XGraphic Thumbnail;
79 /** the graphic content of the Gallery item
83 [optional, readonly, property ] ::com::sun::star::graphic::XGraphic Graphic;
/aoo41x/main/offapi/com/sun/star/ui/
H A DXImageManager.idl32 #include <com/sun/star/graphic/XGraphic.idl>
125 …sequence< ::com::sun::star::graphic::XGraphic > getImages( [in] short nImageType, [in] sequence< s…
136 a sequence of graphic objects which should replace the old images
148 …sequence< string > aCommandURLSequence, [in] sequence< ::com::sun::star::graphic::XGraphic > aGrap…
177 a sequence of graphic objects which should be associated with the provided
189 …sequence< string > aCommandURLSequence, [in] sequence< ::com::sun::star::graphic::XGraphic > aGrap…
206 <type scope="::com::sun::star::graphic">XGraphic</type>. This container

Completed in 93 milliseconds

12345678910>>...15