#include <GraphicExportFilter.hxx>
|
| void | gatherProperties (const css::uno::Sequence< css::beans::PropertyValue > &rDescriptor) |
| |
| bool | filterRenderDocument () const |
| |
| bool | filterExportShape (const css::uno::Sequence< css::beans::PropertyValue > &rDescriptor, const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::uno::Reference< css::drawing::XShape > &rxShape) const |
| |
Definition at line 38 of file GraphicExportFilter.hxx.
◆ GraphicExportFilter()
| GraphicExportFilter::GraphicExportFilter |
( |
css::uno::Reference< css::uno::XComponentContext > |
xContext | ) |
|
|
explicit |
◆ ~GraphicExportFilter()
| GraphicExportFilter::~GraphicExportFilter |
( |
| ) |
|
|
overridevirtual |
◆ cancel()
| void SAL_CALL GraphicExportFilter::cancel |
( |
| ) |
|
|
overridevirtual |
◆ filter()
| sal_Bool SAL_CALL GraphicExportFilter::filter |
( |
const css::uno::Sequence< css::beans::PropertyValue > & |
rDescriptor | ) |
|
|
overridevirtual |
◆ filterExportShape()
| bool GraphicExportFilter::filterExportShape |
( |
const css::uno::Sequence< css::beans::PropertyValue > & |
rDescriptor, |
|
|
const css::uno::Reference< css::drawing::XShapes > & |
rxShapes, |
|
|
const css::uno::Reference< css::drawing::XShape > & |
rxShape |
|
) |
| const |
|
private |
◆ filterRenderDocument()
| bool GraphicExportFilter::filterRenderDocument |
( |
| ) |
const |
|
private |
Definition at line 147 of file GraphicExportFilter.cxx.
References COL_WHITE(), ERRCODE_NONE, GraphicFilter::ExportGraphic(), Graphic::GetBitmapEx(), DocumentToGraphicRenderer::getCurrentPage(), DocumentToGraphicRenderer::getDocumentSizeInPixels(), GraphicFilter::GetExportFormatNumberForShortName(), GraphicFilter::GetGraphicFilter(), maFilterDataSequence, maFilterExtension, mbSelectionOnly, mnTargetHeight, mnTargetWidth, mxDocument, mxOutputStream, DocumentToGraphicRenderer::renderToGraphic(), SvStream::Seek(), and u.
Referenced by filter().
◆ gatherProperties()
| void GraphicExportFilter::gatherProperties |
( |
const css::uno::Sequence< css::beans::PropertyValue > & |
rDescriptor | ) |
|
|
private |
◆ getImplementationName()
| OUString GraphicExportFilter::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
| css::uno::Sequence< OUString > GraphicExportFilter::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
| void SAL_CALL GraphicExportFilter::initialize |
( |
const css::uno::Sequence< css::uno::Any > & |
rArguments | ) |
|
|
overridevirtual |
◆ setSourceDocument()
| void SAL_CALL GraphicExportFilter::setSourceDocument |
( |
const css::uno::Reference< css::lang::XComponent > & |
xDocument | ) |
|
|
overridevirtual |
◆ supportsService()
| sal_Bool GraphicExportFilter::supportsService |
( |
const OUString & |
sServiceName | ) |
|
|
overridevirtual |
◆ maFilterDataSequence
| css::uno::Sequence< css::beans::PropertyValue > GraphicExportFilter::maFilterDataSequence |
|
private |
◆ maFilterExtension
| OUString GraphicExportFilter::maFilterExtension |
|
private |
◆ mbSelectionOnly
| bool GraphicExportFilter::mbSelectionOnly |
|
private |
◆ mnTargetHeight
| sal_Int32 GraphicExportFilter::mnTargetHeight |
|
private |
◆ mnTargetWidth
| sal_Int32 GraphicExportFilter::mnTargetWidth |
|
private |
◆ mxContext
| css::uno::Reference< css::uno::XComponentContext > GraphicExportFilter::mxContext |
|
private |
◆ mxDocument
| css::uno::Reference< css::lang::XComponent > GraphicExportFilter::mxDocument |
|
private |
◆ mxOutputStream
| css::uno::Reference< css::io::XOutputStream > GraphicExportFilter::mxOutputStream |
|
private |
The documentation for this class was generated from the following files: