Lines Matching refs:rProp

340         const beans::PropertyValue &rProp = rPrinter.getConstArray()[n];  in impl_setPrinter()  local
343 if ( rProp.Name.compareToAscii( "Name" ) == 0 ) in impl_setPrinter()
346 if ( ( rProp.Value >>= sTemp ) == sal_False ) in impl_setPrinter()
366 const beans::PropertyValue &rProp = rPrinter.getConstArray()[i]; in impl_setPrinter() local
369 if ( rProp.Name.compareToAscii( "PaperOrientation" ) == 0 ) in impl_setPrinter()
372 if ( ( rProp.Value >>= eOrient ) == sal_False ) in impl_setPrinter()
374 if ( ( rProp.Value >>= lDummy ) == sal_False ) in impl_setPrinter()
387 else if ( rProp.Name.compareToAscii( "PaperFormat" ) == 0 ) in impl_setPrinter()
389 if ( ( rProp.Value >>= nPaperFormat ) == sal_False ) in impl_setPrinter()
391 if ( ( rProp.Value >>= lDummy ) == sal_False ) in impl_setPrinter()
404 else if ( rProp.Name.compareToAscii( "PaperSize" ) == 0 ) in impl_setPrinter()
407 if ( ( rProp.Value >>= aTempSize ) == sal_False ) in impl_setPrinter()
418 else if ( rProp.Name.compareToAscii( "PrinterPaperTray" ) == 0 ) in impl_setPrinter()
421 if ( ( rProp.Value >>= aTmp ) == sal_False ) in impl_setPrinter()
613 const beans::PropertyValue &rProp = rOptions.getConstArray()[n]; in print() local
616 if ( rProp.Name.compareToAscii( "FileName" ) == 0 ) in print()
621 ( rProp.Value.getValueType()!=::getCppuType((const ::rtl::OUString*)0)) || in print()
622 (!(rProp.Value>>=sTemp)) in print()
645 aCheckedArgs[nProps].Name = rProp.Name; in print()
661 aCheckedArgs[nProps].Name = rProp.Name; in print()
690 else if ( rProp.Name.compareToAscii( "CopyCount" ) == 0 ) in print()
693 if ( ( rProp.Value >>= nCopies ) == sal_False ) 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()
706 if ( rProp.Value >>= bTemp ) in print()
716 else if ( rProp.Name.compareToAscii( "Pages" ) == 0 ) in print()
719 if( rProp.Value >>= sTemp ) in print()
721 aCheckedArgs[nProps].Name = rProp.Name; in print()
729 else if ( rProp.Name.compareToAscii( "MonitorVisible" ) == 0 ) in print()
731 if( !(rProp.Value >>= bMonitor) ) in print()
733 aCheckedArgs[nProps].Name = rProp.Name; in print()
738 else if ( rProp.Name.compareToAscii( "Wait" ) == 0 ) in print()
740 if ( !(rProp.Value >>= bWaitUntilEnd) ) in print()
742 aCheckedArgs[nProps].Name = rProp.Name; in print()
746 else if ( rProp.Name.compareToAscii( "DuplexMode" ) == 0 ) in print()
748 if ( !(rProp.Value >>= nDuplexMode ) ) in print()
750 aCheckedArgs[nProps].Name = rProp.Name; in print()