Home
last modified time | relevance | path

Searched refs:graphic (Results 76 – 100 of 362) sorted by relevance

12345678910>>...15

/aoo41x/main/offapi/com/sun/star/awt/
H A DUnoControlCheckBoxModel.idl39 #include <com/sun/star/graphic/XGraphic.idl>
129 /** specifies a graphic to be displayed besides the label of the control
142 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
H A DUnoControlRadioButtonModel.idl39 #include <com/sun/star/graphic/XGraphic.idl>
130 /** specifies a graphic to be displayed besides the label of the control
143 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
H A DUnoControlButtonModel.idl36 #include <com/sun/star/graphic/XGraphic.idl>
157 /** specifies a graphic to be displayed at the button
170 [optional, property, transient] com::sun::star::graphic::XGraphic Graphic;
/aoo41x/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx74 using ::com::sun::star::graphic::XGraphic;
75 using ::com::sun::star::graphic::XGraphicProvider;
88 namespace GraphicColorMode = ::com::sun::star::graphic::GraphicColorMode;
/aoo41x/main/framework/inc/uiconfiguration/
H A Dgraphicnameaccess.hxx46 …String& rName, const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rEle…
64 …typedef BaseHash< ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > > NameGr…
/aoo41x/main/toolkit/source/helper/
H A Dtkresmgr.cxx40 using ::com::sun::star::graphic::XGraphic;
41 using ::com::sun::star::graphic::XGraphicProvider;
/aoo41x/main/svx/inc/svx/
H A Dgalleryitem.hxx52 com::sun::star::uno::Reference< com::sun::star::graphic::XGraphic > m_xGraphic;
67 …const com::sun::star::uno::Reference< com::sun::star::graphic::XGraphic > GetGraphic() const { ret… in GetGraphic()
/aoo41x/main/framework/source/uiconfiguration/
H A Dgraphicnameaccess.cxx51 void GraphicNameAccess::addElement( const rtl::OUString& rName, const uno::Reference< graphic::XGra… in addElement()
105 return ::getCppuType( (const uno::Reference< graphic::XGraphic > *)NULL ); in getElementType()
/aoo41x/main/offapi/com/sun/star/gallery/
H A DGalleryItemType.idl29 /** Constants that describe the type of graphic
39 /** Item represents a graphic
/aoo41x/main/offapi/com/sun/star/graphic/
H A DGraphicType.idl27 module com { module sun { module star { module graphic {
29 /** Constants that describe the type of graphic
/aoo41x/main/oovbaapi/ooo/vba/excel/
H A DSheetObjects.idl44 <p>The following sheet symbols represent collections of graphic objects,
70 /** Adds a new graphic object to the sheet this collection belongs to. The
78 @return The created graphic object.
/aoo41x/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl175 /** If the given URL points to a loadable graphic, the graphic is rendered
182 /** If the given URL points to a loadable graphic, the graphic is rendered
/aoo41x/main/avmedia/source/macavf/
H A Dmacavf_framegrabber.cxx83 uno::Reference< graphic::XGraphic > SAL_CALL FrameGrabber::grabFrame( double fMediaTime ) in grabFrame()
86 uno::Reference< graphic::XGraphic > xRet; in grabFrame()
/aoo41x/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx61 …uno::Reference < graphic::XGraphicProvider > xGraphicProvider( comphelper::getProcessServiceFactor… in ConvertBufferToFormat()
67 …uno::Reference< graphic::XGraphic > xGraphic( xGraphicProvider->queryGraphic( aMediaProperties ) … in ConvertBufferToFormat()
/aoo41x/test/testuno/source/fvt/uno/sw/page/
H A DCheckBackGraphic.java106 String graphic = (String)SWUtil.getDefaultPageStyleProperty(xComponent, backGraphicURLProperty); in testFooterHeaderBackground() local
109 Assert.assertEquals("ODT:" + backGraphicURLProperty, backGraphicURL, graphic); in testFooterHeaderBackground()
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dbaseprimitive2d.hxx56 …typedef cppu::WeakComponentImplHelper1< ::com::sun::star::graphic::XPrimitive2D > BasePrimitive2DI…
57 …typedef ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XPrimitive2D > Primitive2DRef…
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dbaseprimitive3d.hxx56 …typedef cppu::WeakComponentImplHelper1< ::com::sun::star::graphic::XPrimitive3D > BasePrimitive3DI…
57 …typedef ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XPrimitive3D > Primitive3DRef…
/aoo41x/main/offapi/com/sun/star/media/
H A DXFrameGrabber.idl27 #include <com/sun/star/graphic/XGraphic.idl>
43 ::com::sun::star::graphic::XGraphic grabFrame( [in] double fMediaTime );
/aoo41x/main/offapi/com/sun/star/text/
H A DNumberingLevel.idl114 /** the URL of the graphic file that is used as the numbering symbol.
129 /** size of the graphic that is used as bullet.
136 /** contains the vertical orientation of a graphic.
/aoo41x/main/offapi/com/sun/star/style/
H A DParagraphProperties.idl103 /** contains the value of a link for the background graphic of a paragraph.
109 /** contains the name of the graphic filter for the background graphic of a paragraph.
115 /** contains the value for the position of a background graphic.
/aoo41x/main/svtools/source/inc/
H A Drenderer.hxx49 public ::com::sun::star::graphic::XGraphicRenderer
83 …virtual void SAL_CALL render( const ::com::sun::star::uno::Reference< ::com::sun::star::graphic::X…
/aoo41x/main/framework/source/uielement/
H A Dgenericstatusbarcontroller.cxx101 Reference< graphic::XGraphic > aGraphic; in statusChanged()
142 if ( xGraphicProps.is() && m_xGraphic->getType() != graphic::GraphicType::EMPTY ) in paint()
/aoo41x/main/oox/inc/oox/drawingml/
H A Dtextparagraphproperties.hxx36 namespace graphic { class XGraphic; } namespace
64 …void setGraphic( ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic >& rXGraphi…
/aoo41x/main/offapi/com/sun/star/document/
H A DXEmbeddedObjectSupplier2.idl31 #include <com/sun/star/graphic/XGraphic.idl>
67 [attribute,readonly] com::sun::star::graphic::XGraphic ReplacementGraphic;
/aoo41x/main/vcl/source/gdi/
H A Dsvgdata.cxx58 …const uno::Reference< graphic::XPrimitive2DRenderer > xPrimitive2DRenderer(xFactory->createInstanc… in convertPrimitive2DSequenceToBitmapEx()
135 …const uno::Reference< graphic::XSvgParser > xSvgParser(xFactory->createInstance(aServiceName), uno… in ensureSequenceAndRange()

Completed in 72 milliseconds

12345678910>>...15