Searched refs:printProps (Results 1 – 1 of 1) sorted by relevance
86 PropertyValue[]printProps = null; field in _XPrintJobBroadcaster.MyPrintJobListener96 printProps = new PropertyValue[2]; in MyPrintJobListener()97 printProps[0] = new PropertyValue(); in MyPrintJobListener()98 printProps[0].Name = "FileName"; in MyPrintJobListener()99 printProps[0].Value = printFileName; in MyPrintJobListener()100 printProps[0].State = com.sun.star.beans.PropertyState.DEFAULT_VALUE; in MyPrintJobListener()101 printProps[1] = new PropertyValue(); in MyPrintJobListener()102 printProps[1].Name = "Wait"; in MyPrintJobListener()103 printProps[1].Value = new Boolean(true); in MyPrintJobListener()119 xPrintable.print(printProps); in fireEvent()
Completed in 12 milliseconds