Home
last modified time | relevance | path

Searched refs:drawing (Results 101 – 125 of 1739) sorted by relevance

12345678910>>...70

/aoo4110/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx186 drawing::Position3D PlottingPositionHelper::transformLogicToScene( in transformLogicToScene()
196 drawing::Position3D PlottingPositionHelper::transformScaledLogicToScene( in transformScaledLogicToScene()
202 drawing::Position3D aPos( fX, fY, fZ); in transformScaledLogicToScene()
212 , const uno::Reference< drawing::XShapes >& xSceneTarget in transformSceneToScreenPosition()
225 , rScenePosition3D,drawing::Direction3D(1,1,1) in transformSceneToScreenPosition()
236 drawing::Position3D aScenePosition; in transformScaledLogicToScene()
239 drawing::DoubleSequence& xValues = rPolygon.SequenceX[nS]; in transformScaledLogicToScene()
240 drawing::DoubleSequence& yValues = rPolygon.SequenceY[nS]; in transformScaledLogicToScene()
241 drawing::DoubleSequence& zValues = rPolygon.SequenceZ[nS]; in transformScaledLogicToScene()
311 drawing::Direction3D PlottingPositionHelper::getScaledLogicWidth() const in getScaledLogicWidth()
[all …]
H A DVLegendSymbolFactory.cxx46 const Reference< drawing::XShape > & xShape, in lcl_setPropetiesToShape()
100 Reference< drawing::XShape > VLegendSymbolFactory::createSymbol( in createSymbol()
102 const Reference< drawing::XShapes > xSymbolContainer, in createSymbol()
108 Reference< drawing::XShape > xResult; in createSymbol()
116 Reference< drawing::XShapes > xResultGroup( xResult, uno::UNO_QUERY ); in createSymbol()
121 Reference< drawing::XShape > xBound( ShapeFactory(xShapeFactory).createInvisibleRectangle( in createSymbol()
129 Reference< drawing::XShape > xLine( xShapeFactory->createInstance( in createSymbol()
140 Reference< drawing::XShape > xSymbol; in createSymbol()
145 drawing::Direction3D aSymbolSize( nSize, nSize, 0 ); in createSymbol()
179 Reference< drawing::XShape > xShape( xShapeFactory->createInstance( in createSymbol()
[all …]
/aoo4110/main/sdext/source/presenter/
H A DPresenterPaneFactory.hxx48 css::drawing::framework::XResourceFactory
77 static css::uno::Reference<css::drawing::framework::XResourceFactory> Create (
94 virtual css::uno::Reference<css::drawing::framework::XResource>
97 com::sun::star::drawing::framework::XResourceId>& rxPaneId)
108 css::uno::WeakReference<css::drawing::framework::XConfigurationController>
111 typedef ::std::map<rtl::OUString, css::uno::Reference<css::drawing::framework::XResource> >
121 css::uno::Reference<css::drawing::framework::XResource> CreatePane (
122 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
124 css::uno::Reference<css::drawing::framework::XResource> CreatePane (
125 const css::uno::Reference<css::drawing::framework::XResourceId>& rxPaneId,
[all …]
H A DPresenterController.hxx72 css::drawing::framework::XConfigurationChangeListener,
99 const css::uno::Reference<css::drawing::framework::XResourceId>& rxMainPaneId);
118 css::uno::Reference<css::drawing::XPresenterHelper> GetPresenterHelper (void) const;
129 css::uno::Reference<css::drawing::framework::XConfigurationController>
131 css::uno::Reference<css::drawing::XDrawPage> GetCurrentSlide (void) const;
150 const com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent)
214 css::uno::Reference<css::drawing::framework::XConfigurationController>
217 css::uno::Reference<css::drawing::framework::XResourceId> mxMainPaneId;
220 css::uno::Reference<css::drawing::XDrawPage> mxCurrentSlide;
221 css::uno::Reference<css::drawing::XDrawPage> mxNextSlide;
[all …]
/aoo4110/main/offapi/com/sun/star/drawing/
H A DEnhancedCustomShapeExtrusion.idl36 #include <com/sun/star/drawing/Position3D.idl>
39 #include <com/sun/star/drawing/Direction3D.idl>
42 #include <com/sun/star/drawing/ProjectionMode.idl>
45 #include <com/sun/star/drawing/ShadeMode.idl>
48 #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.idl>
53 module com { module sun { module star { module drawing {
109 [optional, property] ::com::sun::star::drawing::Direction3D FirstLightDirection;
121 [optional, property] ::com::sun::star::drawing::ShadeMode ShadeMode;
133 [optional, property] ::com::sun::star::drawing::Direction3D RotationCenter;
151 [optional, property] com::sun::star::drawing::ProjectionMode ProjectionMode;
[all …]
H A DGenericDrawingDocument.idl27 #include <com/sun/star/drawing/XDrawPageDuplicator.idl>
31 #include <com/sun/star/drawing/XDrawPagesSupplier.idl>
35 #include <com/sun/star/drawing/XMasterPagesSupplier.idl>
39 #include <com/sun/star/drawing/XLayerSupplier.idl>
72 module com { module sun { module star { module drawing {
87 used inside a drawing document
165 <li><type scope="com::sun::star::drawing">Defaults</type></li>
176 interface com::sun::star::drawing::XDrawPageDuplicator;
183 interface com::sun::star::drawing::XDrawPagesSupplier;
190 interface com::sun::star::drawing::XMasterPagesSupplier;
[all …]
H A Dmodules.idl27 module com { module sun { module star { module drawing {
29 /** The drawing framework is responsible for managing the resources used by
30 the UI of the drawing applications.
33 scope="com::sun::star::drawing::framework">XModuleController</type>,
34 <type scope="com::sun::star::drawing::framework">XPaneController</type>,
35 <type scope="com::sun::star::drawing::framework">XViewController</type>,
36 <type scope="com::sun::star::drawing::framework">XToolbarController</type>,
37 <type scope="com::sun::star::drawing::framework">XCommandController</type>.
39 scope="com::sun::star::drawing::framework">XConfiguration</type>.</p>
41 scope="com::sun::star::drawing::framework">XControllerManager</type>
[all …]
H A DPolygonKind.idl29 module com { module sun { module star { module drawing {
33 // DocMerge from xml: enum com::sun::star::drawing::PolygonKind
40 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::LINE
47 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::POLY
54 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::PLIN
61 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHLINE
68 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHFILL
75 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::FREELINE
82 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::FREEFILL
89 // DocMerge from xml: value com::sun::star::drawing::PolygonKind::PATHPOLY
[all …]
/aoo4110/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx81 bool operator() ( const uno::Reference<drawing::XShape>& xshape1, in operator ()()
82 const uno::Reference<drawing::XShape>& xshape2 ) const in operator ()()
126 uno::Reference<drawing::XShapes> xShapeList; in Init()
129 xShapeList = uno::Reference<drawing::XShapes> ( in Init()
185 uno::Reference<drawing::XShape> xRectangle; in CreateDrawPageShape()
538 uno::Reference< drawing::XShape > xCurShape = pAcc->GetXShape(); in getGroupPosition()
548 std::vector< uno::Reference<drawing::XShape> > vXShapes; in getGroupPosition()
573 std::vector< uno::Reference<drawing::XShape> >::iterator aIter; in getGroupPosition()
746 uno::Reference< drawing::XShapes > xShapes; in implIsSelected()
835 uno::Reference< drawing::XShapes > xShapes; in implSelect()
[all …]
/aoo4110/main/xmloff/source/draw/
H A Dximpshap.cxx93 using namespace ::com::sun::star::drawing;
103 { XML_TOP, drawing::Alignment_TOP },
105 { XML_LEFT, drawing::Alignment_LEFT },
106 { XML_CENTER, drawing::Alignment_CENTER },
107 { XML_RIGHT, drawing::Alignment_RIGHT },
109 { XML_BOTTOM, drawing::Alignment_BOTTOM },
151 uno::Reference< drawing::XShapes >& rShapes, in SdXMLShapeContext()
272 drawing::GluePoint2 aGluePoint; in addGluePoint()
578 drawing::HomogenMatrix3 aMatrix; in SetTransformation()
1209 meKind( drawing::CircleKind_FULL ), in SdXMLEllipseShapeContext()
[all …]
H A Dshapeimport.cxx75 com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxConnector;
84 com::sun::star::uno::Reference < com::sun::star::drawing::XShape > x2 ) const in operator ()()
102 uno::Reference < drawing::XShapes > mxShapes;
711 uno::Reference< drawing::XShapes >& rShapes) in Create3DSceneChildContext()
791 uno::Reference< drawing::XShapes >& rShapes, in CreateGroupChildContext()
924 uno::Reference< drawing::XShapes >& rShapes, in CreateFrameChildContext()
1028 uno::Reference< drawing::XShapes >& rShapes) in addShape()
1042 com::sun::star::uno::Reference< com::sun::star::drawing::XShape >& rShape, in finishShape()
1044 com::sun::star::uno::Reference< com::sun::star::drawing::XShapes >&) in finishShape()
1087 uno::Reference< drawing::XShapes > mxShapes;
[all …]
/aoo4110/main/chart2/source/view/charttypes/
H A DAreaChart.hxx50 …, const ::com::sun::star::drawing::Direction3D& rAspectRatio=::com::sun::star::drawing::Direction3…
58 virtual ::com::sun::star::drawing::Direction3D getPreferredDiagramAspectRatio() const;
82 , ::com::sun::star::drawing::PolyPolygonShape3D* pSeriesPoly
83 , ::com::sun::star::drawing::PolyPolygonShape3D* pPreviousSeriesPoly
86 , ::com::sun::star::drawing::PolyPolygonShape3D* pSeriesPoly
100 ::com::sun::star::drawing::Direction3D m_aGivenAspectRatio; //only used if nKeepAspectRatio==1
108 ::com::sun::star::drawing::XShapes > m_xSeriesTarget;
110 ::com::sun::star::drawing::XShapes > m_xErrorBarTarget;
112 ::com::sun::star::drawing::XShapes > m_xTextTarget;
114 ::com::sun::star::drawing::XShapes > m_xRegressionCurveEquationTarget;
/aoo4110/main/xmloff/source/style/
H A DDashStyle.cxx75 { XML_RECT, drawing::DashStyle_RECT },
76 { XML_ROUND, drawing::DashStyle_ROUND },
77 { XML_RECT, drawing::DashStyle_RECTRELATIVE },
78 { XML_ROUND, drawing::DashStyle_ROUNDRELATIVE },
100 drawing::LineDash aLineDash; in importXML()
101 aLineDash.Style = drawing::DashStyle_RECT; in importXML()
141 aLineDash.Style = (drawing::DashStyle) eValue; in importXML()
200 …aLineDash.Style = aLineDash.Style == drawing::DashStyle_RECT ? drawing::DashStyle_RECTRELATIVE : d… in importXML()
238 drawing::LineDash aLineDash; in exportXML()
244 …sal_Bool bIsRel = aLineDash.Style == drawing::DashStyle_RECTRELATIVE || aLineDash.Style == drawing in exportXML()
/aoo4110/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.hxx55 css::drawing::framework::XResourceFactory,
92 virtual css::uno::Reference<css::drawing::framework::XResource>
94 const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId)
98 const css::uno::Reference<css::drawing::framework::XResource>& xView)
109 css::uno::Reference<css::drawing::framework::XConfigurationController>
121 css::uno::Reference<css::drawing::framework::XPane> mxLocalPane;
124 const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId,
127 const css::uno::Reference<css::drawing::framework::XPane>& rxPane,
132 const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId,
149 const css::uno::Reference<css::drawing::framework::XResourceId>& rxViewId,
[all …]
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrobjectattribute3d.hxx53 ::com::sun::star::drawing::NormalsKind aNormalsKind,
54 ::com::sun::star::drawing::TextureProjectionMode aTextureProjectionX,
55 ::com::sun::star::drawing::TextureProjectionMode aTextureProjectionY,
56 ::com::sun::star::drawing::TextureKind2 aTextureKind,
57 ::com::sun::star::drawing::TextureMode aTextureMode,
78 ::com::sun::star::drawing::NormalsKind getNormalsKind() const;
79 ::com::sun::star::drawing::TextureProjectionMode getTextureProjectionX() const;
80 ::com::sun::star::drawing::TextureProjectionMode getTextureProjectionY() const;
81 ::com::sun::star::drawing::TextureKind2 getTextureKind() const;
82 ::com::sun::star::drawing::TextureMode getTextureMode() const;
/aoo4110/main/oox/inc/oox/vml/
H A Dvmldrawing.hxx35 namespace drawing { class XDrawPage; } namespace
36 namespace drawing { class XShape; } namespace
37 namespace drawing { class XShapes; } namespace
144 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
147 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
152 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
155 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
174 virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >
177 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& rxShapes,
185 … const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& rxShape,
[all …]
/aoo4110/main/sw/inc/
H A Dunodraw.hxx67 …void PreUnGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup…
84 ::com::sun::star::drawing::XDrawPage,
86 ::com::sun::star::drawing::XShapeGrouper
117 …ence< ::com::sun::star::drawing::XShapeGroup > SAL_CALL group(const ::com::sun::star::uno::Refere…
143 ::com::sun::star::drawing::XShape
158 ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape;
207 ::com::sun::star::drawing::HomogenMatrix3 _ConvertTransformationToLayoutDir(
208 ::com::sun::star::drawing::HomogenMatrix3 _aMatrixInHoriL2R );
240 ::com::sun::star::drawing::PolyPolygonBezierCoords _ConvertPolyPolygonBezierToLayoutDir(
241 const ::com::sun::star::drawing::PolyPolygonBezierCoords& aPath );
[all …]
/aoo4110/main/svx/source/accessibility/
H A DDescriptionGenerator.cxx70 const uno::Reference<drawing::XShape>& xShape) in DescriptionGenerator()
386 drawing::FillStyle aFillStyle; in AddFillStyle()
395 case drawing::FillStyle_NONE: in AddFillStyle()
398 case drawing::FillStyle_SOLID: in AddFillStyle()
404 case drawing::FillStyle_HATCH: in AddFillStyle()
407 case drawing::FillStyle_BITMAP: in AddFillStyle()
419 case drawing::FillStyle_NONE: in AddFillStyle()
421 case drawing::FillStyle_SOLID: in AddFillStyle()
426 case drawing::FillStyle_GRADIENT: in AddFillStyle()
432 case drawing::FillStyle_HATCH: in AddFillStyle()
[all …]
H A DChildrenManagerImpl.hxx109 ::com::sun::star::drawing::XShapes>& rxShapeList,
182 ::com::sun::star::drawing::XShape>& xShape)
207 ::com::sun::star::drawing::XShapes>& xShapeList);
311 ::com::sun::star::drawing::XShape>& xShape)
333 ::com::sun::star::drawing::XShapes> mxShapeList;
453 ::com::sun::star::drawing::XShape>& xShape);
460 ::com::sun::star::drawing::XShape>& xShape);
469 ::com::sun::star::drawing::XShape>& xShape);
476 ::com::sun::star::drawing::XShape>& xShape);
498 ::com::sun::star::drawing::XShape> mxShape;
[all …]
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx214 uno::Reference < drawing::XShapes > xShapes;
635 uno::Reference< drawing::XShape > xReturnShape; in IsSelected()
645 uno::Reference< drawing::XShape > xShape; in IsSelected()
691 uno::Reference<drawing::XShape> xShape; in Select()
694 uno::Reference<drawing::XShapes> xShapes; in Select()
745 uno::Reference<drawing::XShapes> xShapes; in SelectAll()
770 uno::Reference<drawing::XShape> xShape; in FillShapes()
842 uno::Reference<drawing::XShape> xShape; in Deselect()
847 uno::Reference<drawing::XShapes> xShapes; in Deselect()
934 uno::Reference< drawing::XShape > xShape; in FindSelectedShapesChanges()
[all …]
/aoo4110/main/sd/source/ui/unoidl/
H A DSdUnoDrawView.cxx57 using namespace ::com::sun::star::drawing;
125 Reference<drawing::XLayer> SdUnoDrawView::getActiveLayer (void) throw () in getActiveLayer()
127 Reference<drawing::XLayer> xCurrentLayer; in getActiveLayer()
200 Reference< drawing::XShape > xShape; in select()
219 Reference< drawing::XShapes > xShapes; in select()
373 Reference< drawing::XDrawPage > xPage; in setFastPropertyValue()
396 Reference<drawing::XLayer> xLayer; in setFastPropertyValue()
483 const Reference< drawing::XDrawPage >& xPage ) in setCurrentPage()
503 Reference< drawing::XDrawPage > SAL_CALL SdUnoDrawView::getCurrentPage() in getCurrentPage()
506 Reference< drawing::XDrawPage > xPage; in getCurrentPage()
[all …]
/aoo4110/main/writerfilter/source/resourcemodel/
H A Dutil.cxx311 drawing::FillStyle nValue; in propertysetToString()
316 case drawing::FillStyle_NONE: in propertysetToString()
319 case drawing::FillStyle_SOLID: in propertysetToString()
322 case drawing::FillStyle_GRADIENT: in propertysetToString()
325 case drawing::FillStyle_HATCH: in propertysetToString()
328 case drawing::FillStyle_BITMAP: in propertysetToString()
331 case drawing::FillStyle_MAKE_FIXED_SIZE: in propertysetToString()
341 drawing::BitmapMode nValue; in propertysetToString()
346 case drawing::BitmapMode_REPEAT: in propertysetToString()
349 case drawing::BitmapMode_STRETCH: in propertysetToString()
[all …]
/aoo4110/main/oovbaapi/ooo/vba/excel/
H A DSheetObject.idl31 /* Note: This file collects all compatibility interfaces for drawing objects
32 and drawing controls embedded in sheets. All these symbols are deprecated
46 to ActiveX form controls but to the old-style drawing controls.</p>
50 /** Left coordinate of the drawing object, in points. */
53 /** Top coordinate of the drawing object, in points. */
56 /** Width of the drawing object, in points. */
59 /** Height of the drawing object, in points. */
62 /** The name of the drawing object, used as collection key. */
78 /** Additional attributes for all drawing controls (this interface does not
88 /** Additional attributes for a push button drawing control (this interface
[all …]
/aoo4110/main/svx/inc/svx/
H A Dunopage.hxx71 class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper5< ::com::sun::star::drawing::XDr…
72 ::com::sun::star::drawing::XShapeGrouper,
86 …void _SelectObjectsInView( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XSha…
87 …void _SelectObjectInView( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShap…
101 …SdrObject *CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XSh…
109 …eateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape…
116 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > _CreateShape( SdrObj…
129 …virtual void SAL_CALL add( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XSha…
130 …virtual void SAL_CALL remove( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::X…
141 …ence< ::com::sun::star::drawing::XShapeGroup > SAL_CALL group( const ::com::sun::star::uno::Refere…
[all …]
/aoo4110/main/sd/source/ui/framework/configuration/
H A DConfigurationClassifier.hxx47 ::com::sun::star::drawing::framework::XConfiguration>& rxConfiguration1,
49 ::com::sun::star::drawing::framework::XConfiguration>& rxConfiguration2);
61 ::com::sun::star::drawing::framework::XResourceId> > ResourceIdVector;
98 ::com::sun::star::drawing::framework::XConfiguration> mxConfiguration1;
100 ::com::sun::star::drawing::framework::XConfiguration> mxConfiguration2;
130 ::com::sun::star::drawing::framework::XResourceId> >& rS1,
133 ::com::sun::star::drawing::framework::XResourceId> >& rS2);
148 ::com::sun::star::drawing::framework::XResourceId> >& rS1,
151 ::com::sun::star::drawing::framework::XResourceId> >& rS2,
173 ::com::sun::star::drawing::framework::XConfiguration>& rxConfiguration,

Completed in 112 milliseconds

12345678910>>...70