Home
last modified time | relevance | path

Searched refs:aRenderOptions (Results 1 – 2 of 2) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx830 Sequence< PropertyValue > aRenderOptions( 6 ); in Export() local
831 aRenderOptions[ 0 ].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "RenderDevice" ) ); in Export()
832 aRenderOptions[ 0 ].Value <<= Reference< awt::XDevice >( pXDevice ); in Export()
833 aRenderOptions[ 1 ].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "ExportNotesPages" ) ); in Export()
834 aRenderOptions[ 1 ].Value <<= sal_False; in Export()
835 Any& rExportNotesValue = aRenderOptions[ 1 ].Value; in Export()
837 aRenderOptions[ 2 ].Value <<= sal_True; in Export()
839 aRenderOptions[ 3 ].Value <<= sal_False; in Export()
841 aRenderOptions[ 4 ].Value <<= mbSkipEmptyPages; in Export()
842 aRenderOptions[ 5 ].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "PageRange" ) ); in Export()
[all …]
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx139 Sequence< beans::PropertyValue > aRenderOptions( 3 ); in SfxPrinterController() local
140aRenderOptions[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ExtraPrintUIOptions" ) ); in SfxPrinterController()
141 aRenderOptions[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "View" ) ); in SfxPrinterController()
142 aRenderOptions[1].Value = i_rViewProp; in SfxPrinterController()
143 aRenderOptions[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsPrinter" ) ); in SfxPrinterController()
144 aRenderOptions[2].Value <<= sal_True; in SfxPrinterController()
223 Sequence< beans::PropertyValue > aRenderOptions( 1 ); in getMergedOptions() local
224 aRenderOptions[ 0 ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RenderDevice" ) ); in getMergedOptions()
225 aRenderOptions[ 0 ].Value <<= mxDevice; in getMergedOptions()
227 aRenderOptions = getJobProperties( aRenderOptions ); in getMergedOptions()
[all …]

Completed in 28 milliseconds