Searched refs:nTblHMove (Results 1 – 2 of 2) sorted by relevance
116 sal_uInt16 nTblHMove; //int Table/Shift/Row member in SwTableConfig191 sal_uInt16 GetTblHMove() const { return aTableConfig.nTblHMove;} in GetTblHMove()192 void SetTblHMove( sal_uInt16 nSet ) { aTableConfig.nTblHMove = nSet; in SetTblHMove()
1220 … case 0 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblHMove); break; //"Shift/Row", in Commit()1250 …case 0 : pValues[nProp] >>= nTemp; nTblHMove = (sal_uInt16)MM100_TO_TWIP(nTemp); break; //"Shift/… in Load()
Completed in 21 milliseconds