Searched refs:nDxaLeft (Results 1 – 1 of 1) sorted by relevance
376 sal_uInt16 nDxaLeft; // linker Einzug member612 short nDxaLeft = SVBT16ToShort( pSprm ); in ReadLVL() local613 aLVL.nDxaLeft = (0 < nDxaLeft) ? (sal_uInt16)nDxaLeft in ReadLVL()614 : (sal_uInt16)(-nDxaLeft); in ReadLVL()660 const sal_uInt16 nDesired = aLVL.nDxaLeft + aLVL.nDxaLeft1; in ReadLVL()663 if ( nDesired < aLVL.nDxaLeft ) in ReadLVL()665 if ( nDesired < nTabPos && nTabPos < aLVL.nDxaLeft ) in ReadLVL()672 if ( aLVL.nDxaLeft < nTabPos && nTabPos < nDesired ) in ReadLVL()680 aLVL.nDxaLeft = (0 < nTabPos) in ReadLVL()684 aLVL.nDxaLeft1 = nDesired - aLVL.nDxaLeft; in ReadLVL()[all …]