Home
last modified time | relevance | path

Searched refs:graphics (Results 26 – 50 of 154) sorted by relevance

1234567

/aoo4110/main/sfx2/source/appl/
H A Dapp.src483 Text [ en-US ] = "Link graphics" ;
500 Text [ en-US ] = "Unknown graphics format" ;
504 Text [ en-US ] = "This version of the graphics file is not supported" ;
/aoo4110/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Position.java132 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testPosition() local
133 Object oGraphic = graphics[0]; in testPosition()
H A DGraphicPro_Size.java127 Object[] graphics = getGraphicsOfPage(m_xCurrentPage); in testGraphicSize() local
128 Object oGraphic = graphics[0]; in testGraphicSize()
/aoo4110/main/offapi/com/sun/star/text/
H A DAccessibleParagraphView.idl75 graphics, text boxes and OLE objects that are bound
141 <p>For text frames, graphics, etc. that are bound as character some
168 <p>For text frames, graphics, etc. that are bound as character
H A DAccessibleTextGraphicObject.idl49 /** The accessible view of graphics.
55 /** This interface comprises the basic accessibility of text graphics.
H A DAccessiblePageView.idl151 <li>Text frames, graphics, embedded objects and shapes that
154 <li>Text frames, graphics, embedded objects and shapes
H A DAccessibleTextDocumentView.idl148 <li>Text frames, graphics, embedded objects and shapes that
151 <li>Text frames, graphics, embedded objects and shapes
/aoo4110/main/offapi/com/sun/star/awt/
H A DXDevice.idl50 offers a factory for the <em>graphics</em> which provides write
57 /** creates a new graphics whose output operation is directed to this
/aoo4110/main/offapi/com/sun/star/rendering/
H A DRenderingIntent.idl50 /** The rendering intent for business graphics that
56 business graphics, where bright saturated colors are
/aoo4110/main/sysui/desktop/solaris/
H A Dmime.types37 application/vnd.oasis.opendocument.graphics odg
38 application/vnd.oasis.opendocument.graphics-template otg
H A Dmailcap79 application/vnd.oasis.opendocument.graphics; %PREFIX -view %s
80 application/vnd.oasis.opendocument.graphics-template; %PREFIX -view %s
/aoo4110/main/sw/source/ui/app/
H A Dapp.src267 "frames, graphics, tables or numberings.";
320 Text [ en-US ] = "Importing graphics..." ;
413 Text[ en-US ] = "graphics" ;
H A Derror.src180 Text [ en-US ] = "Some OLE objects could only be loaded as graphics." ;
185 Text [ en-US ] = "Some OLE objects could only be saved as graphics." ;
/aoo4110/main/sysui/desktop/share/
H A Dcreate_tree.sh91 …is-drawing.png ${link_dir}/gnome-mime-application-vnd.oasis.opendocument.graphics.png
92 …g-template.png ${link_dir}/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
/aoo4110/main/sd/source/ui/app/
H A Dstrings.src498 Text [ en-US ] = "Unknown graphics format" ;
502 Text [ en-US ] = "This graphics file version is not supported" ;
510 Text [ en-US ] = "Not enough memory to import graphics" ;
554 Text [ en-US ] = "Should the graphics be scaled to the new slide format?" ;
/aoo4110/main/scp2/source/draw/
H A Dregistryitem_draw.scp580 Value = "application/vnd.oasis.opendocument.graphics";
586 Subkey = "MIME\Database\Content Type\application/vnd.oasis.opendocument.graphics";
611 Name = "application/vnd.oasis.opendocument.graphics";
779 Value = "application/vnd.oasis.opendocument.graphics-template";
/aoo4110/main/cui/source/customize/
H A Dcfg.cxx5181 …uno::Sequence< uno::Reference< graphic::XGraphic> > graphics = m_xImportedImageManager->getImages(… in SvxIconSelectorDialog() local
5182 if ( graphics.getLength() > 0 ) in SvxIconSelectorDialog()
5184 Image img = Image( graphics[ 0 ] ); in SvxIconSelectorDialog()
5187 graphics[ 0 ]->acquire(); in SvxIconSelectorDialog()
5190 nId, static_cast< void * > ( graphics[ 0 ].get() ) ); in SvxIconSelectorDialog()
5222 uno::Sequence< uno::Reference< graphic::XGraphic> > graphics; in SvxIconSelectorDialog() local
5226 graphics = m_xImageManager->getImages( GetImageType(), name ); in SvxIconSelectorDialog()
5228 graphics = m_xParentImageManager->getImages( GetImageType(), name ); in SvxIconSelectorDialog()
5236 if ( graphics.getLength() > 0 ) in SvxIconSelectorDialog()
5238 Image img = Image( graphics[ 0 ] ); in SvxIconSelectorDialog()
[all …]
/aoo4110/main/sw/source/filter/ww8/
H A DREADME-rtf.txt168 PNG graphics are exported in WMF format as well, so that not only MSO
169 and OOo can display graphics from the output document, but Wordpad as
/aoo4110/main/solenv/inc/
H A Dmime.types195 application/vnd.oasis.opendocument.graphics odg
196 application/vnd.oasis.opendocument.graphics-template otg
/aoo4110/main/offapi/com/sun/star/inspection/
H A DLineDescriptor.idl110 /** describes a graphics to display at the primary button, if any.
155 /** describes a graphics to display at the secondary button, if any.
/aoo4110/main/sysui/desktop/mimetypes/
H A Doasis-drawing.keys1 application/vnd.oasis.opendocument.graphics
H A Doasis-drawing-template.keys1 application/vnd.oasis.opendocument.graphics-template
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A Dstyle-mapping.txt1 <style:style style:name="S1" style:family="graphics">
/aoo4110/main/offapi/com/sun/star/ui/
H A DXImageManager.idl117 a sequence of graphics object which are associated with the
119 a command URL has no associated image a graphics object with an
/aoo4110/test/testassistant/src/org/openoffice/test/assistant/views/
H A DVclExplorerLabelProvider.java28 import org.eclipse.swt.graphics.Image;

Completed in 64 milliseconds

1234567