Searched refs:xPropSet1 (Results 1 – 3 of 3) sorted by relevance
387 Reference <beans::XPropertySet> xPropSet1(mxShapes, uno::UNO_QUERY); in SetStyle() local388 if(xPropSet1.is()) in SetStyle()390 Reference< beans::XPropertySet > xPropSet( xPropSet1 ); in SetStyle()394 if( xPropSet1->getPropertySetInfo()->hasPropertyByName( aBackground ) ) in SetStyle()396 Reference< beans::XPropertySetInfo > xInfo( xPropSet1->getPropertySetInfo() ); in SetStyle()409 xPropSet = PropertySetMerger_CreateInstance( xPropSet1, xBackgroundSet ); in SetStyle()417 xPropSet1->setPropertyValue( aBackground, uno::makeAny( xBackgroundSet ) ); in SetStyle()
1753 Reference< beans::XPropertySet > xPropSet1(xDrawPage, UNO_QUERY); in ImpCreatePresPageStyleName() local1754 if(xPropSet1.is()) in ImpCreatePresPageStyleName()1766 Reference< beans::XPropertySetInfo > xInfo( xPropSet1->getPropertySetInfo() ); in ImpCreatePresPageStyleName()1769 Any aAny( xPropSet1->getPropertyValue( aBackground ) ); in ImpCreatePresPageStyleName()1774 xPropSet = PropertySetMerger_CreateInstance( xPropSet1, xPropSet2 ); in ImpCreatePresPageStyleName()1776 xPropSet = xPropSet1; in ImpCreatePresPageStyleName()1780 xPropSet = xPropSet1; in ImpCreatePresPageStyleName()
87 XPropertySet xPropSet1 = (XPropertySet) in main() local92 int nOrderOfShape1 = ((Integer)xPropSet1.getPropertyValue( "ZOrder" )).intValue(); in main()95 xPropSet1.setPropertyValue( "ZOrder", new Integer( nOrderOfShape2 ) ); in main()
Completed in 44 milliseconds