Searched refs:nDxaLeft (Results 1 – 1 of 1) sorted by relevance
375 sal_uInt16 nDxaLeft; // linker Einzug member611 short nDxaLeft = SVBT16ToShort( pSprm ); in ReadLVL() local612 aLVL.nDxaLeft = (0 < nDxaLeft) ? (sal_uInt16)nDxaLeft in ReadLVL()613 : (sal_uInt16)(-nDxaLeft); in ReadLVL()659 const sal_uInt16 nDesired = aLVL.nDxaLeft + aLVL.nDxaLeft1; in ReadLVL()662 if ( nDesired < aLVL.nDxaLeft ) in ReadLVL()664 if ( nDesired < nTabPos && nTabPos < aLVL.nDxaLeft ) in ReadLVL()671 if ( aLVL.nDxaLeft < nTabPos && nTabPos < nDesired ) in ReadLVL()679 aLVL.nDxaLeft = (0 < nTabPos) in ReadLVL()683 aLVL.nDxaLeft1 = nDesired - aLVL.nDxaLeft; in ReadLVL()[all …]