Searched refs:nTmpCol (Results 1 – 2 of 2) sorted by relevance
860 sal_uInt16 nTmpCol = nTmpRelSelPageNum % mnCols; in CalcStartValuesForSelectedPageMove() local862 if ( nTmpCol > 0 ) in CalcStartValuesForSelectedPageMove()
2858 SCCOL nTmpCol; in AppendContentRange() local2859 if ( (nTmpCol = (SCCOL) (r.aEnd.Col() - r.aStart.Col())) != (nCol2 - nCol1) ) in AppendContentRange()2861 aRange.aEnd.SetCol( aRange.aStart.Col() + nTmpCol ); in AppendContentRange()2862 nCol1 += nTmpCol + 1; in AppendContentRange()
Completed in 40 milliseconds