/trunk/main/offapi/com/sun/star/graphic/ |
H A D | GraphicDescriptor.idl | 62 <li>image/bmp</li> 63 <li>image/gif</li> 64 <li>image/jpeg</li> 66 <li>image/x-pcx</li> 67 <li>image/png</li> 68 <li>image/tiff</li> 77 <li>image/x-eps</li> 78 <li>image/x-dxf</li> 79 <li>image/x-met</li> 81 <li>image/x-sgf</li> [all …]
|
H A D | MediaProperties.idl | 95 <li>image/bmp</li> 96 <li>image/gif</li> 97 <li>image/jpeg</li> 98 <li>image/png</li> 99 <li>image/tiff</li> 102 <li>image/x-emf</li> 103 <li>image/x-eps</li> 104 <li>image/x-met</li> 105 <li>image/x-pict</li> 108 <li>image/x-wmf</li> [all …]
|
/trunk/main/offapi/com/sun/star/ui/ |
H A D | XImageManager.idl | 69 An image manager controls a number of image sets which are specified 76 /** resets the image manager to default data. 87 specifies the image type for this operation. 95 /** determines if a command URL has an associated image. 98 specifies the image type for this operation. 120 empty image is provided. If the sequence 168 /** inserts new image/command associations to a image manager. 197 image manager. 200 An image manager implementation notifies its listener whenever an image 224 /** initializes an image manager instance. [all …]
|
H A D | ImageType.idl | 28 /** Determine the image set of an image manager. 32 the current image set of an image manager. 40 /** an image with default size. 44 /** an image with big size; 48 /** an image with normal colors. 52 /** an image with high contrast colors.
|
/trunk/main/desktop/source/pagein/ |
H A D | file_image_unx.c | 52 if (image == NULL) in file_image_open() 55 image->m_base = MAP_FAILED, image->m_size = 0; in file_image_open() 73 image->m_base = p, image->m_size = st.st_size; in file_image_open() 83 int file_image_pagein (file_image * image) in file_image_pagein() argument 90 if (image == NULL) in file_image_pagein() 93 if ((w.m_base = image->m_base) == NULL) in file_image_pagein() 95 if ((w.m_size = image->m_size) == 0) in file_image_pagein() 136 int file_image_close (file_image * image) in file_image_close() argument 138 if (image == NULL) in file_image_close() 141 if (munmap (image->m_base, image->m_size) == -1) in file_image_close() [all …]
|
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | ImageList.java | 372 return image; in createImage() 467 private void moveSelection(int image) in moveSelection() argument 472 int row = image / cols; in moveSelection() 486 if (i != image) in moveSelection() 909 int index = getIndexFor(image); in mousePressed() 912 focus(image); in mousePressed() 1003 int r = image / getCols(); in keyPressed() 1006 int newImage = image + d; in keyPressed() 1007 if (newImage == image) in keyPressed() 1019 return (image >= 0) && (getIndexFor(image) < listModel.getSize()); in isFocusable() [all …]
|
/trunk/test/testcommon/source/org/openoffice/test/common/ |
H A D | GraphicsUtil.java | 33 import java.awt.image.BufferedImage; 73 BufferedImage image = null; in loadImage() local 77 image = ImageIO.read(in); in loadImage() 88 return image; in loadImage() 104 ImageIO.write(image, FileUtil.getFileExtName(imgFile), fos); in storeImage() 254 return getBoundingBox(image, color, true); in getBoundingBox() 258 int w = image.getWidth(); in getBoundingBox() 259 int h = image.getHeight(); in getBoundingBox() 263 if ((color == image.getRGB(i, j)) == include) { in getBoundingBox() 313 int iw = image.getWidth(); in findImage() [all …]
|
/trunk/main/offapi/com/sun/star/drawing/ |
H A D | GraphicExportFilter.idl | 64 <li>image/x-MS-bmp</li> 67 <li>image/gif</li> 68 <li>image/jpeg</li> 69 <li>image/png</li> 70 <li>image/x-pict</li> 71 <li>image/x-pcx</li> 76 <li>image/targa</li> 77 <li>image/tiff</li> 78 <li>image/x-xbitmap</li> 79 <li>image/x-xpixmap</li> [all …]
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XImageProducer.idl | 41 /** specifies a source for an image. 47 /** registers an image consumer with the image producer for accessing 48 the image data during a later reconstruction of the image. 50 <p>The image producer may, at its discretion, start delivering the 51 image data to the consumer using the <type>XImageConsumer</type> 61 image data. 64 currently registered. The image producer should stop sending data 71 /** registers the given image consumer as a consumer 72 and starts an immediate reconstruction of the image data. 74 <p>The image data will then be delivered to this consumer and any other [all …]
|
H A D | ImagePosition.idl | 33 /** specifies the position of a image, relative to another object 39 …/** specifies that the image should be positioned at the left of, and top-aligned to, the other ob… 47 …/** specifies that the image should be positioned at the left of, and bottom-aligned to, the other… 51 …/** specifies that the image should be positioned at the right of, and top-aligned to, the other o… 63 /** specifies that the image should be positioned above and left-aligned to the other object 67 …/** specifies that the image should be positioned above and horizontally centered to the other obj… 71 /** specifies that the image should be positioned above and right-aligned to the other object 75 /** specifies that the image should be positioned below and left-aligned to the other object 79 …/** specifies that the image should be positioned below and horizontally centered to the other obj… 83 …/** specifies that the image should be positioned below and right-aligned centered to the other ob… [all …]
|
H A D | XImageConsumer.idl | 38 /** specifies a data sink for an image. 40 <p>An image consumer is a component which wants to display or just 41 receive an image from an image producer.</p> 49 /** initializes the consumer with image dimensions. 70 <p>The pixels of the image are delivered using one or more calls 90 <p>The pixels of the image are delivered using one or more calls 109 image is delivered. 111 <p>The complete method is called when the image producer 112 has finished delivering all of the pixels that the source image 115 image has occurred. The image consumer should remove itself from the [all …]
|
H A D | XAnimatedImages.idl | 40 …<p>Components implementing this interface maintain a variable number of image sets. Components dis… 41 …those images will choose the best-fitting image set depending on the available space, and possibly… 55 …hether the animation should start over with the first image of the image series when the last image 77 /** returns the URLs of the image set with the given index 80 …the index of the set those image URLs are to be retrieved. Must be greater than or equal to <code>… 96 /** sets the URLs of the image set with the given index 99 …the index at which a new image set should be inserted. Must be greater than or equal to <code>0</c… 118 /** replaces the image set given by index with a new one 121 …the index of the set those image URLs are to be replaced. Must be greater than or equal to <code>0… 142 /** removes the image set with the given index [all …]
|
H A D | XItemList.idl | 56 the URL of the image to display for the item 68 /** inserts an item which has only a text, but no image 86 /** inserts an item which has only an image, but no text 93 the URL of the image to display for the item 140 /** sets a new image for an existing item 143 … the position of the item whose image is to be changed. Must be greater or equal to 0, and 147 the new URL of the image to display for the item 168 the new URL of the image to display for the item 183 text and image, but can be used by the client of the list box for an arbitrary purpose.</p> 217 /** retrieves the URL of the image of an existing item [all …]
|
H A D | ImageDrawMode.idl | 27 /** defines modes how an image is drawn onto a device 34 /** the image is drawn as is, without any color transformation. 38 /** the image is drawn as if it represented a feature whose state is disabled. 42 /** the image is drawn as being highlighted. 47 /** the image is drawn as being deactivated. 52 /** the image is drawn semi-transparent.
|
/trunk/main/solenv/inc/ |
H A D | mime.types | 131 image/bmp bmp 132 image/gif gif 133 image/ief ief 135 image/png png 136 image/tiff tiff tif 138 image/vnd.wap.wbmp wbmp 139 image/x-cmu-raster ras 144 image/x-rgb rgb 145 image/x-xbitmap xbm 146 image/x-xpixmap xpm [all …]
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SOImageService.java | 77 public Dimension getImageSize(final InputStream image) throws ReportExecutionException in getImageSize() argument 79 return getImageSize(new InputStreamToXInputStreamAdapter(image)); in getImageSize() 93 value[0].Value = image; in getImageSize() 129 public Dimension getImageSize(final byte[] image) throws ReportExecutionException in getImageSize() argument 131 return getImageSize(new ByteArrayToXInputStreamAdapter(image)); in getImageSize() 134 private String getMimeType(final XInputStream image) throws ReportExecutionException in getMimeType() argument 143 value[0].Value = image; in getMimeType() 176 public String getMimeType(final InputStream image) throws ReportExecutionException in getMimeType() argument 178 return getMimeType(new InputStreamToXInputStreamAdapter(image)); in getMimeType() 181 public String getMimeType(final byte[] image) throws ReportExecutionException in getMimeType() argument [all …]
|
/trunk/main/offapi/com/sun/star/form/component/ |
H A D | DatabaseImageControl.idl | 47 <p>As every <type scope="com::sun::star::form">DataAwareControlModel</type>, an image control 49 of the database field is taken, interpreted as image, and displayed in the control.<br/> 53 <p>Usually, an image control model can be bound to binary columns only, namely 65 is loaded and set as image source.</p> 76 at the image producer, which notifies it's consumers, which leads to the control 77 displaying the image.</li> 79 <li>When the user by some interaction tells the control to contain a new image, this is 81 to browse for image. After this, the URL of the image is set as 84 Now the control loads the image determined by the property value, and starts producing 102 at this producer. Then they will be notified of any change in the image to be displayed.</p> [all …]
|
H A D | ImageButton.idl | 54 is represented by an image. 56 …<p>The image to be displayed is determined by <member scope="com::sun::star::awt">UnoControlImageC… 57 property specifies the URL of an image to be displayed.</p> 71 at this producer. Then they will be notified of any change in the image to be displayed.</p> 74 property is changed, the model loads the specified image, and sets it as image source 77 the binary data of the image.<br/> 79 data stream to display the image</p>
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleImage.idl | 37 AccessibleIcon. This interface lets you retrieve an image's size and 44 /** Returns the localized description of the image. 46 <p>It depends on the usage of an image whether the description 47 should express the image's function (e.g. for icons) or the actual 48 content of the image (e.g. for image maps or non-iconic images 57 /** Returns the height of the image. 63 Returns the image's height with respect to the parent's 68 /** Returns the width of the image. 74 Returns the image's width with respect to the parent's
|
/trunk/main/vcl/unx/gtk/a11y/ |
H A D | atkimage.cxx | 69 image_get_image_description( AtkImage *image ) in image_get_image_description() argument 72 accessibility::XAccessibleImage* pImage = getImage( image ); in image_get_image_description() 84 image_get_image_position( AtkImage *image, in image_get_image_position() argument 90 if( ATK_IS_COMPONENT( image ) ) in image_get_image_position() 91 atk_component_get_position( ATK_COMPONENT( image ), x, y, coord_type ); in image_get_image_position() 97 image_get_image_size( AtkImage *image, in image_get_image_size() argument 104 accessibility::XAccessibleImage* pImage = getImage( image ); in image_get_image_size()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
H A D | ImageElementLayoutController.java | 107 final AttributeMap image = new AttributeMap(); in generateImage() local 108 …image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.NAMESPACE_ATTRIBUTE, JFreeReportInfo.… in generateImage() 109 … image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, Element.TYPE_ATTRIBUTE, OfficeToken.IMAGE); in generateImage() 110 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.SCALE, scale); in generateImage() 111 …image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.PRESERVE_IRI, String.valueOf(pres… in generateImage() 112 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "image-context", createContext()); in generateImage() 113 image.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, OfficeToken.IMAGE_DATA, linkTarget); in generateImage() 114 target.startElement(image); in generateImage() 115 target.endElement(image); in generateImage()
|
/trunk/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 163 …void draw( QStyle::ControlElement element, QStyleOption* option, QImage* image, QStyle::State stat… in draw() argument 166 option->rect = image->rect(); in draw() 168 QPainter painter(image); in draw() 175 option->rect = image->rect(); in draw() 179 QPainter painter(image); in draw() 183 …void draw( QStyle::ComplexControl element, QStyleOptionComplex* option, QImage* image, QStyle::Sta… in draw() argument 186 option->rect = image->rect(); in draw() 188 QPainter painter(image); in draw() 208 void lcl_drawFrame(QStyle::PrimitiveElement element, QImage* image, QStyle::State state) in lcl_drawFrame() argument 218 aFrame.setFrameRect( QRect(0, 0, image->width(), image->height()) ); in lcl_drawFrame() [all …]
|
/trunk/main/oox/source/dump/ |
H A D | oledumper.ini | 313 0x00000002=image-list 461 0x00000010=image-pos 464 0x00000080=image 547 0x00000010=image-pos 553 0x00000400=image 571 0x00000400=image 572 0x00000800=image-align 573 0x00001000=image-tiling 829 0x00200000=image 831 0x00800000=image-align [all …]
|
/trunk/main/offapi/com/sun/star/report/ |
H A D | XImageControl.idl | 45 at this producer. Then they will be notified of any change in the image to be displayed.</p> 48 property is changed, the model loads the specified image, and sets it as image source 51 the binary data of the image.<br/> 53 data stream to display the image</p> 57 /** specifies an URL to an image to use for the control. 61 /** defines how to scale the image
|
/trunk/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XFilePreview.idl | 51 /** The method returns all image formats that the preview supports. 91 /** Sets a new image. If the preview is currently hidden the 92 image will be ignored. An empty any will clear the preview window. 98 The image data, the image format defines how 99 the image data have to be delivered 102 If the specified image format is invalid or not
|