Lines Matching refs:nTmp

570     sal_Int32 nTmp = mnCurEntry + rows;  in relative()  local
572 if ( nTmp <= 0 ) in relative()
577 else if ( nTmp > mnCount ) in relative()
584 mnCurEntry = nTmp; in relative()
585 nTmp = maS2O[ mnCurEntry ]; in relative()
586 return mxOriginal->absolute( nTmp ); in relative()
1105 sal_Int32 nTmp; in CompareImpl() local
1112 nTmp = (sal_Int32) aTwo.Year - (sal_Int32) aOne.Year; in CompareImpl()
1113 if ( !nTmp ) { in CompareImpl()
1114 nTmp = (sal_Int32) aTwo.Month - (sal_Int32) aOne.Month; in CompareImpl()
1115 if ( !nTmp ) in CompareImpl()
1116 nTmp = (sal_Int32) aTwo.Day - (sal_Int32) aOne.Day; in CompareImpl()
1119 if ( nTmp < 0 ) in CompareImpl()
1121 else if ( nTmp == 0 ) in CompareImpl()
1131 sal_Int32 nTmp; in CompareImpl() local
1138 nTmp = (sal_Int32) aTwo.Hours - (sal_Int32) aOne.Hours; in CompareImpl()
1139 if ( !nTmp ) { in CompareImpl()
1140 nTmp = (sal_Int32) aTwo.Minutes - (sal_Int32) aOne.Minutes; in CompareImpl()
1141 if ( !nTmp ) { in CompareImpl()
1142 nTmp = (sal_Int32) aTwo.Seconds - (sal_Int32) aOne.Seconds; in CompareImpl()
1143 if ( !nTmp ) in CompareImpl()
1144 nTmp = (sal_Int32) aTwo.HundredthSeconds in CompareImpl()
1148 if ( nTmp < 0 ) in CompareImpl()
1150 else if ( nTmp == 0 ) in CompareImpl()
1160 sal_Int32 nTmp; in CompareImpl() local
1167 nTmp = (sal_Int32) aTwo.Year - (sal_Int32) aOne.Year; in CompareImpl()
1168 if ( !nTmp ) { in CompareImpl()
1169 nTmp = (sal_Int32) aTwo.Month - (sal_Int32) aOne.Month; in CompareImpl()
1170 if ( !nTmp ) { in CompareImpl()
1171 nTmp = (sal_Int32) aTwo.Day - (sal_Int32) aOne.Day; in CompareImpl()
1172 if ( !nTmp ) { in CompareImpl()
1173 nTmp = (sal_Int32) aTwo.Hours - (sal_Int32) aOne.Hours; in CompareImpl()
1174 if ( !nTmp ) { in CompareImpl()
1175 nTmp = (sal_Int32) aTwo.Minutes - (sal_Int32) aOne.Minutes; in CompareImpl()
1176 if ( !nTmp ) { in CompareImpl()
1177 nTmp = (sal_Int32) aTwo.Seconds - (sal_Int32) aOne.Seconds; in CompareImpl()
1178 if ( !nTmp ) in CompareImpl()
1179 nTmp = (sal_Int32) aTwo.HundredthSeconds in CompareImpl()
1183 if ( nTmp < 0 ) in CompareImpl()
1185 else if ( nTmp == 0 ) in CompareImpl()