Home
last modified time | relevance | path

Searched refs:dxaLeft (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/abiword/abiword-3.0.5/plugins/mswrite/xp/
H A Die_imp_MSWrite.cpp707 int jc, dxaRight, dxaLeft, dxaLeft1, dyaLine, fGraphics; in read_pap() local
725 dxaRight = dxaLeft = dxaLeft1 = 0; in read_pap()
738 if (cch >= 8) dxaLeft = READ_WORD(page + bfprop + 11); in read_pap()
761 if (dxaLeft & 0x8000) dxaLeft = -0x10000 + dxaLeft; in read_pap()
792 UT_DEBUGMSG((" dxaLeft = %d\n", dxaLeft)); in read_pap()
826 dxaLeft -= xaLeft; in read_pap()
837 if (dxaLeft) in read_pap()
840 static_cast<float>(dxaLeft) / 1440.0); in read_pap()
/dports/textproc/wv/wv-1.2.9/
H A Dsep.c35 fwidth = (float) (asep->xaPage - asep->dxaLeft - asep->dxaRight); in wvRelativeWidth()
131 item->dxaLeft = 1800; in wvInitSEP()
H A Dsprm.c301 apap->dxaLeft = (S16) bread_16ubit (pointer, pos); in wvApplySprmFromBucket()
310 apap->dxaLeft += temp16; in wvApplySprmFromBucket()
311 if (apap->dxaLeft < 0) in wvApplySprmFromBucket()
312 apap->dxaLeft = 0; in wvApplySprmFromBucket()
892 asep->dxaLeft = bread_16ubit (pointer, pos); in wvApplySprmFromBucket()
H A Dpap.c182 item->dxaLeft = 0; in wvInitPAP()
H A Dwv.h1493 S32 dxaLeft; member
1859 U32 dxaLeft; member
4130 U32 dxaLeft; member
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DDosWord.cpp361 auto dxaLeft = int16_t(WPS_LE_GET_GUINT16(&pap.m_dxaLeft)); in readPAP() local
399 if (dxaLeft + dxaLeft1 == pos) in readPAP()
421 para.m_margins[1] = dxaLeft / 1440.0; in readPAP()
H A DMSWrite.cpp636 auto dxaLeft = int16_t(WPS_LE_GET_GUINT16(&pap.m_dxaLeft)); in readPAP() local
655 if (dxaLeft + dxaLeft1 == pos) in readPAP()
677 para.m_margins[1] = dxaLeft / 1440.0; in readPAP()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword97_helper.cpp889 dxaLeft = readS16( ptr ); in applyPAPSPRM()
891 wvlog << "dxaLeft:" << dxaLeft; in applyPAPSPRM()
895 dxaLeft += readS16( ptr ); in applyPAPSPRM()
896 dxaLeft = dxaLeft < 0 ? 0 : dxaLeft; in applyPAPSPRM()
1964 dxaLeft = readU16( ptr ); in applySEPSPRM()
2115 dxaLeft = readS16( ptr ); in applyTAPSPRM()
2117 wvlog << "dxaLeft: " << dxaLeft << endl; in applyTAPSPRM()
H A Dconvert.cpp670 ret.dxaLeft=s.dxaLeft; in toWord97()
885 ret.dxaLeft=s.dxaLeft; in toWord97()
H A Dword95_generated.cpp5469 dxaLeft=rhs.dxaLeft; in PAP()
5533 dxaLeft=rhs.dxaLeft; in operator =()
5603 dxaLeft=stream->readS16(); in read()
5673 stream->write(dxaLeft); in write()
5765 s += int2string( dxaLeft ); in toString()
5854 dxaLeft=0; in clearInternal()
5921 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
6552 dxaLeft=stream->readU16(); in read()
6603 stream->write(dxaLeft); in write()
6650 dxaLeft=0; in clear()
[all …]
H A Dword97_generated.cpp1456 dxaLeft=stream->readS16(); in read()
1503 stream->write(dxaLeft); in write()
1539 dxaLeft=0; in clear()
1589 s += int2string( dxaLeft ); in toString()
1675 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
6979 stream->write(dxaLeft); in write()
7065 dxaLeft=0; in clear()
7329 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
8268 stream->write(dxaLeft); in write()
8338 dxaLeft=1800; in clear()
[all …]
H A Dword97_generated.h1309 S16 dxaLeft; member
7146 S32 dxaLeft; member
8720 U32 dxaLeft; member
H A Dword95_generated.h5347 S16 dxaLeft; member
6438 U16 dxaLeft; member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Ddocument.cpp636 pageLayoutStyle->addPropertyPt("fo:margin-left", (double)sep->dxaLeft / 20.0); in slotSectionEnd()
642 … pageLayoutStyle->addPropertyPt("fo:margin-left", sep->dxaLeft / 20.0 - sep->brcLeft.dptSpace); in slotSectionEnd()
676 … pageLayoutStyle->addPropertyPt("fo:padding-left", sep->dxaLeft / 20.0 - sep->brcLeft.dptSpace); in slotSectionEnd()
H A Dparagraph.cpp610 if (!refPap || refPap->dxaLeft != pap.dxaLeft) { in applyParagraphProperties()
613 style->addPropertyPt("fo:margin-left", (double)pap.dxaLeft / 20.0, pt); in applyParagraphProperties()
H A Dtexthandler.cpp2047 out.addAttributePt("fo:margin-left", Conversion::twipsToPt(pap.dxaLeft)); in setListLevelProperties()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dconvert.cpp668 ret.dxaLeft=s.dxaLeft; in toWord97()
883 ret.dxaLeft=s.dxaLeft; in toWord97()
H A Dword97_helper.cpp821 dxaLeft = readS16( ptr ); in applyPAPSPRM()
824 dxaLeft += readS16( ptr ); in applyPAPSPRM()
825 dxaLeft = dxaLeft < 0 ? 0 : dxaLeft; in applyPAPSPRM()
1782 dxaLeft = readU16( ptr ); in applySEPSPRM()
H A Dword95_generated.cpp5475 dxaLeft=rhs.dxaLeft; in PAP()
5539 dxaLeft=rhs.dxaLeft; in operator =()
5609 dxaLeft=stream->readS16(); in read()
5679 stream->write(dxaLeft); in write()
5771 s += int2string( dxaLeft ); in toString()
5860 dxaLeft=0; in clearInternal()
5927 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
6558 dxaLeft=stream->readU16(); in read()
6609 stream->write(dxaLeft); in write()
6656 dxaLeft=0; in clear()
[all …]
H A Dword97_generated.cpp6640 dxaLeft=stream->readS32(); in read()
6735 stream->write(dxaLeft); in write()
6818 dxaLeft=0; in clear()
6928 s += int2string( dxaLeft ); in toString()
7060 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
7918 dxaLeft=stream->readU32(); in read()
7993 stream->write(dxaLeft); in write()
8061 dxaLeft=1800; in clear()
8179 s += uint2string( dxaLeft ); in toString()
8262 lhs.dxaLeft==rhs.dxaLeft && in operator ==()
H A Dword95_generated.h5340 S16 dxaLeft; member
6423 U16 dxaLeft; member
H A Dword97_generated.h6831 S32 dxaLeft; member
8324 U32 dxaLeft; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8struc.hxx1058 sal_uInt32 dxaLeft; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8struc.hxx1048 sal_uInt32 dxaLeft; member
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp2487 (static_cast<double>(asep->dxaLeft) / 1440))); in _beginSect()
5336 if (apap->dxaLeft) { in _generateParaProps()
5339 UT_convertInchesToDimensionString(m_dim, (static_cast<double>(apap->dxaLeft) / 1440))); in _generateParaProps()

12