Searched refs:propertyvalue_sxw (Results 1 – 1 of 1) sorted by relevance
146 PropertyValue[] propertyvalue_sxw = new PropertyValue[2]; in createTempDocs() local147 propertyvalue_sxw[0] = new PropertyValue(); in createTempDocs()148 propertyvalue_sxw[0].Name = new String("Overwrite"); in createTempDocs()149 propertyvalue_sxw[0].Value = new Boolean(true); in createTempDocs()150 propertyvalue_sxw[1] = new PropertyValue(); in createTempDocs()151 propertyvalue_sxw[1].Name = new String("Overwrite"); in createTempDocs()152 propertyvalue_sxw[1].Value = new Boolean(true); in createTempDocs()153 storedDoc.storeAsURL( filenameURL + ".sxw", propertyvalue_sxw); in createTempDocs()
Completed in 16 milliseconds