Lines Matching refs:xPropSet
67 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in doCellRangeSamples()
78 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in doCellRangeSamples()
80 xPropSet.setPropertyValue( in doCellRangeSamples()
82 xPropSet.setPropertyValue( in doCellRangeSamples()
85 xPropSet.setPropertyValue( in doCellRangeSamples()
88 xPropSet.setPropertyValue( in doCellRangeSamples()
90 xPropSet.setPropertyValue( in doCellRangeSamples()
121 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) aColumnObj.Value; in doCellRangeSamples()
122 xPropSet.setPropertyValue( "Width", new uno.Any( (Int32) 6000 ) ); in doCellRangeSamples()
380 unoidl.com.sun.star.beans.XPropertySet xPropSet = in setDate()
382 xPropSet.setPropertyValue( in setDate()
397 unoidl.com.sun.star.beans.XPropertySet xPropSet = null; in prepareRange()
402 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
414 xPropSet.setPropertyValue( in prepareRange()
429 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCellRange; in prepareRange()
430 xPropSet.setPropertyValue( in prepareRange()
436 xPropSet = (unoidl.com.sun.star.beans.XPropertySet) xCell; in prepareRange()
437 xPropSet.setPropertyValue( in prepareRange()
439 xPropSet.setPropertyValue( in prepareRange()