Home
last modified time | relevance | path

Searched refs:fInTable (Results 1 – 23 of 23) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dtable.c88 …while ((apap.fTtp == 0) && apap.fInTable); /* placing '&& apap.fInTable' here fixes #11433. I can'… in wvGetRowTap()
139 while (apap.fInTable); in wvGetFullTableInit()
776 ("table ttp are %d %d\n", apap.fInTable, in TheTest()
851 while (apap.fInTable); in wvGetComplexFullTableInit()
900 para_fcLim, apap.fInTable)); in wvGetComplexRowTap()
H A Dpap.c211 item->fInTable = 0; in wvInitPAP()
707 if (current->fInTable == previous->fInTable) in isPAPConform()
726 dest->fInTable = src->fInTable; in wvCopyConformPAP()
H A DwvConfig.c343 if (((PAP *) (mydata->props))->fInTable) in exstartElement()
2005 if ((((PAP *) (mydata->props))->fInTable) && (table == 0)) in exstartElement()
2023 if ((((PAP *) (mydata->props))->fInTable) in exstartElement()
2041 if ((fintable != 1) && (((PAP *) (mydata->props))->fInTable == 1)) in exstartElement()
2058 HANDLE_B_PARA_ELE (TT_CELL, fInTable, fintable, 1)} in exstartElement()
2068 HANDLE_E_PARA_ELE (TT_CELL, fInTable, fintable, 1) in exstartElement()
2073 if ((fintable != 1) && (((PAP *) (mydata->props))->fInTable == 1) in exstartElement()
2092 HANDLE_B_PARA_ELE (TT_LASTCELL, fInTable, fintable, 1) in exstartElement()
2104 HANDLE_E_PARA_ELE (TT_LASTCELL, fInTable, fintable, 1) in exstartElement()
2130 if ((((PAP *) (mydata->props))->fInTable == 0) && (table == 1)) in exstartElement()
[all …]
H A Ddecode_simple.c405 if ((apap.fInTable) && (!apap.fTtp)) in wvDecodeSimple()
412 else if (apap.fInTable == 0) in wvDecodeSimple()
H A Ddecode_complex.c706 if ((apap.fInTable) && (!apap.fTtp)) in wvDecodeComplex()
714 else if (apap.fInTable == 0) in wvDecodeComplex()
H A Dsprm.c331 apap->fInTable = bread_8ubit (pointer, pos); in wvApplySprmFromBucket()
502 apap->fInTable =bread_32ubit (pointer, pos); /* Need to introduce apap->fInTableW97? */ in wvApplySprmFromBucket()
H A Dwv.h1517 S8 fInTable; member
4222 U8 fInTable; member
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dword95_generated.cpp5477 fInTable=rhs.fInTable; in PAP()
5541 fInTable=rhs.fInTable; in operator =()
5611 fInTable=stream->readU8(); in read()
5681 stream->write(fInTable); in write()
5781 s += uint2string( fInTable ); in toString()
5862 fInTable=0; in clearInternal()
5929 lhs.fInTable==rhs.fInTable && in operator ==()
H A Dconvert.cpp677 ret.fInTable=s.fInTable; in toWord97()
H A Dparser9x.cpp666 if ( m_parsingMode == Default && props->pap().fInTable ) { in processParagraph()
H A Dword97_generated.cpp6907 fInTable=stream->readS8(); in read()
7002 stream->write(fInTable); in write()
7087 fInTable=0; in clear()
7286 s += int2string( fInTable ); in toString()
7379 lhs.fInTable==rhs.fInTable && in operator ==()
H A Dword95_generated.h5388 U8 fInTable; member
H A Dword97_generated.h7245 S8 fInTable; member
H A Dword97_helper.cpp1122 fInTable = *ptr == 1; in applyPAPSPRM()
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dword95_generated.cpp5483 fInTable=rhs.fInTable; in PAP()
5547 fInTable=rhs.fInTable; in operator =()
5617 fInTable=stream->readU8(); in read()
5687 stream->write(fInTable); in write()
5787 s += uint2string( fInTable ); in toString()
5868 fInTable=0; in clearInternal()
5935 lhs.fInTable==rhs.fInTable && in operator ==()
H A Dconvert.cpp675 ret.fInTable=s.fInTable; in toWord97()
H A Dparser9x.cpp582 if ( m_parsingMode == Default && props->pap().fInTable ) { in processParagraph()
H A Dword97_generated.cpp6666 fInTable=stream->readS8(); in read()
6758 stream->write(fInTable); in write()
6840 fInTable=0; in clear()
6972 s += int2string( fInTable ); in toString()
7082 lhs.fInTable==rhs.fInTable && in operator ==()
H A Dword95_generated.h5381 U8 fInTable; member
H A Dword97_generated.h6928 S8 fInTable; member
H A Dword97_helper.cpp864 fInTable = *ptr == 1; in applyPAPSPRM()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtexthandler.cpp896 !paragraphProperties->pap().fInTable ) in paragraphStart()
963 if (!m_currentPPs->pap().fInTable && in paragraphEnd()
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp2816 if (apap->fInTable) in _beginPara()