Home
last modified time | relevance | path

Searched refs:xShapeProperties (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport14.cxx88 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
90 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
102 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
104 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
112 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
114 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
122 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
124 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
H A Dooxmlexport8.cxx473 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); variable
474 … uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY);
477 xShapeProperties->getPropertyValue("VertOrient") >>= nValue;
482 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(2), uno::UNO_QUERY ); variable
483 … uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY);
486 xShapeProperties->getPropertyValue("VertOrient") >>= nValue;
H A Dooxmlexport9.cxx556 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); variable
558 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue;
560 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
563 xShapeProperties.set( getShape(2), uno::UNO_QUERY );
564 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue;
566 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport14.cxx131 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
133 xShapeProperties->getPropertyValue("IsFollowingTextFlow") >>= bValue;
266 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
268 xShapeProperties->getPropertyValue("IsFollowingTextFlow") >>= bValue;
280 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
282 xShapeProperties->getPropertyValue("IsFollowingTextFlow") >>= bValue;
308 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
310 xShapeProperties->getPropertyValue("IsFollowingTextFlow") >>= bValue;
494 uno::Reference<beans::XPropertySet> xShapeProperties(getShape(1), uno::UNO_QUERY); variable
496 xShapeProperties->getPropertyValue("IsFollowingTextFlow") >>= bValue;
H A Dooxmlexport16.cxx428 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY);
429 CPPUNIT_ASSERT(xShapeProperties);
434 ShapeZorders.push_back(xShapeProperties->getPropertyValue("ZOrder").get<sal_uInt64>());
H A Dooxmlexport8.cxx491 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); variable
492 … uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY);
495 xShapeProperties->getPropertyValue("VertOrient") >>= nValue;
500 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(2), uno::UNO_QUERY ); variable
501 … uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY);
504 xShapeProperties->getPropertyValue("VertOrient") >>= nValue;
H A Dooxmlexport9.cxx779 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); variable
781 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue;
783 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
786 xShapeProperties.set( getShape(2), uno::UNO_QUERY );
787 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue;
789 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dsvdraw.cxx86 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
87 xShapeProperties->setPropertyValue("CharColor", uno::makeAny(COL_RED)); in CPPUNIT_TEST_FIXTURE()
89 xShapeProperties->setPropertyValue("CharTransparence", uno::makeAny(nTransparence)); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx138 Reference< XPropertySet > xShapeProperties(xRadioShape, UNO_QUERY); in doLayout() local
141 implAnchorShape(xShapeProperties); in doLayout()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx140 Reference< XPropertySet > xShapeProperties(xRadioShape, UNO_QUERY); in doLayout() local
143 implAnchorShape(xShapeProperties); in doLayout()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java289 …XPropertySet xShapeProperties = UnoRuntime.queryInterface( XPropertySet.class, xPolyPolygonBezier … in Demo_PolyPolygonBezier() local
343 xShapeProperties.setPropertyValue( "PolyPolygonBezier", aCoords ); in Demo_PolyPolygonBezier()
346 xShapeProperties.setPropertyValue( "ZOrder", Integer.valueOf( 1 ) ); in Demo_PolyPolygonBezier()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DDrawingDemo.java289 …XPropertySet xShapeProperties = UnoRuntime.queryInterface( XPropertySet.class, xPolyPolygonBezier … in Demo_PolyPolygonBezier() local
343 xShapeProperties.setPropertyValue( "PolyPolygonBezier", aCoords ); in Demo_PolyPolygonBezier()
346 xShapeProperties.setPropertyValue( "ZOrder", Integer.valueOf( 1 ) ); in Demo_PolyPolygonBezier()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx785 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_init_nothrow() local
786 xShapeProperties->addPropertyChangeListener( OUString(), this ); in impl_init_nothrow()
800 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_dispose_nothrow() local
801 xShapeProperties->removePropertyChangeListener( OUString(), this ); in impl_dispose_nothrow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx773 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_init_nothrow() local
774 xShapeProperties->addPropertyChangeListener( OUString(), this ); in impl_init_nothrow()
788 Reference< XPropertySet > xShapeProperties( m_xShape, UNO_QUERY_THROW ); in impl_dispose_nothrow() local
789 xShapeProperties->removePropertyChangeListener( OUString(), this ); in impl_dispose_nothrow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/layout/
H A Dlayout.cxx3056 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
3057 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3058 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3066 xShapeProperties.set(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
3067 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3068 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3112 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3113 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3122 xShapeProperties.set(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
3123 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/layout/
H A Dlayout.cxx3470 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
3471 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3472 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3480 xShapeProperties.set(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
3481 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3482 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3526 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
3527 xShapeProperties->setPropertyValue("AnchorType", in CPPUNIT_TEST_FIXTURE()
3536 xShapeProperties.set(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
3537 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/unowriter/
H A Dunowriter.cxx809 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
810 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
811 CPPUNIT_ASSERT(!getProperty<bool>(xShapeProperties, "AllowOverlap")); in CPPUNIT_TEST_FIXTURE()
814 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(true)); in CPPUNIT_TEST_FIXTURE()
815 CPPUNIT_ASSERT(getProperty<bool>(xShapeProperties, "AllowOverlap")); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test2.cxx1617 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in testTdf83672XLSX() local
1619 xShapeProperties->getPropertyValue("RotateAngle") >>= nRotate; in testTdf83672XLSX()
2537 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in testShapeRotationImport() local
2538 uno::Any nRotProp = xShapeProperties->getPropertyValue("RotateAngle"); in testShapeRotationImport()
2564 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY_THROW); in testShapeDisplacementOnRotationImport() local
2565 uno::Any aRectProp = xShapeProperties->getPropertyValue("FrameRect"); in testShapeDisplacementOnRotationImport()
2581 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY_THROW); in testTextBoxBodyUpright() local
2585 if (xShapeProperties->getPropertySetInfo()->hasPropertyByName("InteropGrabBag")) in testTextBoxBodyUpright()
2588 xShapeProperties->getPropertyValue("InteropGrabBag") >>= aGrabBag; in testTextBoxBodyUpright()
2602 uno::Any aGeom = xShapeProperties->getPropertyValue("CustomShapeGeometry"); in testTextBoxBodyUpright()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/unowriter/
H A Dunowriter.cxx1067 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
1068 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(false)); in CPPUNIT_TEST_FIXTURE()
1069 CPPUNIT_ASSERT(!getProperty<bool>(xShapeProperties, "AllowOverlap")); in CPPUNIT_TEST_FIXTURE()
1072 xShapeProperties->setPropertyValue("AllowOverlap", uno::makeAny(true)); in CPPUNIT_TEST_FIXTURE()
1073 CPPUNIT_ASSERT(getProperty<bool>(xShapeProperties, "AllowOverlap")); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport.cxx511 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); variable
512 uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY);
516 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue;
518 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue;
520 xShapeProperties->getPropertyValue("VertOrient") >>= nValue;
522 xShapeProperties->getPropertyValue("VertOrientRelation") >>= nValue;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlimport/
H A Dooxmlimport.cxx563 uno::Reference<beans::XPropertySet> xShapeProperties( getShape(1), uno::UNO_QUERY ); in CPPUNIT_TEST_FIXTURE() local
564 uno::Reference<drawing::XShapeDescriptor> xShapeDescriptor(xShapeProperties, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
568 xShapeProperties->getPropertyValue("HoriOrient") >>= nValue; in CPPUNIT_TEST_FIXTURE()
570 xShapeProperties->getPropertyValue("HoriOrientRelation") >>= nValue; in CPPUNIT_TEST_FIXTURE()
572 xShapeProperties->getPropertyValue("VertOrient") >>= nValue; in CPPUNIT_TEST_FIXTURE()
574 xShapeProperties->getPropertyValue("VertOrientRelation") >>= nValue; in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx304 … uno::Reference<beans::XPropertySet> xShapeProperties(xDrawPage->getByIndex(i), uno::UNO_QUERY); in lcl_getShape() local
306 xShapeProperties->getPropertyValue("Graphic") >>= xGraphic; in lcl_getShape()
313 xShape.set(xShapeProperties, uno::UNO_QUERY); in lcl_getShape()
413 … uno::Reference<beans::XPropertySet> xShapeProperties(xDrawPage->getByIndex(i), uno::UNO_QUERY); in lcl_getGraphics() local
415 xShapeProperties->getPropertyValue("Graphic") >>= xGraphic; in lcl_getGraphics()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/globalfilter/
H A Dglobalfilter.cxx300 … uno::Reference<beans::XPropertySet> xShapeProperties(xDrawPage->getByIndex(i), uno::UNO_QUERY); in lcl_getShape() local
302 xShapeProperties->getPropertyValue("Graphic") >>= xGraphic; in lcl_getShape()
309 xShape.set(xShapeProperties, uno::UNO_QUERY); in lcl_getShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx977 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in isSupportedDMLShape() local
978 xShapeProperties->getPropertyValue("IsSignatureLine") >>= bIsSignatureLineShape; in isSupportedDMLShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx1126 uno::Reference<beans::XPropertySet> xShapeProperties(xShape, uno::UNO_QUERY); in isSupportedDMLShape() local
1128 xShapeProperties->getPropertyValue("IsSignatureLine") >>= bIsSignatureLineShape; in isSupportedDMLShape()

12