Searched refs:aPrinterProps (Results 1 – 2 of 2) sorted by relevance
653 PropertyValue[] aPrinterProps = aPrintable.getPrinter(); in impl_printToFileWithOOo() local655 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()660 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()
683 PropertyValue[] aPrinterProps = aPrintable.getPrinter(); in impl_printToFileWithOOo() local685 while (!"IsBusy".equals(aPrinterProps[nPropIndex].Name)) in impl_printToFileWithOOo()690 isBusy = (aPrinterProps[nPropIndex].Value == Boolean.TRUE) ? true : false; in impl_printToFileWithOOo()
Completed in 27 milliseconds