Home
last modified time | relevance | path

Searched refs:xPropSet1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dximppage.cxx387 Reference <beans::XPropertySet> xPropSet1(mxShapes, uno::UNO_QUERY); in SetStyle() local
388 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()
H A Dsdxmlexp.cxx1753 Reference< beans::XPropertySet > xPropSet1(xDrawPage, UNO_QUERY); in ImpCreatePresPageStyleName() local
1754 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()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DChangeOrderDemo.java87 XPropertySet xPropSet1 = (XPropertySet) in main() local
92 int nOrderOfShape1 = ((Integer)xPropSet1.getPropertyValue( "ZOrder" )).intValue(); in main()
95 xPropSet1.setPropertyValue( "ZOrder", new Integer( nOrderOfShape2 ) ); in main()

Completed in 38 milliseconds