/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 454 … Reference< drawing::XShape > aXShape = GetXShapeForSdrObject( pCustomShape ); in execute() local 455 if ( aXShape.is() ) in execute() 457 … Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/toolbars/ |
H A D | fontworkbar.cxx | 456 …Reference< drawing::XShape > aXShape = GetXShapeForSdrObject( static_cast<SdrObjCustomShape*>(pObj… in execute() local 457 if ( aXShape.is() ) in execute() 459 … Reference< drawing::XEnhancedCustomShapeDefaulter > xDefaulter( aXShape, UNO_QUERY ); in execute()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleGetAccFlowTo.idl | 31 sequence<any> getAccFlowTo([in] any aXShape, [in] long nType);
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 435 …uno::Reference< drawing::XShape > aXShape = *o3tl::doAccess<uno::Reference<drawing::XShape>>(maXS… in EndGroup() local 436 if (aXShape.is() ) in EndGroup() 438 aXShapes->add( aXShape ); in EndGroup()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/icgm/ |
H A D | actimpr.cxx | 423 …uno::Reference< drawing::XShape > aXShape = *o3tl::doAccess<uno::Reference<drawing::XShape>>(maXS… in EndGroup() local 424 if (aXShape.is() ) in EndGroup() 426 aXShapes->add( aXShape ); in EndGroup()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/msfilter/ |
H A D | escherex.cxx | 4423 uno::Reference<drawing::XShape>aXShape; member 4427 : aXShape(rShape) in EscherShapeListEntry() 4464 aXShape( bFirst ? mXConnectToA : mXConnectToB ); in GetConnectorRule() local 4466 OUString aString(aXShape->getShapeType()); in GetConnectorRule() 4474 aPropertySet( aXShape, uno::UNO_QUERY ); in GetConnectorRule() 4519 aPropertySet2( aXShape, uno::UNO_QUERY ); in GetConnectorRule() 4575 …sSdrObjCustomShape(nullptr != dynamic_cast< SdrObjCustomShape* >(GetSdrObjectFromXShape(aXShape))); in GetConnectorRule() 4579 …stomShape& rSdrObjCustomShape(static_cast< SdrObjCustomShape& >(*GetSdrObjectFromXShape(aXShape))); in GetConnectorRule() 4669 awt::Point aPoint( aXShape->getPosition() ); in GetConnectorRule() 4670 awt::Size aSize( aXShape->getSize() ); in GetConnectorRule() [all …]
|
H A D | msdffimp.cxx | 492 Reference< XShape > aXShape( pO->getUnoShape(), UNO_QUERY ); in SolveSolver() local 565 … tools::PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aXShape ) ); in SolveSolver() 781 SetPropValue( Any(aXShape), xPropSet, aPropName ); in SolveSolver() 788 SetPropValue( Any(aXShape), xPropSet, aPropName ); in SolveSolver()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/msfilter/ |
H A D | escherex.cxx | 4369 uno::Reference<drawing::XShape>aXShape; member 4373 : aXShape(rShape) in EscherShapeListEntry() 4410 aXShape( bFirst ? mXConnectToA : mXConnectToB ); in GetConnectorRule() local 4412 OUString aString(aXShape->getShapeType()); in GetConnectorRule() 4420 aPropertySet( aXShape, uno::UNO_QUERY ); in GetConnectorRule() 4465 aPropertySet2( aXShape, uno::UNO_QUERY ); in GetConnectorRule() 4521 … if (auto pSdrObjCustomShape = dynamic_cast< SdrObjCustomShape* >(GetSdrObjectFromXShape(aXShape))) in GetConnectorRule() 4608 awt::Point aPoint( aXShape->getPosition() ); in GetConnectorRule() 4609 awt::Size aSize( aXShape->getSize() ); in GetConnectorRule() 4661 if ( rXShape == pPtr->aXShape ) in GetShapeId()
|
H A D | msdffimp.cxx | 474 Reference< XShape > aXShape( pO->getUnoShape(), UNO_QUERY ); in SolveSolver() local 547 … tools::PolyPolygon aPolyPoly( EscherPropertyContainer::GetPolyPolygon( aXShape ) ); in SolveSolver() 759 SetPropValue( Any(aXShape), xPropSet, aPropName ); in SolveSolver() 766 SetPropValue( Any(aXShape), xPropSet, aPropName ); in SolveSolver()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 566 Reference< XShape > aXShape = GetXShapeForSdrObject( pCaption ); in lcl_FillProps() local 567 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in lcl_FillProps()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 558 Reference< XShape > aXShape = GetXShapeForSdrObject( pCaption ); in lcl_FillProps() local 559 Reference< XPropertySet > aXPropSet( aXShape, UNO_QUERY ); in lcl_FillProps()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/ |
H A D | svdoashp.cxx | 383 Reference< XShape > aXShape = GetXShapeForSdrObject(const_cast<SdrObjCustomShape*>(this)); in GetCustomShapeEngine() local 384 if ( aXShape.is() ) in GetCustomShapeEngine() 389 aPropValues[ 0 ].Value <<= aXShape; in GetCustomShapeEngine()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/ |
H A D | svdoashp.cxx | 393 Reference< XShape > aXShape = GetXShapeForSdrObject(const_cast<SdrObjCustomShape*>(this)); in GetCustomShapeEngine() local 394 if ( aXShape.is() ) in GetCustomShapeEngine() 399 aPropValues[ 0 ].Value <<= aXShape; in GetCustomShapeEngine()
|