Lines Matching refs:Name

285 	aPrinter.getArray()[7].Name = DEFINE_CONST_UNICODE( "CanSetPaperSize" );  in getPrinter()
288 aPrinter.getArray()[6].Name = DEFINE_CONST_UNICODE( "CanSetPaperFormat" ); in getPrinter()
291 aPrinter.getArray()[5].Name = DEFINE_CONST_UNICODE( "CanSetPaperOrientation" ); in getPrinter()
294 aPrinter.getArray()[4].Name = DEFINE_CONST_UNICODE( "IsBusy" ); in getPrinter()
297 aPrinter.getArray()[3].Name = DEFINE_CONST_UNICODE( "PaperSize" ); in getPrinter()
301 aPrinter.getArray()[2].Name = DEFINE_CONST_UNICODE( "PaperFormat" ); in getPrinter()
305 aPrinter.getArray()[1].Name = DEFINE_CONST_UNICODE( "PaperOrientation" ); in getPrinter()
309 aPrinter.getArray()[0].Name = DEFINE_CONST_UNICODE( "Name" ); in getPrinter()
343 if ( rProp.Name.compareToAscii( "Name" ) == 0 ) in impl_setPrinter()
369 if ( rProp.Name.compareToAscii( "PaperOrientation" ) == 0 ) in impl_setPrinter()
387 else if ( rProp.Name.compareToAscii( "PaperFormat" ) == 0 ) in impl_setPrinter()
404 else if ( rProp.Name.compareToAscii( "PaperSize" ) == 0 ) in impl_setPrinter()
418 else if ( rProp.Name.compareToAscii( "PrinterPaperTray" ) == 0 ) in impl_setPrinter()
616 if ( rProp.Name.compareToAscii( "FileName" ) == 0 ) in print()
645 aCheckedArgs[nProps].Name = rProp.Name; in print()
649 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print()
661 aCheckedArgs[nProps].Name = rProp.Name; in print()
665 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print()
683 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("LocalFileName"); in print()
690 else if ( rProp.Name.compareToAscii( "CopyCount" ) == 0 ) in print()
696 aCheckedArgs[nProps].Name = rProp.Name; in print()
702 else if ( rProp.Name.compareToAscii( "Collate" ) == 0 || in print()
703 ( rProp.Name.compareToAscii( "Sort" ) == 0 ) ) in print()
708 aCheckedArgs[nProps].Name = rtl::OUString::createFromAscii("Collate"); in print()
716 else if ( rProp.Name.compareToAscii( "Pages" ) == 0 ) in print()
721 aCheckedArgs[nProps].Name = rProp.Name; in print()
729 else if ( rProp.Name.compareToAscii( "MonitorVisible" ) == 0 ) in print()
733 aCheckedArgs[nProps].Name = rProp.Name; in print()
738 else if ( rProp.Name.compareToAscii( "Wait" ) == 0 ) in print()
742 aCheckedArgs[nProps].Name = rProp.Name; in print()
746 else if ( rProp.Name.compareToAscii( "DuplexMode" ) == 0 ) in print()
750 aCheckedArgs[nProps].Name = rProp.Name; in print()