Lines Matching refs:aPropertyList
215 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in loadFromURL() local
237 aPropertyList.add(Arg); in loadFromURL()
245 aPropertyList.add(Arg); in loadFromURL()
251 aPropertyList.add(ReadOnly); in loadFromURL()
262 …blank", FrameSearchFlag.ALL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList) ); in loadFromURL()
304 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in exportToPDF() local
308 aPropertyList.add(aFiltername); in exportToPDF()
319 …storeToURL(_sDestinationName, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in exportToPDF()
569 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in impl_printToFileWithOOo() local
574 aPropertyList.add(Arg); in impl_printToFileWithOOo()
577 … aPrintable.setPrinter(PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in impl_printToFileWithOOo()
1245 ArrayList<PropertyValue> aPropertyList = new ArrayList<PropertyValue>(); in convertDocument() local
1288 aPropertyList.add(Arg); in convertDocument()
1325 …orable.storeAsURL(sOutputURL, PropertyHelper.createPropertyValueArrayFormArrayList(aPropertyList)); in convertDocument()