LibreOffice Module sw (master) 1
|
#include <iterator>
#include <numeric>
#include <hintids.hxx>
#include <svl/urihelper.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdoole2.hxx>
#include <filter/msfilter/msdffimp.hxx>
#include <grfatr.hxx>
#include <fmtanchr.hxx>
#include <fmtcntnt.hxx>
#include <frmfmt.hxx>
#include <pam.hxx>
#include <doc.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <mdiexp.hxx>
#include "writerwordglue.hxx"
#include "ww8struc.hxx"
#include "ww8scan.hxx"
#include "ww8par.hxx"
#include "ww8par2.hxx"
#include "ww8graf.hxx"
#include <vcl/gdimtf.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/wmf.hxx>
Go to the source code of this file.
Classes | |
struct | WW8PicDesc |
Functions | |
static void | WW8PicShadowToReal (WW8_PIC_SHADOW const *pPicS, WW8_PIC *pPic) |
void | WW8FSPAShadowToReal (const WW8_FSPA_SHADOW &rFSPAS, WW8_FSPA &rFSPA) |
void WW8FSPAShadowToReal | ( | const WW8_FSPA_SHADOW & | rFSPAS, |
WW8_FSPA & | rFSPA | ||
) |
Definition at line 760 of file ww8graf2.cxx.
References WW8_FSPA_SHADOW::aBits1, WW8_FSPA::bAnchorLock, WW8_FSPA::bBelowText, WW8_FSPA::bHdr, WW8_FSPA::bRcaSimple, WW8_FSPA::nbx, WW8_FSPA::nby, WW8_FSPA::nSpId, WW8_FSPA_SHADOW::nSpId, WW8_FSPA::nTxbx, WW8_FSPA_SHADOW::nTxbx, WW8_FSPA::nwr, WW8_FSPA::nwrk, WW8_FSPA::nXaLeft, WW8_FSPA_SHADOW::nXaLeft, WW8_FSPA::nXaRight, WW8_FSPA_SHADOW::nXaRight, WW8_FSPA::nYaBottom, WW8_FSPA_SHADOW::nYaBottom, WW8_FSPA::nYaTop, and WW8_FSPA_SHADOW::nYaTop.
Referenced by SwWW8ImplReader::Read_GrafLayer().
|
static |
Definition at line 734 of file ww8graf2.cxx.
References WW8_PIC_SHADOW::aBits1, WW8_PIC_SHADOW::aBits2, WW8_PIC::bpp, WW8_PIC::brcl, WW8_PIC::cbHeader, WW8_PIC_SHADOW::cbHeader, WW8_PIC::dxaCropLeft, WW8_PIC_SHADOW::dxaCropLeft, WW8_PIC::dxaCropRight, WW8_PIC_SHADOW::dxaCropRight, WW8_PIC::dxaGoal, WW8_PIC_SHADOW::dxaGoal, WW8_PIC::dyaCropBottom, WW8_PIC_SHADOW::dyaCropBottom, WW8_PIC::dyaCropTop, WW8_PIC_SHADOW::dyaCropTop, WW8_PIC::dyaGoal, WW8_PIC_SHADOW::dyaGoal, WW8_PIC::fBitmap, WW8_PIC::fDrawHatch, WW8_PIC::fError, WW8_PIC::fFrameEmpty, WW8_PIC::hMF, WW8_PIC_SHADOW::hMF, i, WW8_PIC::lcb, WW8_PIC_SHADOW::lcb, WW8_PIC::MFP, WW8_PIC_SHADOW::MFP, WW8_PIC::mm, WW8_PIC_SHADOW::mm, WW8_PIC::mx, WW8_PIC_SHADOW::mx, WW8_PIC::my, WW8_PIC_SHADOW::my, WW8_PIC::rcWinMF, WW8_PIC_SHADOW::rcWinMF, WW8_PIC::xExt, WW8_PIC_SHADOW::xExt, WW8_PIC::yExt, and WW8_PIC_SHADOW::yExt.
Referenced by SwWW8ImplReader::PicRead().