Searched refs:nTblVInsert (Results 1 – 2 of 2) sorted by relevance
119 sal_uInt16 nTblVInsert; //int Table/Insert/Column member in SwTableConfig203 sal_uInt16 GetTblVInsert() const {return aTableConfig.nTblVInsert;} in GetTblVInsert()204 void SetTblVInsert( sal_uInt16 nSet ) { aTableConfig.nTblVInsert = nSet; in SetTblVInsert()
1223 …case 3 : pValues[nProp] <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(nTblVInsert); break; //"Insert/Col… in Commit()1253 …case 3 : pValues[nProp] >>= nTemp; nTblVInsert = (sal_uInt16)MM100_TO_TWIP(nTemp); break; //"Ins… in Load()
Completed in 20 milliseconds