Lines Matching refs:beans

82     Sequence< beans::PropertyValue > getMergedOptions() const;
92 const uno::Sequence< beans::PropertyValue >& rProps
99 virtual Sequence< beans::PropertyValue > getPageParameters( int i_nPage ) const;
112 const uno::Sequence< beans::PropertyValue >& rProps in SfxPrinterController()
139 Sequence< beans::PropertyValue > aRenderOptions( 3 ); in SfxPrinterController()
147 …Sequence< beans::PropertyValue > aRenderParms( mxRenderable->getRenderer( 0 , getSelectionObject()… in SfxPrinterController()
153 Sequence< beans::PropertyValue > aUIProps; in SfxPrinterController()
197 …const beans::PropertyValue* pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PrintSel… in getSelectionObject()
212 Sequence< beans::PropertyValue > SfxPrinterController::getMergedOptions() const in getMergedOptions()
223 Sequence< beans::PropertyValue > aRenderOptions( 1 ); in getMergedOptions()
237 Sequence< beans::PropertyValue > aJobOptions( getMergedOptions() ); in getPageCount()
243 Sequence< beans::PropertyValue > SfxPrinterController::getPageParameters( int i_nPage ) const in getPageParameters()
246 Sequence< beans::PropertyValue > aResult; in getPageParameters()
250 Sequence< beans::PropertyValue > aJobOptions( getMergedOptions() ); in getPageParameters()
267 Sequence< beans::PropertyValue > aJobOptions( getMergedOptions() ); in printPage()
307 uno::Sequence < beans::PropertyValue > aOpts; in jobStarted()
612 void SfxViewShell::ExecPrint( const uno::Sequence < beans::PropertyValue >& rProps, sal_Bool bIsAPI… in ExecPrint()
627 const beans::PropertyValue* pVal = rProps.getConstArray(); in ExecPrint()
721 uno::Sequence < beans::PropertyValue > aProps; in ExecPrint_Impl()