LibreOffice Module filter (master) 1
Functions | Variables
cgm.cxx File Reference
#include <o3tl/safeint.hxx>
#include <osl/endian.h>
#include <filter/importcgm.hxx>
#include <tools/stream.hxx>
#include "bitmap.hxx"
#include "chart.hxx"
#include "elements.hxx"
#include "outact.hxx"
#include <memory>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
Include dependency graph for cgm.cxx:

Go to the source code of this file.

Functions

FILTER_DLLPUBLIC sal_uInt32 ImportCGM (SvStream &rIn, uno::Reference< frame::XModel > const &rXModel, css::uno::Reference< css::task::XStatusIndicator > const &aXStatInd)
 

Variables

constexpr double gnOutdx = 28000
 
constexpr double gnOutdy = 21000
 

Function Documentation

◆ ImportCGM()

FILTER_DLLPUBLIC sal_uInt32 ImportCGM ( SvStream rIn,
uno::Reference< frame::XModel > const &  rXModel,
css::uno::Reference< css::task::XStatusIndicator > const &  aXStatInd 
)

Variable Documentation

◆ gnOutdx

constexpr double gnOutdx = 28000
constexpr

Definition at line 34 of file cgm.cxx.

Referenced by CGM::ImplSetMapMode().

◆ gnOutdy

constexpr double gnOutdy = 21000
constexpr

Definition at line 35 of file cgm.cxx.

Referenced by CGM::ImplSetMapMode().