Searched refs:xPropSet2 (Results 1 – 7 of 7) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Border.java | 166 XPropertySet xPropSet2 = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_ODP() local 169 assertEquals("line style changed", this.m_expLineStyle, xPropSet2.getPropertyValue("LineStyle")); in testGraphicBorder_ODP() 171 assertEquals("line color changed", this.m_expLineColor, xPropSet2.getPropertyValue("LineColor")); in testGraphicBorder_ODP() 173 …assertEquals("line DashName changed", this.m_expLineDashName, xPropSet2.getPropertyValue("LineDash… in testGraphicBorder_ODP() 203 XPropertySet xPropSet2 = (XPropertySet)UnoRuntime.queryInterface( in testGraphicBorder_PPT() local 206 assertEquals("line style changed", this.m_expLineStyle, xPropSet2.getPropertyValue("LineStyle")); in testGraphicBorder_PPT() 208 assertEquals("line color changed", this.m_expLineColor, xPropSet2.getPropertyValue("LineColor")); in testGraphicBorder_PPT() 210 …assertEquals("line DashName changed", this.m_expLineDashName, xPropSet2.getPropertyValue("LineDash… in testGraphicBorder_PPT()
|
/aoo41x/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeTypes.java | 90 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testLineShape() local 93 xPropSet2.getPropertyValue("Name")); in testLineShape() 110 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape() local 113 xPropSet2.getPropertyValue("Name")); in testBasicShape()
|
H A D | ShapeProperties.java | 115 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testInsertShape() local 117 assertEquals("Not the same shape","test",xPropSet2.getPropertyValue("Name")); in testInsertShape()
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | ChangeOrderDemo.java | 89 XPropertySet xPropSet2 = (XPropertySet) in main() local 93 int nOrderOfShape2 = ((Integer)xPropSet2.getPropertyValue( "ZOrder" )).intValue(); in main() 96 xPropSet2.setPropertyValue( "ZOrder", new Integer( nOrderOfShape1 ) ); in main()
|
/aoo41x/main/sdext/source/minimizer/ |
H A D | impoptimizer.cxx | 209 Reference< XPropertySet > xPropSet2( xShape2, UNO_QUERY_THROW ); in ImpConvertOLE() local 210 xPropSet2->setPropertyValue( TKGet( TK_Graphic ), Any( xGraphic ) ); in ImpConvertOLE() 212 xPropSet2->setPropertyValue( TKGet( TK_ZOrder ), Any( j ) ); in ImpConvertOLE()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1765 Reference< beans::XPropertySet > xPropSet2; in ImpCreatePresPageStyleName() local 1770 aAny >>= xPropSet2; in ImpCreatePresPageStyleName() 1773 if( xPropSet2.is() ) in ImpCreatePresPageStyleName() 1774 xPropSet = PropertySetMerger_CreateInstance( xPropSet1, xPropSet2 ); in ImpCreatePresPageStyleName()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5897 uno::Reference< beans::XPropertySet > xPropSet2( xCell, uno::UNO_QUERY_THROW ); in ImplCreateTable() local 5899 if ( xPropSet2->getPropertyValue( sTopBorder ) >>= aBorderLine ) in ImplCreateTable() 5923 uno::Reference< beans::XPropertySet > xPropSet2( xCellOwn, uno::UNO_QUERY_THROW ); in ImplCreateTable() local 5925 if ( xPropSet2->getPropertyValue( sBottomBorder ) >>= aBorderLine ) in ImplCreateTable()
|
Completed in 64 milliseconds