|
LibreOffice Module filter (master) 1
|
#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>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 |
| FILTER_DLLPUBLIC sal_uInt32 ImportCGM | ( | SvStream & | rIn, |
| uno::Reference< frame::XModel > const & | rXModel, | ||
| css::uno::Reference< css::task::XStatusIndicator > const & | aXStatInd | ||
| ) |
Definition at line 687 of file cgm.cxx.
References CGM::GetBackGroundColor(), CGM::IsFinished(), CGM::IsValid(), SvStream::remainingSize(), SvStream::Seek(), SvStream::SetEndian(), SvStream::Tell(), TOOLS_WARN_EXCEPTION, and CGM::Write().
|
constexpr |
Definition at line 34 of file cgm.cxx.
Referenced by CGM::ImplSetMapMode().
|
constexpr |
Definition at line 35 of file cgm.cxx.
Referenced by CGM::ImplSetMapMode().