Lines Matching refs:aPropertyList
174 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in loadFromURL() local
196 aPropertyList.add(Arg); in loadFromURL()
204 aPropertyList.add(Arg); in loadFromURL()
216 …URL(_sInputURL, "_blank", 0, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList) ); in loadFromURL()
257 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in exportToPDF() local
261 aPropertyList.add(aFiltername); in exportToPDF()
271 …storeToURL(_sDestinationName, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in exportToPDF()
601 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in impl_printToFileWithOOo() local
606 aPropertyList.add(Arg); in impl_printToFileWithOOo()
609 … aPrintable.setPrinter(PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in impl_printToFileWithOOo()
1280 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in convertDocument() local
1323 aPropertyList.add(Arg); in convertDocument()
1360 …orable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in convertDocument()