Lines Matching refs:xPropSet
63 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in doSampleFunction()
99 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in doSampleFunction()
100 xPropSet.setPropertyValue( in doSampleFunction()
111 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in doSampleFunction()
112 xPropSet.setPropertyValue( in doSampleFunction()
119 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in doSampleFunction()
120 xPropSet.setPropertyValue( in doSampleFunction()
158 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aColumnObj.Value; in doSampleFunction()
159 xPropSet.setPropertyValue( "Width", new uno.Any( (Int32) 5000 ) ); in doSampleFunction()
172 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aColumnObj.Value; in doSampleFunction()
173 xPropSet.setPropertyValue( in doSampleFunction()
178 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aRowObj.Value; in doSampleFunction()
179 xPropSet.setPropertyValue( "Height", new uno.Any( (Int32) 5000 ) ); in doSampleFunction()