Lines Matching refs:beans

73 	::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > m_aPrintOptions;
111 …virtual Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPrintOptions( ) throw (Run…
112 …virtual Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL getPrinter( ) throw (RuntimeE…
122 Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL SfxPrintJob_Impl::getPrintOptions() thr… in getPrintOptions()
127 Sequence< ::com::sun::star::beans::PropertyValue > SAL_CALL SfxPrintJob_Impl::getPrinter() throw (R… in getPrinter()
135 return Sequence< ::com::sun::star::beans::PropertyValue >(); in getPrinter()
261 uno::Sequence< beans::PropertyValue > SAL_CALL SfxPrintHelper::getPrinter() throw(::com::sun::star:… in getPrinter()
281 return uno::Sequence< beans::PropertyValue >(); in getPrinter()
283 uno::Sequence< beans::PropertyValue > aPrinter(8); in getPrinter()
320 void SfxPrintHelper::impl_setPrinter(const uno::Sequence< beans::PropertyValue >& rPrinter,SfxPrint… in impl_setPrinter()
340 const beans::PropertyValue &rProp = rPrinter.getConstArray()[n]; in impl_setPrinter()
366 const beans::PropertyValue &rProp = rPrinter.getConstArray()[i]; in impl_setPrinter()
457 void SAL_CALL SfxPrintHelper::setPrinter(const uno::Sequence< beans::PropertyValue >& rPrinter) in setPrinter()
576 void SAL_CALL SfxPrintHelper::print(const uno::Sequence< beans::PropertyValue >& rOptions) in print()
606 uno::Sequence < beans::PropertyValue > aCheckedArgs( rOptions.getLength() ); in print()
613 const beans::PropertyValue &rProp = rOptions.getConstArray()[n]; in print()