Home
last modified time | relevance | path

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

/aoo4110/main/qadevOOo/runner/graphical/
H A DOpenOfficePostscriptCreator.java653 PropertyValue[] aPrinterProps = aPrintable.getPrinter(); in impl_printToFileWithOOo() local
655 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()
660 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()
/aoo4110/main/qadevOOo/runner/convwatch/
H A DOfficePrint.java683 PropertyValue[] aPrinterProps = aPrintable.getPrinter(); in impl_printToFileWithOOo() local
685 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()
690 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()

Completed in 34 milliseconds