Home
last modified time | relevance | path

Searched refs:Shape (Results 1 – 25 of 240) sorted by relevance

12345678910

/trunk/main/oox/source/drawingml/
H A Dshape.cxx69 Shape::Shape( const sal_Char* pServiceName ) in Shape() function in oox::drawingml::Shape
88 Shape::~Shape() in ~Shape()
99 void Shape::setDefaults() in setDefaults()
127 void Shape::setDiagramType() in setDiagramType()
135 void Shape::setTableType() in setTableType()
156 void Shape::addShape( in addShape()
186 void Shape::applyShapeReference( const Shape& rReferencedShape ) in applyShapeReference()
206 void Shape::addChildren( in addChildren()
208 Shape& rMaster, in addChildren()
264 Reference< XShape > Shape::createAndInsert( in createAndInsert()
[all …]
H A Dshapegroupcontext.cxx93 …xRet.set( new ConnectorShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.dr… in createFastChildContext()
96 …xRet.set( new ShapeGroupContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawin… in createFastChildContext()
99 …xRet.set( new ShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawing.Cus… in createFastChildContext()
102 …xRet.set( new GraphicShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.draw… in createFastChildContext()
105 …xRet.set( new GraphicalObjectFrameContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.s… in createFastChildContext()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScShapeObj.csv4 "ScShapeObj";"com::sun::star::drawing::Shape";"ZOrder#optional"
5 "ScShapeObj";"com::sun::star::drawing::Shape";"LayerID#optional"
6 "ScShapeObj";"com::sun::star::drawing::Shape";"LayerName#optional"
7 "ScShapeObj";"com::sun::star::drawing::Shape";"Printable#optional"
8 "ScShapeObj";"com::sun::star::drawing::Shape";"MoveProtect#optional"
9 "ScShapeObj";"com::sun::star::drawing::Shape";"Name#optional"
10 "ScShapeObj";"com::sun::star::drawing::Shape";"SizeProtect#optional"
11 "ScShapeObj";"com::sun::star::drawing::Shape";"Style#optional"
16 "ScShapeObj";"com::sun::star::sheet::Shape";"Anchor"
17 "ScShapeObj";"com::sun::star::sheet::Shape";"HoriOrientPosition"
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DTextProperties.idl95 inside the <type>Shape</type>.
102 inside the <type>Shape</type>.
109 inside the <type>Shape</type>.
116 inside the <type>Shape</type>.
123 inside the <type>Shape</type>.
130 inside the <type>Shape</type>.
136 this <type>Shape</type>.
154 the <type>Shape</type>.
162 the <type>Shape</type>.
184 the <type>Shape</type>.
[all …]
H A DShape.idl65 <type>Shape</type>s.
72 published service Shape
90 /** is used for lifetime control of this <type>Shape</type>.
97 <type>Shape</type> this instance is.
121 <type>Shape</type> is attached.
128 <type>Shape</type> is attached.
134 /** If this is <FALSE/>, the <type>Shape</type> is not visible
142 /** If this is <FALSE/>, the <type>Shape</type> is not visible
149 /** With this set to <TRUE/>, this <type>Shape</type>
156 /** This is the name of this <type>Shape</type>.
[all …]
H A DXShapeBinder.idl45 /** connects or breaks the lines of <type>Shape</type>s
51 /** binds <type>Shape</type>s together.
54 a container with <type>Shape</type>s that will be bind together.
56 and the lines will be connected. The <type>Shape</types>s in xShape will be
61 line segment from the supplied <type>Shape</type>s. It is also added
62 to the <type>GenericDrawPage</type> of the source <type>Shape</type>s.
68 /** breaks a <type>Shape</type> into its line segments
71 the given <type>Shape</type> will be converted to a <type>PolyPolygonBezierShape</type>
72 and the line segments of this <type>Shape</type> will be used to create
73 new <type>PolyPolygonBezierShape</type> shapes. The original <type>Shape</type>
H A DXShapeArranger.idl51 <type>Shape</type>s.
61 the specified collection of <type>Shape</type>s.
69 /** moves the specified <type>Shape</type>s by a specified number
78 /** moves the specified <type>Shape</type>s
87 /** moves the specified collection of <type>Shape</type>s
88 behind the specified single <type>Shape</type>.
96 /** moves the specified collection of <type>Shape</type>s in
97 front of the specified single <type>Shape</type>.
106 <type>Shape</type>s.
H A DXShapeCombiner.idl51 /** combines <type>Shape</type>s
54 the <type>Shape</type>s inside this container are converted
57 The <type>Shape</types>s in xShape will be removed from the
63 to the <type>GenericDrawPage</type> of the source <type>Shape</type>s.
70 /** splits <type>Shape</type>s.
73 the <type>Shape</type> is converted to a
76 The <type>Shape</types>s in xShape will be removed from the
H A DXLayerManager.idl70 /** removes a <type>Layer</type> and all <type>Shape</type>s on
81 /** attaches a <type>Shape</type> to the given <type>Layer</type>.
84 this is the <type>Shape</type> that will be attached to a <type>Layer</type>
87 this is the <type>Layer</type> that will be attached to a <type>Shape</type>
94 /** queries the <type>Layer</type> that a <type>Shape</type> is attached to
97 specifies the <type>Shape</type> for which the layer is requested.
100 the <type>Layer</type> to which the <type>Shape</type> is
H A DXShapes.idl42 <type>Shape</type>s in a collection.
52 /** inserts a <type>Shape</type> into this collection.
55 a <type>Shape</type> that will be inserted.
61 /** removes a <type>Shape</type> from this collection.
64 the <type>Shape</type> will be removed from the
/trunk/main/slideshow/source/inc/
H A Dshape.hxx49 class Shape;
51 typedef ::boost::shared_ptr< Shape > ShapeSharedPtr;
59 class Shape : private boost::noncopyable class
62 virtual ~Shape() {} in ~Shape()
240 static bool compare(const Shape* pLHS, const Shape* pRHS) in compare()
254 bool operator()(const Shape* pLHS, const Shape* pRHS) const in operator ()()
261 typedef ::boost::shared_ptr< Shape > ShapeSharedPtr;
265 typedef ::std::set< ShapeSharedPtr, Shape::lessThanShape > ShapeSet;
H A Dtools.hxx69 class Shape;
129 const boost::shared_ptr<Shape>& rShape,
135 const boost::shared_ptr<Shape>& rShape,
141 const boost::shared_ptr<Shape>& rShape,
147 const boost::shared_ptr<Shape>& rShape,
153 const boost::shared_ptr<Shape>& rShape,
159 const boost::shared_ptr<Shape>& rShape,
165 const boost::shared_ptr<Shape>& rShape,
171 const boost::shared_ptr<Shape>& rShape,
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXShape.csv4 "SwXShape";"com::sun::star::drawing::Shape";"ZOrder#optional"
5 "SwXShape";"com::sun::star::drawing::Shape";"LayerID#optional"
6 "SwXShape";"com::sun::star::drawing::Shape";"LayerName#optional"
7 "SwXShape";"com::sun::star::drawing::Shape";"Printable#optional"
8 "SwXShape";"com::sun::star::drawing::Shape";"MoveProtect#optional"
9 "SwXShape";"com::sun::star::drawing::Shape";"Name#optional"
10 "SwXShape";"com::sun::star::drawing::Shape";"SizeProtect#optional"
11 "SwXShape";"com::sun::star::drawing::Shape";"Style#optional"
12 "SwXShape";"com::sun::star::drawing::Shape";"Transformation#optional"
13 "SwXShape";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/svx/
H A Dcom.sun.star.comp.office.SvxShapeControl.csv4 "SvxShapeControl";"com::sun::star::drawing::Shape";"ZOrder#optional"
5 "SvxShapeControl";"com::sun::star::drawing::Shape";"LayerID#optional"
6 "SvxShapeControl";"com::sun::star::drawing::Shape";"LayerName#optional"
7 "SvxShapeControl";"com::sun::star::drawing::Shape";"Printable#optional"
8 "SvxShapeControl";"com::sun::star::drawing::Shape";"MoveProtect#optional"
9 "SvxShapeControl";"com::sun::star::drawing::Shape";"Name#optional"
10 "SvxShapeControl";"com::sun::star::drawing::Shape";"SizeProtect#optional"
11 "SvxShapeControl";"com::sun::star::drawing::Shape";"Style#optional"
12 "SvxShapeControl";"com::sun::star::drawing::Shape";"Transformation#optional"
13 "SvxShapeControl";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
H A Dcom.sun.star.comp.office.SvxShapeGroup.csv6 "SvxShapeGroup";"com::sun::star::drawing::Shape";"ZOrder#optional"
7 "SvxShapeGroup";"com::sun::star::drawing::Shape";"LayerID#optional"
8 "SvxShapeGroup";"com::sun::star::drawing::Shape";"LayerName#optional"
9 "SvxShapeGroup";"com::sun::star::drawing::Shape";"Printable#optional"
10 "SvxShapeGroup";"com::sun::star::drawing::Shape";"MoveProtect#optional"
11 "SvxShapeGroup";"com::sun::star::drawing::Shape";"Name#optional"
12 "SvxShapeGroup";"com::sun::star::drawing::Shape";"SizeProtect#optional"
13 "SvxShapeGroup";"com::sun::star::drawing::Shape";"Style#optional"
14 "SvxShapeGroup";"com::sun::star::drawing::Shape";"Transformation#optional"
15 "SvxShapeGroup";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
H A Dcom.sun.star.comp.office.SvxGraphicObject.csv69 "SvxGraphicObject";"com::sun::star::drawing::Shape";"ZOrder#optional"
70 "SvxGraphicObject";"com::sun::star::drawing::Shape";"LayerID#optional"
71 "SvxGraphicObject";"com::sun::star::drawing::Shape";"LayerName#optional"
72 "SvxGraphicObject";"com::sun::star::drawing::Shape";"Printable#optional"
73 "SvxGraphicObject";"com::sun::star::drawing::Shape";"MoveProtect#optional"
74 "SvxGraphicObject";"com::sun::star::drawing::Shape";"Name#optional"
75 "SvxGraphicObject";"com::sun::star::drawing::Shape";"SizeProtect#optional"
76 "SvxGraphicObject";"com::sun::star::drawing::Shape";"Style#optional"
77 "SvxGraphicObject";"com::sun::star::drawing::Shape";"Transformation#optional"
78 "SvxGraphicObject";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sd/
H A Dcom.sun.star.comp.office.SdXShape.csv4 "SdXShape";"com::sun::star::drawing::Shape";"ZOrder#optional"
5 "SdXShape";"com::sun::star::drawing::Shape";"LayerID#optional"
6 "SdXShape";"com::sun::star::drawing::Shape";"LayerName#optional"
7 "SdXShape";"com::sun::star::drawing::Shape";"Printable#optional"
8 "SdXShape";"com::sun::star::drawing::Shape";"MoveProtect#optional"
9 "SdXShape";"com::sun::star::drawing::Shape";"Name#optional"
10 "SdXShape";"com::sun::star::drawing::Shape";"SizeProtect#optional"
11 "SdXShape";"com::sun::star::drawing::Shape";"Style#optional"
12 "SdXShape";"com::sun::star::drawing::Shape";"Transformation#optional"
13 "SdXShape";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
/trunk/main/oox/inc/oox/drawingml/
H A Dtheme.hxx83 inline Shape& getSpDef() { return maSpDef; } in getSpDef()
84 inline const Shape& getSpDef() const { return maSpDef; } in getSpDef()
86 inline Shape& getLnDef() { return maLnDef; } in getLnDef()
87 inline const Shape& getLnDef() const { return maLnDef; } in getLnDef()
89 inline Shape& getTxDef() { return maTxDef; } in getTxDef()
90 inline const Shape& getTxDef() const { return maTxDef; } in getTxDef()
100 Shape maSpDef;
101 Shape maLnDef;
102 Shape maTxDef;
H A Dshape.hxx71 class Shape class
72 : public boost::enable_shared_from_this< Shape >
76 explicit Shape( const sal_Char* pServiceType = 0 );
77 virtual ~Shape();
144 virtual void applyShapeReference( const Shape& rReferencedShape );
159 Shape& rMaster,
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sch/
H A Dcom.sun.star.comp.office.ChartTitle.csv5 "ChartTitle";"com::sun::star::drawing::Shape";"ZOrder#optional"
6 "ChartTitle";"com::sun::star::drawing::Shape";"LayerID#optional"
7 "ChartTitle";"com::sun::star::drawing::Shape";"LayerName#optional"
8 "ChartTitle";"com::sun::star::drawing::Shape";"Printable#optional"
9 "ChartTitle";"com::sun::star::drawing::Shape";"MoveProtect#optional"
10 "ChartTitle";"com::sun::star::drawing::Shape";"Name#optional"
11 "ChartTitle";"com::sun::star::drawing::Shape";"SizeProtect#optional"
12 "ChartTitle";"com::sun::star::drawing::Shape";"Style#optional"
13 "ChartTitle";"com::sun::star::drawing::Shape";"Transformation#optional"
14 "ChartTitle";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
H A Dcom.sun.star.comp.office.ChartLegend.csv5 "ChartLegend";"com::sun::star::drawing::Shape";"ZOrder#optional"
6 "ChartLegend";"com::sun::star::drawing::Shape";"LayerID#optional"
7 "ChartLegend";"com::sun::star::drawing::Shape";"LayerName#optional"
8 "ChartLegend";"com::sun::star::drawing::Shape";"Printable#optional"
9 "ChartLegend";"com::sun::star::drawing::Shape";"MoveProtect#optional"
10 "ChartLegend";"com::sun::star::drawing::Shape";"Name#optional"
11 "ChartLegend";"com::sun::star::drawing::Shape";"SizeProtect#optional"
12 "ChartLegend";"com::sun::star::drawing::Shape";"Style#optional"
13 "ChartLegend";"com::sun::star::drawing::Shape";"Transformation#optional"
14 "ChartLegend";"com::sun::star::drawing::Shape";"ShapeUserDefinedAttributes#optional"
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx634 const ModelRef< Shape >& rxShapeProp,
653 const ModelRef< Shape >& rxShapeProp,
673 const ModelRef< Shape >& rxShapeProp,
714 const ModelRef< Shape >& rxShapeProp,
726 const ModelRef< Shape >& rxShapeProp,
886 void LineFormatter::convertFormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShape… in convertFormatting()
930 void EffectFormatter::convertFormatting( ShapePropertyMap& /*rPropMap*/, const ModelRef< Shape >& /… in convertFormatting() argument
1026 ModelRef< Shape > xShapeProp; in convertAutomaticLine()
1035 ModelRef< Shape > xShapeProp; in convertAutomaticFill()
1180 /*static*/ bool ObjectFormatter::isAutomaticLine( const ModelRef< Shape >& rxShapeProp ) in isAutomaticLine()
[all …]
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dseriesmodel.hxx38 typedef ModelRef< Shape > ShapeRef;
78 typedef ModelRef< Shape > ShapeRef;
113 typedef ModelRef< Shape > ShapeRef;
131 typedef ModelRef< Shape > ShapeRef;
150 typedef ModelRef< Shape > ShapeRef;
173 typedef ModelRef< Shape > ShapeRef;
205 typedef ModelRef< Shape > ShapeRef;
H A Dobjectformatter.hxx97 const ModelRef< Shape >& rxShapeProp,
104 const ModelRef< Shape >& rxShapeProp,
118 const ModelRef< Shape >& rxShapeProp,
153 static bool isAutomaticLine( const ModelRef< Shape >& rxShapeProp );
155 static bool isAutomaticFill( const ModelRef< Shape >& rxShapeProp );
/trunk/main/offapi/com/sun/star/presentation/
H A DShape.idl52 This usually enahnces objects of type <type scope="com::sun::star::drawing">Shape</type> with
55 published service Shape
67 …<p>This color is used if the property <member scope="com::sun::star::drawing">Shape::DimPrev</memb…
68 is <TRUE/> and <member scope="com::sun::star::drawing">Shape::DimHide</member> is <FALSE/>.</p>
74 …/** If this property and the property <member scope="com::sun::star::drawing">Shape::DimPrev</memb…
82 property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its
166 the property <member scope="com::sun::star::drawing">Shape::OnClick</member>.

Completed in 68 milliseconds

12345678910