Searched refs:firstProp (Results 1 – 2 of 2) sorted by relevance
126 PropertyValue firstProp = new PropertyValue(); in _printPages() local127 firstProp.Name = "FileName"; in _printPages()129 firstProp.Value = printFile; in _printPages()130 firstProp.State = com.sun.star.beans.PropertyState.DEFAULT_VALUE; in _printPages()131 PrintOptions[0] = firstProp; in _printPages()
154 PropertyValue firstProp = new PropertyValue(); in _print() local155 firstProp.Name = "FileName"; in _print()157 firstProp.Value = fileName; in _print()158 firstProp.State = com.sun.star.beans.PropertyState.DEFAULT_VALUE; in _print()159 PrintOptions[0] = firstProp; in _print()
Completed in 12 milliseconds