| /AOO41X/main/offapi/com/sun/star/graphic/ |
| H A D | GraphicDescriptor.idl | 56 can be the internal mime type image/x-vclgraphic, in which 62 <li>image/bmp</li> 63 <li>image/gif</li> 64 <li>image/jpeg</li> 65 <li>image/x-photo-cd</li> 66 <li>image/x-pcx</li> 67 <li>image/png</li> 68 <li>image/tiff</li> 69 <li>image/x-xbitmap</li> 70 <li>image/x-xpixmap</li> [all …]
|
| H A D | MediaProperties.idl | 53 <li>private:resource/projectshortname/image/12345</li> 62 <p>Yet more, you can access graphics in the application-wide image 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> 100 <li>image/svg+xml</li> 101 <li>image/x-cmu-raster</li> 102 <li>image/x-emf</li> [all …]
|
| /AOO41X/main/desktop/source/pagein/ |
| H A D | file_image_unx.c | 45 int file_image_open (file_image * image, const char * filename) in file_image_open() argument 52 if (image == 0) 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 == 0) in file_image_pagein() 93 if ((w.m_base = image->m_base) == 0) 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 == 0) in file_image_close() [all …]
|
| /AOO41X/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. 90 all command URLs within the images manager that have an image 95 /** determines if a command URL has an associated image. 98 specifies the image type for this operation. 101 a command URL that should be checked for an associated image. 104 <TRUE/> if an image is associated, otherwise <FALSE/>. 111 specifies the image type for this association operation. 119 a command URL has no associated image a graphics object with an [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.
|
| /AOO41X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | ImageList.java | 348 XControl image = dialog.insertImage(imageName, in createImage() local 365 XWindow win = UnoRuntime.queryInterface(XWindow.class, image); in createImage() 372 return image; in createImage() 467 private void moveSelection(int image) in moveSelection() argument 472 int row = image / cols; in moveSelection() 473 int col = rowSelect ? 0 : image - (row * cols); in moveSelection() 486 if (i != image) in moveSelection() 492 Helper.setUnoPropertyValue(m_aImages[image].getModel(), "Tabstop", Boolean.TRUE); in moveSelection() 900 Object image = ((EventObject) event).Source; in getImageFromEvent() local 901 …String controlName = (String) Helper.getUnoPropertyValue(getModel(image), PropertyNames.PROPERTY_N… in getImageFromEvent() [all …]
|
| /AOO41X/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> 52 interface immediately, or when the next available image reconstruction 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. [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… 43 …/** specifies that the image should be positioned at the left of, and vertically centered to, the … 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… 55 …/** specifies that the image should be positioned at the right of, and vertically centered to, the… 59 …/** specifies that the image should be positioned at the right of, and bottom-aligned to, the othe… 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 [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 161 … the position of the item whose text and image is to be changed. Must be greater or equal to 0, and 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> [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.
|
| /AOO41X/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> 72 <li>image/x-portable-bitmap</li> 73 <li>image/x-portable-graymap</li> 74 <li>image/x-portable-pixmap</li> 75 <li>image/x-cmu-raster</li> [all …]
|
| /AOO41X/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() 97 public static void storeImage(BufferedImage image, String imgFile) { in storeImage() argument 104 ImageIO.write(image, FileUtil.getFileExtName(imgFile), fos); in storeImage() 253 public static Rectangle getBoundingBox(BufferedImage image, int color) { in getBoundingBox() argument 254 return getBoundingBox(image, color, true); in getBoundingBox() 257 public static Rectangle getBoundingBox(BufferedImage image, int color, boolean include) { in getBoundingBox() argument 258 int w = image.getWidth(); in getBoundingBox() [all …]
|
| /AOO41X/main/solenv/inc/ |
| H A D | mime.types | 131 image/bmp bmp 132 image/gif gif 133 image/ief ief 134 image/jpeg jpeg jpg jpe 135 image/png png 136 image/tiff tiff tif 137 image/vnd.djvu djvu djv 138 image/vnd.wap.wbmp wbmp 139 image/x-cmu-raster ras 140 image/x-portable-anymap pnm [all …]
|
| /AOO41X/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() 82 private Dimension getImageSize(final XInputStream image) throws ReportExecutionException in getImageSize() argument 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() [all …]
|
| /AOO41X/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 62 …<p>Note that besides taking the image to be displayed from the bound field, there is another optio… 64 … the URL of an image to be displayed. If this property is changed from outside, the respective file 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 [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>
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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
|
| /AOO41X/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() 172 …void draw( QStyle::PrimitiveElement element, QStyleOption* option, QImage* image, QStyle::State st… in draw() argument 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 [all …]
|
| /AOO41X/main/oox/source/dump/ |
| H A D | oledumper.ini | 249 # image list ----------------------------------------------------------------- 313 0x00000002=image-list 405 0x0000FFFF=uint16,dec,image,AX-POS 461 0x00000010=image-pos 464 0x00000080=image 504 0x0000000001000000=image-pos 508 0x0000000010000000=image 547 0x00000010=image-pos 553 0x00000400=image 558 # image ---------------------------------------------------------------------- [all …]
|
| /AOO41X/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
|