Home
last modified time | relevance | path

Searched refs:nPushedPlcIndex (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/ww1/
H A Dw1class.cxx1068 : Ww1PlcPap(_rFib), nPlcIndex(0), nPushedPlcIndex(0xffff), nFkpIndex(0), in Ww1Pap()
1169 : Ww1PlcChp(_rFib), nPlcIndex(0), nPushedPlcIndex(0xffff), nFkpIndex(0), in Ww1Chp()
H A Dw1class.hxx1445 sal_uInt16 nPushedPlcIndex; member in Ww1Pap
1485 nPushedPlcIndex = nPlcIndex; in Push()
1494 return nPushedPlcIndex != 0xffff; in Pushed()
1500 nPlcIndex = nPushedPlcIndex; in Pop()
1502 nPushedPlcIndex = 0xffff; in Pop()
1515 sal_uInt16 nPushedPlcIndex; member in Ww1Chp
1550 nPushedPlcIndex = nPlcIndex; in Push()
1557 sal_Bool Pushed() { return nPushedPlcIndex != 0xffff; } in Pushed()
1562 nPlcIndex = nPushedPlcIndex; in Pop()
1564 nPushedPlcIndex = 0xffff; in Pop()

Completed in 32 milliseconds