Lines Matching refs:nSet
225 sal_Int32 nSet = 0; in Load() local
226 pValues[nProp] >>= nSet; in Load()
227 rParent.SetUpdateLinkMode(nSet, sal_True); in Load()
486 sal_Int32 nSet = 0; in Load() local
488 pValues[nProp] >>= nSet; in Load()
494 case 3: aSnap.Width() = MM100_TO_TWIP(nSet); break;// "Resolution/XAxis", in Load()
495 case 4: aSnap.Height() = MM100_TO_TWIP(nSet); break;// "Resolution/YAxis", in Load()
496 case 5: rParent.SetDivisionX((short)nSet); break;// "Subdivision/XAxis", in Load()
497 case 6: rParent.SetDivisionY((short)nSet); break;// "Subdivision/YAxis" in Load()
581 sal_Int32 nSet = 0; in Load() local
585 pValues[nProp] >>= nSet; in Load()
589 … case 1: rParent.SetShdwCrsrFillMode((sal_uInt8)nSet); break;// "DirectCursor/Insert", in Load()
653 sal_Int32 nSet = 0; in Load() local
654 pValues[nProp] >>= nSet; rParent.SetRetoucheColor(nSet); in Load()