Home
last modified time | relevance | path

Searched refs:nPlcIndex (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx1290 sal_uInt16 nPlcIndex; member in Ww1Fields
1298 : Ww1PlcFields(rFibL, ulFilePos, nBytes), nPlcIndex(0), pField(0) in Ww1Fields()
1302 sal_uLong Where() { return Where(nPlcIndex); } in Where()
1305 DBG_ASSERT(nPlcIndex+1 <= Count(), "Ww1Fields"); in operator ++()
1306 nPlcIndex++; in operator ++()
1308 void Seek(sal_uLong ulNew) { Ww1PlcFields::Seek(ulNew, nPlcIndex); } in Seek()
1311 DBG_ASSERT(nPlcIndex < Count(), "Ww1Fields"); in GetData()
1312 return Ww1PlcFields::GetData(nPlcIndex); in GetData()
1392 sal_uInt16 nPlcIndex; member in Ww1Footnotes
1397 : Ww1PlcFootnoteRef(rFibL), nPlcIndex(0), aText(rFibL), bStarted(sal_False) in Ww1Footnotes()
[all …]
H A Dw1class.cxx1068 : Ww1PlcPap(_rFib), nPlcIndex(0), nPushedPlcIndex(0xffff), nFkpIndex(0), in Ww1Pap()
1087 if (nPlcIndex < Count()) in Where()
1090 SVBT16ToShort(GetData(nPlcIndex)) << 9); in Where()
1109 nPlcIndex++; in operator ++()
1153 sal_uInt16 nPushedPlcIndex2 = nPlcIndex; in HasId()
1156 if (nPlcIndex != nPushedPlcIndex2) in HasId()
1161 nPlcIndex = nPushedPlcIndex2; in HasId()
1169 : Ww1PlcChp(_rFib), nPlcIndex(0), nPushedPlcIndex(0xffff), nFkpIndex(0), in Ww1Chp()
1188 if (nPlcIndex < Count()) in Where()
1191 SVBT16ToShort(GetData(nPlcIndex)) << 9); in Where()
[all …]
H A Dw1filter.cxx358 DBG_ASSERT(nPlcIndex < Count(), "WwFootnotes"); in Start()
366 sal_uLong start = aText.Where(nPlcIndex); in Start()
369 sal_uLong count = aText.Where(nPlcIndex+1) - start; in Start()
393 DBG_ASSERT(nPlcIndex < Count(), "Ww1Footnotes"); in Stop()
404 DBG_ASSERT(nPlcIndex < Count(), "Ww1Fields"); in Start()
416 DBG_ASSERT(nPlcIndex < Count(), "Ww1Fields"); in Stop()
579 sFormel += String::CreateFromInt32( nPlcIndex ); in Out()
823 aName += String::CreateFromInt32( nPlcIndex ); in Out()
1003 sal_uLong ulEnd = Where(nPlcIndex+1); in GetLength()
1067 DBG_ASSERT( !nPlcIndex || rMan.IsStopAll(), "Pap-Attribut-Stop verloren" ); in Stop()
[all …]