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
1306 nPlcIndex++; in operator ++()
1392 sal_uInt16 nPlcIndex; member in Ww1Footnotes
1411 nPlcIndex++; in operator ++()
1421 sal_uInt16 nPlcIndex; member in Ww1Sep
1444 sal_uInt16 nPlcIndex; member in Ww1Pap
1458 nPlcIndex++; in UpdateIdx()
1485 nPushedPlcIndex = nPlcIndex; in Push()
1500 nPlcIndex = nPushedPlcIndex; in Pop()
1514 sal_uInt16 nPlcIndex; member in Ww1Chp
[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 …]

Completed in 31 milliseconds