Home
last modified time | relevance | path

Searched refs:xShape (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/sheet/
H A Dshape.cxx30 uno::Reference<beans::XPropertySet> xShape(init(), UNO_QUERY_THROW); in testShapePropertiesAnchor() local
46 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
56 xShape->setPropertyValue("ResizeWithCell", uno::Any(true)); in testShapePropertiesAnchor()
63 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
69 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
70 CPPUNIT_ASSERT(xShape->getPropertyValue("Anchor") >>= xSheetGet); in testShapePropertiesAnchor()
78 xShape->setPropertyValue("ResizeWithCell", uno::Any(true)); in testShapePropertiesAnchor()
86 uno::Reference<beans::XPropertySet> xShape(init(), UNO_QUERY_THROW); in testShapePropertiesPosition() local
92 xShape->getPropertyValue("HoriOrientPosition") in testShapePropertiesPosition()
96 xShape->setPropertyValue("HoriOrientPosition", aNewValue); in testShapePropertiesPosition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/sheet/
H A Dshape.cxx30 uno::Reference<beans::XPropertySet> xShape(init(), UNO_QUERY_THROW); in testShapePropertiesAnchor() local
46 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
53 xShape->getPropertyValue("ResizeWithCell") >>= bIsResizeWithCell; in testShapePropertiesAnchor()
56 xShape->setPropertyValue("ResizeWithCell", uno::Any(true)); in testShapePropertiesAnchor()
57 xShape->getPropertyValue("ResizeWithCell") >>= bIsResizeWithCell; in testShapePropertiesAnchor()
63 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
69 xShape->setPropertyValue("Anchor", aNewValue); in testShapePropertiesAnchor()
70 xShape->getPropertyValue("Anchor") >>= xSheetGet; in testShapePropertiesAnchor()
78 xShape->setPropertyValue("ResizeWithCell", uno::Any(true)); in testShapePropertiesAnchor()
96 xShape->setPropertyValue("HoriOrientPosition", aNewValue); in testShapePropertiesPosition()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx132 return xShape->getName( ); in getName()
143 xShape->setName( _name ); in setName()
154 return xShape->getHeight( ); in getHeight()
176 return xShape->getWidth( ); in getWidth()
187 xShape->setWidth( _width ); in setWidth()
198 return xShape->getLeft(); in getLeft()
209 xShape->setLeft( _left ); in setLeft()
220 return xShape->getTop(); in getTop()
231 xShape->setTop( _top ); in setTop()
242 return xShape->getLine(); in getLine()
[all …]
H A Dvbashapes.cxx166 if ( xShape.is() ) in getShapesByArrayIndices()
212 return xShape; in createShape()
224 m_xShapes->add( xShape ); in AddRectangle()
239 xShape->setSize( size ); in AddRectangle()
254 m_xShapes->add( xShape ); in AddEllipse()
276 xShape->setPosition(position); in AddEllipse()
281 xShape->setSize(size); in AddEllipse()
300 m_xShapes->add( xShape ); in AddLine()
316 xShape->setSize(size); in AddLine()
356 m_xShapes->add( xShape ); in AddTextboxInWriter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbashaperange.cxx129 return xShape->getName( ); in getName()
140 xShape->setName( _name ); in setName()
151 return xShape->getHeight( ); in getHeight()
173 return xShape->getWidth( ); in getWidth()
184 xShape->setWidth( _width ); in setWidth()
195 return xShape->getLeft(); in getLeft()
206 xShape->setLeft( _left ); in setLeft()
217 return xShape->getTop(); in getTop()
228 xShape->setTop( _top ); in setTop()
239 return xShape->getLine(); in getLine()
[all …]
H A Dvbashapes.cxx166 if ( xShape.is() ) in getShapesByArrayIndices()
213 return xShape; in createShape()
225 m_xShapes->add( xShape ); in AddRectangle()
240 xShape->setSize( size ); in AddRectangle()
255 m_xShapes->add( xShape ); in AddEllipse()
277 xShape->setPosition(position); in AddEllipse()
282 xShape->setSize(size); in AddEllipse()
301 m_xShapes->add( xShape ); in AddLine()
317 xShape->setSize(size); in AddLine()
357 m_xShapes->add( xShape ); in AddTextboxInWriter()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dshapes.hxx93 OUString GetShapeName(const css::uno::Reference< css::drawing::XShape >& xShape);
122 … WriteConnectorShape( const css::uno::Reference< css::drawing::XShape >& xShape );
124 … WriteCustomShape( const css::uno::Reference< css::drawing::XShape >& xShape );
126 … WriteEllipseShape( const css::uno::Reference< css::drawing::XShape >& xShape );
130 … WriteGroupShape( const css::uno::Reference< css::drawing::XShape >& xShape );
132 WriteLineShape( const css::uno::Reference< css::drawing::XShape >& xShape );
181 ShapeExport& WriteShape( const css::uno::Reference< css::drawing::XShape >& xShape );
184 WriteTextShape( const css::uno::Reference< css::drawing::XShape >& xShape );
186 … WriteTableShape( const css::uno::Reference< css::drawing::XShape >& xShape );
187 void WriteMathShape(css::uno::Reference<css::drawing::XShape> const& xShape);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dshapeexport.hxx182 …SAL_DLLPRIVATE void ImpCalcShapeType(const css::uno::Reference< css::drawing::XShape >& xShape, Xm…
189 …SAL_DLLPRIVATE void ImpExportText( const css::uno::Reference< css::drawing::XShape >& xShape, Text…
190 … SAL_DLLPRIVATE void ImpExportEvents( const css::uno::Reference< css::drawing::XShape >& xShape );
191 …void ImpExportDescription( const css::uno::Reference< css::drawing::XShape >& xShape ); // #i68101#
192 …L_DLLPRIVATE void ImpExportGluePoints( const css::uno::Reference< css::drawing::XShape >& xShape );
193 …AL_DLLPRIVATE void ImpExportSignatureLine(const css::uno::Reference<css::drawing::XShape>& xShape);
194 SAL_DLLPRIVATE void ImpExportQRCode(const css::uno::Reference<css::drawing::XShape>& xShape);
212 …SAL_DLLPRIVATE void ImpExport3DShape(const css::uno::Reference< css::drawing::XShape >& xShape, Xm…
225 const css::uno::Reference < css::drawing::XShape >& xShape);
229 const css::uno::Reference < css::drawing::XShape >& xShape,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dshapes.hxx122 … WriteConnectorShape( const css::uno::Reference< css::drawing::XShape >& xShape );
124 … WriteCustomShape( const css::uno::Reference< css::drawing::XShape >& xShape );
126 … WriteEllipseShape( const css::uno::Reference< css::drawing::XShape >& xShape );
130 … WriteGroupShape( const css::uno::Reference< css::drawing::XShape >& xShape );
132 WriteLineShape( const css::uno::Reference< css::drawing::XShape >& xShape );
181 ShapeExport& WriteShape( const css::uno::Reference< css::drawing::XShape >& xShape );
184 WriteTextShape( const css::uno::Reference< css::drawing::XShape >& xShape );
186 … WriteTableShape( const css::uno::Reference< css::drawing::XShape >& xShape );
187 void WriteMathShape(css::uno::Reference<css::drawing::XShape> const& xShape);
189 WriteOLE2Shape( const css::uno::Reference< css::drawing::XShape >& xShape );
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DShapeFactory.cxx389 return xShape; in createCube()
451 return xShape; in impl_createCube()
699 return xShape; in impl_createConeOrCylinder()
911 return xShape; in createPieSegment2D()
993 return xShape; in createPieSegment()
1055 return xShape; in createStripe()
1114 return xShape; in createArea3D()
1154 return xShape; in createArea2D()
1703 return xShape; in createSymbol2D()
1752 return xShape; in createGraphic2D()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dshapeexport.hxx183 …SAL_DLLPRIVATE void ImpCalcShapeType(const css::uno::Reference< css::drawing::XShape >& xShape, Xm…
190 …SAL_DLLPRIVATE void ImpExportText( const css::uno::Reference< css::drawing::XShape >& xShape, Text…
191 … SAL_DLLPRIVATE void ImpExportEvents( const css::uno::Reference< css::drawing::XShape >& xShape );
192 …void ImpExportDescription( const css::uno::Reference< css::drawing::XShape >& xShape ); // #i68101#
193 …L_DLLPRIVATE void ImpExportGluePoints( const css::uno::Reference< css::drawing::XShape >& xShape );
194 …AL_DLLPRIVATE void ImpExportSignatureLine(const css::uno::Reference<css::drawing::XShape>& xShape);
195 SAL_DLLPRIVATE void ImpExportQRCode(const css::uno::Reference<css::drawing::XShape>& xShape);
213 …SAL_DLLPRIVATE void ImpExport3DShape(const css::uno::Reference< css::drawing::XShape >& xShape, Xm…
226 const css::uno::Reference < css::drawing::XShape >& xShape);
230 const css::uno::Reference < css::drawing::XShape >& xShape,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DShapeFactory.cxx392 return xShape; in createCube()
454 return xShape; in impl_createCube()
702 return xShape; in impl_createConeOrCylinder()
914 return xShape; in createPieSegment2D()
996 return xShape; in createPieSegment()
1058 return xShape; in createStripe()
1117 return xShape; in createArea3D()
1157 return xShape; in createArea2D()
1706 return xShape; in createSymbol2D()
1755 return xShape; in createGraphic2D()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dshapes.cxx412 awt::Size aSize = xShape->getSize(); in WritePolyPolygonShape()
432 WriteNonVisualProperties( xShape ); in WritePolyPolygonShape()
490 WriteNonVisualProperties(xShape ); in WriteGroupShape()
503 m_xParent = xShape; in WriteGroupShape()
1152 if (IsNonEmptySimpleText(xShape)) in WriteGraphicObjectShapePart()
1156 WriteTextShape(xShape); in WriteGraphicObjectShapePart()
1231 WriteNonVisualProperties(xShape); in WriteGraphicObjectShapePart()
1505 WriteNonVisualProperties( xShape ); in WriteRectangleShape()
1898 WriteTable( xShape ); in WriteTableShape()
2039 aChartExport.WriteChartObj( xShape, GetNewShapeID( xShape ), ++nChartCount ); in WriteOLE2Shape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/inc/
H A Dbox2dtools.hxx116 void setShapePosition(const css::uno::Reference<css::drawing::XShape> xShape,
159 void setShapeAngle(const css::uno::Reference<com::sun::star::drawing::XShape> xShape,
178 const css::uno::Reference<com::sun::star::drawing::XShape> xShape, const double fAngle,
203 void setShapeCollision(const css::uno::Reference<com::sun::star::drawing::XShape> xShape,
235 void queueShapeVisibilityUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
238 void queueShapePositionUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
319 void queueDynamicPositionUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
323 void queueLinearVelocityUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
329 queueShapeAnimationUpdate(const css::uno::Reference<css::drawing::XShape>& xShape,
336 const css::uno::Reference<com::sun::star::drawing::XShape>& xShape,
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dcustomshapes.cxx86 return xShape; in getShape()
186 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
247 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
267 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
299 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
387 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
410 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
430 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
450 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
473 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/wizards/com/sun/star/wizards/document/
H A DShape.java40 public XShape xShape; field in Shape
84 xShape = UnoRuntime.queryInterface(XShape.class, oShape); in createShape()
85 xShape.setPosition(aPoint); in createShape()
88 xShape.setSize(aSize); in createShape()
92 xShape.setSize(new Size(1000, 100)); in createShape()
95 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape); in createShape()
96 xControlShape = UnoRuntime.queryInterface(XControlShape.class, xShape); in createShape()
107 return xShape.getSize(); in getSize()
114 xShape.setSize(_aSize); in setSize()
124 return xShape.getPosition(); in getPosition()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/wizards/com/sun/star/wizards/document/
H A DShape.java40 public XShape xShape; field in Shape
84 xShape = UnoRuntime.queryInterface(XShape.class, oShape); in createShape()
85 xShape.setPosition(aPoint); in createShape()
88 xShape.setSize(aSize); in createShape()
92 xShape.setSize(new Size(1000, 100)); in createShape()
95 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape); in createShape()
96 xControlShape = UnoRuntime.queryInterface(XControlShape.class, xShape); in createShape()
107 return xShape.getSize(); in getSize()
114 xShape.setSize(_aSize); in setSize()
124 return xShape.getPosition(); in getPosition()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/vml/
H A Dvmlshape.cxx469 xShape = finalImplConvertAndInsert(xShape); in convertAndInsert()
480 return xShape; in convertAndInsert()
843 if (xShape.is()) in implConvertAndInsert()
895 return xShape; in implConvertAndInsert()
937 if( xShape.is() ) in createPictureObject()
985 return xShape; in createPictureObject()
1017 return xShape; in implConvertAndInsert()
1045 return xShape; in implConvertAndInsert()
1109 return xShape; in implConvertAndInsert()
1239 return xShape; in implConvertAndInsert()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/vml/
H A Dvmlshape.cxx471 return xShape; in convertAndInsert()
814 if (xShape.is()) in implConvertAndInsert()
866 return xShape; in implConvertAndInsert()
880 if( xShape.is() ) in createPictureObject()
919 return xShape; in createPictureObject()
951 return xShape; in implConvertAndInsert()
979 return xShape; in implConvertAndInsert()
1141 return xShape; in implConvertAndInsert()
1164 return xShape; in implConvertAndInsert()
1346 return xShape; in implConvertAndInsert()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A Dcustomshapes.cxx70 return xShape; in getShape()
129 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
152 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
172 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
192 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
215 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
235 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
254 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
276 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
301 uno::Reference<drawing::XShape> xShape(getShape(0)); in CPPUNIT_TEST_FIXTURE() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/drawing/
H A Dxshape.cxx27 uno::Reference<drawing::XShape> xShape(init(), uno::UNO_QUERY_THROW); in testGetSetPosition() local
30 awt::Point aOldPoint = xShape->getPosition(); in testGetSetPosition()
32 xShape->setPosition(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100))); in testGetSetPosition()
34 awt::Point aNewPoint = xShape->getPosition(); in testGetSetPosition()
42 uno::Reference<drawing::XShape> xShape(init(), uno::UNO_QUERY_THROW); in testGetSetSize() local
44 awt::Size aOldSize = xShape->getSize(); in testGetSetSize()
46 CPPUNIT_ASSERT_NO_THROW(xShape->setSize(awt::Size(aOldSize.Width + 10, aOldSize.Height + 10))); in testGetSetSize()
48 awt::Size aNewSize = xShape->getSize(); in testGetSetSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/drawing/
H A Dxshape.cxx27 uno::Reference<drawing::XShape> xShape(init(), uno::UNO_QUERY_THROW); in testGetSetPosition() local
30 awt::Point aOldPoint = xShape->getPosition(); in testGetSetPosition()
32 xShape->setPosition(awt::Point(aOldPoint.X + 100, aOldPoint.Y + 100))); in testGetSetPosition()
34 awt::Point aNewPoint = xShape->getPosition(); in testGetSetPosition()
42 uno::Reference<drawing::XShape> xShape(init(), uno::UNO_QUERY_THROW); in testGetSetSize() local
44 awt::Size aOldSize = xShape->getSize(); in testGetSetSize()
46 CPPUNIT_ASSERT_NO_THROW(xShape->setSize(awt::Size(aOldSize.Width + 10, aOldSize.Height + 10))); in testGetSetSize()
48 awt::Size aNewSize = xShape->getSize(); in testGetSetSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dshapes.cxx455 WriteNonVisualProperties( xShape ); in WritePolyPolygonShape()
473 WriteTextBox( xShape, mnXmlNamespace ); in WritePolyPolygonShape()
513 WriteNonVisualProperties(xShape ); in WriteGroupShape()
526 m_xParent = xShape; in WriteGroupShape()
1175 if (IsNonEmptySimpleText(xShape)) in WriteGraphicObjectShapePart()
1179 WriteTextShape(xShape); in WriteGraphicObjectShapePart()
1258 WriteNonVisualProperties(xShape); in WriteGraphicObjectShapePart()
1506 WriteNonVisualProperties( xShape ); in WriteRectangleShape()
1890 WriteTable( xShape ); in WriteTableShape()
2030 aChartExport.WriteChartObj( xShape, GetNewShapeID( xShape ), ++nChartCount ); in WriteOLE2Shape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/
H A Dbox2dtools.cxx294 const css::uno::Reference<com::sun::star::drawing::XShape> xShape, in setShapePositionByLinearVelocity() argument
306 const css::uno::Reference<com::sun::star::drawing::XShape> xShape, in setShapeLinearVelocity() argument
334 const css::uno::Reference<com::sun::star::drawing::XShape> xShape, in setShapeAngularVelocity() argument
457 const css::uno::Reference<com::sun::star::drawing::XShape>& xShape, in queueDynamicPositionUpdate() argument
466 const css::uno::Reference<com::sun::star::drawing::XShape>& xShape, in queueLinearVelocityUpdate() argument
470 = { xShape, {}, BOX2D_UPDATE_LINEAR_VELOCITY, nDelayForSteps }; in queueLinearVelocityUpdate()
484 const css::uno::Reference<com::sun::star::drawing::XShape>& xShape, in queueAngularVelocityUpdate() argument
538 queueDynamicPositionUpdate(xShape, in queueShapeAnimationUpdate()
555 queueAngularVelocityUpdate(xShape, 0.0, 1); in queueShapeAnimationEndUpdate()
559 queueLinearVelocityUpdate(xShape, { 0, 0 }, 1); in queueShapeAnimationEndUpdate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunosrch.cxx81 return xShape; in nextShape()
134 while( xShape.is() ) in replaceAll()
165 xShape = nullptr; in replaceAll()
219 while( xShape.is() ) in findAll()
259 xShape = nullptr; in findAll()
293 mpPage->getByIndex(0) >>= xShape; in GetCurrentShape()
295 return xShape; in GetCurrentShape()
624 if(!xShape.is()) in GetShape()
628 return xShape; in GetShape()
632 } while( !xShape.is() ); in GetShape()
[all …]

12345678910>>...34