Lines Matching refs:propertyvalue
260 PropertyValue propertyvalue[] = new PropertyValue[ 1 ]; in convertDocument() local
262 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
263 propertyvalue[ 0 ].Name = "Hidden"; in convertDocument()
264 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
269 stringUrl, "_blank", 0, propertyvalue ); in convertDocument()
277 propertyvalue = new PropertyValue[ 2 ]; in convertDocument()
279 propertyvalue[ 0 ] = new PropertyValue(); in convertDocument()
280 propertyvalue[ 0 ].Name = "Overwrite"; in convertDocument()
281 propertyvalue[ 0 ].Value = new Boolean(true); in convertDocument()
283 propertyvalue[ 1 ] = new PropertyValue(); in convertDocument()
284 propertyvalue[ 1 ].Name = "FilterName"; in convertDocument()
285 propertyvalue[ 1 ].Value = stringConvertType; in convertDocument()
296 xstorable.storeAsURL( stringConvertedFile, propertyvalue ); in convertDocument()