Lines Matching defs:ExportSettings
108 struct ExportSettings struct
110 OUString maFilterName;
111 OUString maMediaType;
112 URL maURL;
113 com::sun::star::uno::Reference< com::sun::star::io::XOutputStream > mxOutputStream;
114 com::sun::star::uno::Reference< com::sun::star::graphic::XGraphicRenderer > mxGraphicRenderer;
115 com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator;
116 com::sun::star::uno::Reference< com::sun::star::task::XInteractionHandler > mxInteractionHandler;
118 sal_Int32 mnWidth;
119 sal_Int32 mnHeight;
120 sal_Bool mbExportOnlyBackground;
121 sal_Bool mbVerboseComments;
122 sal_Bool mbScrollText;
123 sal_Bool mbUseHighContrast;
124 sal_Bool mbTranslucent;
126 Sequence< PropertyValue > maFilterData;
128 Fraction maScaleX;
129 Fraction maScaleY;
134 ExportSettings::ExportSettings( SdrModel* pDoc ) in ExportSettings() function in svx::ExportSettings