LibreOffice Module sdext (master) 1
|
#include <graphiccollector.hxx>
Classes | |
struct | GraphicEntity |
struct | GraphicUser |
Static Public Member Functions | |
static const css::awt::DeviceInfo & | GetDeviceInfo (const css::uno::Reference< css::uno::XComponentContext > &rxFact) |
static css::awt::Size | GetOriginalSize (const css::uno::Reference< css::uno::XComponentContext > &rxMSF, const css::uno::Reference< css::graphic::XGraphic > &rxGraphic) |
static void | CollectGraphics (const css::uno::Reference< css::uno::XComponentContext > &rxMSF, const css::uno::Reference< css::frame::XModel > &rxModel, const GraphicSettings &rGraphicSettings, std::vector< GraphicEntity > &io_rGraphicList) |
static void | CountGraphics (const css::uno::Reference< css::uno::XComponentContext > &rxMSF, const css::uno::Reference< css::frame::XModel > &rxModel, const GraphicSettings &rGraphicSettings, sal_Int32 &rGraphics) |
Definition at line 51 of file graphiccollector.hxx.
|
static |
Definition at line 260 of file graphiccollector.cxx.
References Exception, i, ImpCollectBackgroundGraphic(), ImpCollectGraphicObjects(), and GraphicSettings::mbRemoveCropArea.
Referenced by ImpOptimizer::Optimize().
|
static |
Definition at line 390 of file graphiccollector.cxx.
References Exception, i, ImpCountBackgroundGraphic(), and ImpCountGraphicObjects().
Referenced by OptimizerDialog::UpdateControlStatesPage4().
|
static |
Definition at line 39 of file graphiccollector.cxx.
References Exception, and xFrame.
Referenced by GetOriginalSize().
|
static |
Definition at line 237 of file graphiccollector.cxx.
References GetDeviceInfo().
Referenced by CompressGraphics(), ImpAddFillBitmapEntity(), ImpAddGraphicEntity(), and ImpCompressGraphic().