Home
last modified time | relevance | path

Searched refs:printProps (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/view/
H A D_XPrintJobBroadcaster.java86 PropertyValue[]printProps = null; field in _XPrintJobBroadcaster.MyPrintJobListener
96 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 14 milliseconds