Home
last modified time | relevance | path

Searched refs:xShape (Results 251 – 275 of 837) sorted by relevance

1...<<11121314151617181920>>...34

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DFormControlHelper.cxx349 uno::Reference<drawing::XShape> xShape(xInterface, uno::UNO_QUERY); in insertControl() local
351 if (! xShape.is()) in insertControl()
354 xShape->setSize(m_pImpl->aSize); in insertControl()
356 uno::Reference<beans::XPropertySet> xShapeProps(xShape, uno::UNO_QUERY); in insertControl()
366 uno::Reference<drawing::XControlShape> xControlShape(xShape, uno::UNO_QUERY); in insertControl()
370 m_pImpl->getDrawPage()->add(xShape); in insertControl()
H A DNumberingManager.cxx336 void NumPicBullet::SetShape(uno::Reference<drawing::XShape> const& xShape) in SetShape() argument
338 m_xShape = xShape; in SetShape()
635 uno::Reference<drawing::XShape> xShape; in DisposeNumPicBullets() local
638 xShape = rNumPicBullet->GetShape(); in DisposeNumPicBullets()
639 if (xShape.is()) in DisposeNumPicBullets()
831 uno::Reference<drawing::XShape> xShape = m_rDMapper.PopPendingShape(); in lcl_sprm() local
833 m_pCurrentNumPicBullet->SetShape(xShape); in lcl_sprm()
839 uno::Reference<drawing::XShape> xShape; in lcl_sprm() local
844 xShape = rNumPicBullet->GetShape(); in lcl_sprm()
848 if (xShape.is()) in lcl_sprm()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunodraw.hxx103 virtual void SAL_CALL add(const css::uno::Reference< css::drawing::XShape > & xShape) override;
104 … virtual void SAL_CALL remove(const css::uno::Reference< css::drawing::XShape > & xShape) override;
211 SwXShape(css::uno::Reference<css::uno::XInterface> & xShape, SwDoc const*const pDoc);
272 SwXGroupShape(css::uno::Reference<css::uno::XInterface> & xShape, SwDoc const* pDoc);
279 virtual void SAL_CALL add( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
280 …virtual void SAL_CALL remove( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DFormControlHelper.cxx350 uno::Reference<drawing::XShape> xShape(xInterface, uno::UNO_QUERY); in insertControl() local
352 if (! xShape.is()) in insertControl()
355 xShape->setSize(m_pImpl->aSize); in insertControl()
357 uno::Reference<beans::XPropertySet> xShapeProps(xShape, uno::UNO_QUERY); in insertControl()
367 uno::Reference<drawing::XControlShape> xControlShape(xShape, uno::UNO_QUERY); in insertControl()
371 m_pImpl->getDrawPage()->add(xShape); in insertControl()
H A DNumberingManager.cxx325 void NumPicBullet::SetShape(uno::Reference<drawing::XShape> const& xShape) in SetShape() argument
327 m_xShape = xShape; in SetShape()
611 uno::Reference<drawing::XShape> xShape; in DisposeNumPicBullets() local
614 xShape = rNumPicBullet->GetShape(); in DisposeNumPicBullets()
615 if (xShape.is()) in DisposeNumPicBullets()
617 uno::Reference<lang::XComponent> xShapeComponent(xShape, uno::UNO_QUERY); in DisposeNumPicBullets()
800 m_pCurrentNumPicBullet->SetShape(xShape); in lcl_sprm()
806 uno::Reference<drawing::XShape> xShape; in lcl_sprm() local
811 xShape = rNumPicBullet->GetShape(); in lcl_sprm()
815 if (xShape.is()) in lcl_sprm()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunodraw.hxx105 virtual void SAL_CALL add(const css::uno::Reference< css::drawing::XShape > & xShape) override;
106 … virtual void SAL_CALL remove(const css::uno::Reference< css::drawing::XShape > & xShape) override;
212 SwXShape(css::uno::Reference<css::uno::XInterface> & xShape, SwDoc const*const pDoc);
273 SwXGroupShape(css::uno::Reference<css::uno::XInterface> & xShape, SwDoc const* pDoc);
280 virtual void SAL_CALL add( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
281 …virtual void SAL_CALL remove( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLTextFrameHyperlinkContext.cxx160 Reference < drawing::XShape > xShape; in GetShape() local
164 xShape = dynamic_cast<XMLTextFrameContext&>(*pContext).GetShape(); in GetShape()
167 return xShape; in GetShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A DCustomAnimationEffect.hxx290 …_DLLPRIVATE virtual bool disposeShape( const css::uno::Reference< css::drawing::XShape >& xShape );
293 …SAL_DLLPRIVATE virtual bool hasEffect( const css::uno::Reference< css::drawing::XShape >& xShape );
294 …DLLPRIVATE virtual void onTextChanged( const css::uno::Reference< css::drawing::XShape >& xShape );
337 …graphNumberingLevels( const css::uno::Reference< css::drawing::XShape >& xShape, std::vector< sal_…
389 virtual bool disposeShape( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
392 virtual bool hasEffect( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
393 … virtual void onTextChanged( const css::uno::Reference< css::drawing::XShape >& xShape ) override;
425 …SequencePtr createInteractiveSequence( const css::uno::Reference< css::drawing::XShape >& xShape );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport2.cxx149 uno::Reference<drawing::XShape> xShape = getShape(1); variable
155 getProperty<sal_Int32>(xShape, "HoriOrientPosition"));
361 uno::Reference<drawing::XShapeDescriptor> xShape(xGroup->getByIndex(1), uno::UNO_QUERY); variable
362 CPPUNIT_ASSERT_EQUAL(OUString("com.sun.star.drawing.OLE2Shape"), xShape->getShapeType());
391 uno::Reference<text::XTextRange> xShape(xGroup->getByIndex(0), uno::UNO_QUERY); variable
392 uno::Reference<text::XTextRange> xFirstPara = getParagraphOfText(1, xShape->getText());
433 uno::Reference<text::XTextContent> xShape(xDrawPage->getByIndex(1), uno::UNO_QUERY); variable
434 uno::Reference<text::XTextRange> xText1 = xShape->getAnchor()->getText();
/dports/editors/libreoffice/libreoffice-7.2.6.2/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx50 … const uno::Reference< drawing::XShape >& xShape ) in lookupAttributableShape()
55 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
H A Dgenerateevent.cxx77 uno::Reference<drawing::XShape> xShape; in generateEvent() local
83 if (aEvent.Source >>= xShape) in generateEvent()
84 pShape = rContext.mpSubsettableShapeManager->lookupShape(xShape); in generateEvent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/slideshow/source/engine/animationnodes/
H A Dnodetools.cxx53 … const uno::Reference< drawing::XShape >& xShape ) in lookupAttributableShape()
58 ShapeSharedPtr pShape( rShapeManager->lookupShape( xShape ) ); in lookupAttributableShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtextboxhelper.cxx143 uno::Reference<drawing::XShape> xShape(pShape->FindRealSdrObject()->getUnoShape(), in create() local
147 uno::Reference<beans::XPropertySet> xShapePropertySet(xShape, uno::UNO_QUERY); in create()
232 uno::Reference<drawing::XShape> xShape(pObj->getWeakUnoShape(), uno::UNO_QUERY); in hasTextFrame() local
233 if (!xShape) in hasTextFrame()
235 return SwTextBoxHelper::getOtherTextBoxFormat(xShape); in hasTextFrame()
326 auto pShape = dynamic_cast<SwXShape*>(xShape.get()); in getOtherTextBoxFormat()
335 SwTextBoxHelper::getUnoTextFrame(uno::Reference<drawing::XShape> const& xShape) in getUnoTextFrame() argument
337 if (xShape) in getUnoTextFrame()
339 auto pFrameFormat = SwTextBoxHelper::getOtherTextBoxFormat(xShape); in getUnoTextFrame()
1031 uno::Reference<drawing::XShape> xShape(pObj->getUnoShape(), uno::UNO_QUERY); in updateTextBoxMargin() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/diagram/
H A DVDiagram.cxx202 static E3dScene* lcl_getE3dScene( const uno::Reference< drawing::XShape >& xShape ) in lcl_getE3dScene() argument
205 uno::Reference< lang::XTypeProvider > xTypeProvider( xShape, uno::UNO_QUERY ); in lcl_getE3dScene()
208 pRet = dynamic_cast< E3dScene* >(SdrObject::getSdrObjectFromXShape(xShape)); in lcl_getE3dScene()
504 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
511 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
532 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
539 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
607 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
616 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
621 ShapeFactory::setShapeName( xShape, aFloorCID ); in createShapes_3d()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/diagram/
H A DVDiagram.cxx204 static E3dScene* lcl_getE3dScene( const uno::Reference< drawing::XShape >& xShape ) in lcl_getE3dScene() argument
207 uno::Reference< lang::XTypeProvider > xTypeProvider( xShape, uno::UNO_QUERY ); in lcl_getE3dScene()
210 SvxShape* pSvxShape = comphelper::getUnoTunnelImplementation<SvxShape>(xShape); in lcl_getE3dScene()
511 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
518 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
539 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
546 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
614 uno::Reference< drawing::XShape > xShape = in createShapes_3d() local
623 ShapeFactory::makeShapeInvisible( xShape ); in createShapes_3d()
628 ShapeFactory::setShapeName( xShape, aFloorCID ); in createShapes_3d()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx19 uno::Reference<drawing::XShape> xShape, uno::Reference<io::XInputStream> xStream, in RTFValue() argument
26 , m_xShape(std::move(xShape)) in RTFValue()
78 RTFValue::RTFValue(uno::Reference<drawing::XShape> xShape) in RTFValue() argument
81 , m_xShape(std::move(xShape)) in RTFValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx21 uno::Reference<drawing::XShape> xShape, uno::Reference<io::XInputStream> xStream, in RTFValue() argument
28 , m_xShape(std::move(xShape)) in RTFValue()
80 RTFValue::RTFValue(uno::Reference<drawing::XShape> xShape) in RTFValue() argument
83 , m_xShape(std::move(xShape)) in RTFValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dxeescher.hxx172 css::uno::Reference< css::drawing::XShape > const & xShape );
215 …bjectManager& rRoot, css::uno::Reference< css::drawing::XShape > const & xShape, ScDocument* pDoc …
230 css::uno::Reference< css::drawing::XShape > const & xShape,
252 css::uno::Reference< css::drawing::XShape > const & xShape,
310 css::uno::Reference< css::drawing::XShape > const & xShape,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dxeescher.hxx175 css::uno::Reference< css::drawing::XShape > const & xShape );
218 …bjectManager& rRoot, css::uno::Reference< css::drawing::XShape > const & xShape, ScDocument* pDoc …
233 css::uno::Reference< css::drawing::XShape > const & xShape,
255 css::uno::Reference< css::drawing::XShape > const & xShape,
313 css::uno::Reference< css::drawing::XShape > const & xShape,
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagram.cxx420 uno::Reference<css::drawing::XShape> xShape(pObj->getUnoShape(), uno::UNO_QUERY_THROW); in reloadDiagram() local
421 uno::Reference<beans::XPropertySet> xPropSet(xShape, uno::UNO_QUERY_THROW); in reloadDiagram()
444 awt::Size(o3tl::convert(xShape->getSize().Width, o3tl::Length::mm100, o3tl::Length::emu), in reloadDiagram()
445 o3tl::convert(xShape->getSize().Height, o3tl::Length::mm100, o3tl::Length::emu))); in reloadDiagram()
449 uno::Reference<drawing::XShapes> xShapes(xShape, uno::UNO_QUERY_THROW); in reloadDiagram()
452 o3tl::convert(xShape->getPosition().X, o3tl::Length::mm100, o3tl::Length::emu), in reloadDiagram()
453 o3tl::convert(xShape->getPosition().Y, o3tl::Length::mm100, o3tl::Length::emu)); in reloadDiagram()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx263 void SetTemporary( uno::Reference< drawing::XShape > const & xShape ) in SetTemporary() argument
265 if ( xShape.is() ) in SetTemporary()
267 SvxShape* pShape = comphelper::getUnoTunnelImplementation<SvxShape>( xShape ); in SetTemporary()
368 Reference< drawing::XShape > xShape; in render() local
374 xShape = SvxDrawPage::CreateShapeByTypeAndInventor( pRenderedShape->GetObjIdentifier(), in render()
378 SetTemporary( xShape ); in render()
380 return xShape; in render()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunopage.cxx490 xShape->setPosition( aPos ); in CreateSdrObject_()
493 xShape->setSize( aSize ); in CreateSdrObject_()
1400 if(!xShape.is()) in CreateShape()
1478 return xShape; in CreateShape()
1561 Reference< drawing::XShape > xShape; in combine() local
1563 return xShape; in combine()
1584 return xShape; in combine()
1612 return xShape; in bind()
1633 return xShape; in bind()
2397 SdGenericDrawPage::add( xShape ); in add()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunopage.cxx484 xShape->setPosition( aPos ); in CreateSdrObject_()
487 xShape->setSize( aSize ); in CreateSdrObject_()
1394 if(!xShape.is()) in CreateShape()
1473 return xShape; in CreateShape()
1556 Reference< drawing::XShape > xShape; in combine() local
1558 return xShape; in combine()
1579 return xShape; in combine()
1607 return xShape; in bind()
1628 return xShape; in bind()
2390 SdGenericDrawPage::add( xShape ); in add()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/qa/embedding/
H A DTest01.java104 XShape xShape = ( XShape ) UnoRuntime.queryInterface( XShape.class, oShape ); in test() local
105 if ( xShape == null ) in test()
118 xPage.add( xShape ); in test()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/qa/embedding/
H A DTest01.java104 XShape xShape = ( XShape ) UnoRuntime.queryInterface( XShape.class, oShape ); in test() local
105 if ( xShape == null ) in test()
118 xPage.add( xShape ); in test()

1...<<11121314151617181920>>...34