Home
last modified time | relevance | path

Searched refs:dxaCropRight (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf2.cxx306 nCR(rPic.dxaCropRight), in WW8PicDesc()
753 pPic->dxaCropRight = SVBT16ToUInt16( pPicS->dxaCropRight ); in WW8PicShadowToReal()
H A Dww8struc.hxx463 sal_Int16 dxaCropRight; // 0x28 the amount the picture has been cropped on the right in twips. member
500 SVBT16 dxaCropRight; // 0x28 the amount the picture has been cropped on the right in twips. member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf2.cxx304 nCR = rPic.dxaCropRight; in WW8PicDesc()
746 pPic->dxaCropRight = SVBT16ToUInt16( pPicS->dxaCropRight ); in WW8PicShadowToReal()
H A Dww8struc.hxx453 sal_Int16 dxaCropRight; // 0x28 the amount the picture has been cropped on the right in twips. member
490 SVBT16 dxaCropRight; // 0x28 the amount the picture has been cropped on the right in twips. member
/dports/textproc/wv/wv-1.2.9/
H A Dpicf.c67 apicf->dxaCropRight = (S16) read_16ubit (fd); in wvGetPICF()
491 amf.m_rcBounds.left = apicf->dxaCropRight; in PutWord8MetafileHeader()
H A Dwv.h3491 S16 dxaCropRight; member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dconvert.cpp795 ret.dxaCropRight=s.dxaCropRight; in toWord97()
H A Dword95_generated.cpp6237 dxaCropRight=stream->readU16(); in read()
6281 stream->write(dxaCropRight); in write()
6314 dxaCropRight=0; in clear()
6363 s += uint2string( dxaCropRight ); in toString()
6410 lhs.dxaCropRight==rhs.dxaCropRight && in operator ==()
H A Dword97_generated.cpp7732 dxaCropRight=stream->readS16(); in read()
7777 stream->write(dxaCropRight); in write()
7811 dxaCropRight=0; in clear()
7861 s += int2string( dxaCropRight ); in toString()
7910 lhs.dxaCropRight==rhs.dxaCropRight && in operator ==()
H A Dword95_generated.h6018 U16 dxaCropRight; member
H A Dword97_generated.h8055 S16 dxaCropRight; member
H A Dword97_helper.cpp1804 dxaCropRight = readU16( ptr + 9 ); in applyPICFSPRM()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp793 ret.dxaCropRight=s.dxaCropRight; in toWord97()
H A Dword95_generated.cpp6243 dxaCropRight=stream->readU16(); in read()
6287 stream->write(dxaCropRight); in write()
6320 dxaCropRight=0; in clear()
6369 s += uint2string( dxaCropRight ); in toString()
6416 lhs.dxaCropRight==rhs.dxaCropRight && in operator ==()
H A Dparser9x.cpp891 << " dyaCropTop=" << picf->dyaCropTop << " dxaCropRight=" << picf->dxaCropRight in emitPictureData()
H A Dword97_generated.cpp7459 dxaCropRight=stream->readS16(); in read()
7504 stream->write(dxaCropRight); in write()
7538 dxaCropRight=0; in clear()
7588 s += int2string( dxaCropRight ); in toString()
7637 lhs.dxaCropRight==rhs.dxaCropRight && in operator ==()
H A Dword95_generated.h6003 U16 dxaCropRight; member
H A Dword97_generated.h7664 S16 dxaCropRight; member
H A Dword97_helper.cpp1622 dxaCropRight = readU16( ptr + 9 ); in applyPICFSPRM()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp2006 …y * picf.dyaGoal / 1000, picf.dyaCropTop, picf.dyaCropBottom, picf.dxaCropLeft, picf.dxaCropRight); in _specCharProc()