Searched refs:CSV_DIFF_RULERCURSOR (Results 1 – 4 of 4) sorted by relevance
121 const ScCsvDiff CSV_DIFF_RULERCURSOR = 0x00000100; variable126 const ScCsvDiff CSV_DIFF_CURSOR = CSV_DIFF_RULERCURSOR | CSV_DIFF_GRIDCURSOR;
135 …CsvDiff nDiff = GetLayoutData().GetDiff( rOldData ) & (CSV_DIFF_HORIZONTAL | CSV_DIFF_RULERCURSOR); in ApplyLayout()145 if( nDiff & CSV_DIFF_RULERCURSOR ) in ApplyLayout()
66 if( mnPosCursor != rData.mnPosCursor ) nRet |= CSV_DIFF_RULERCURSOR; in GetDiff()
131 if( nDiff & CSV_DIFF_RULERCURSOR ) in ApplyLayout()
Completed in 23 milliseconds