diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/dbcolect.hxx | 1 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 1 | ||||
-rw-r--r-- | sc/inc/sortparam.hxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/dbcolect.hxx b/sc/inc/dbcolect.hxx index 72356683d1a4..55f476aea296 100644 --- a/sc/inc/dbcolect.hxx +++ b/sc/inc/dbcolect.hxx @@ -60,6 +60,7 @@ private: BOOL bStripData; // SortParam BOOL bSortCaseSens; + BOOL bSortNaturalSort; BOOL bIncludePattern; BOOL bSortInplace; BOOL bSortUserDef; diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index c076bafcf6a3..cc9cc9b582a2 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1124,6 +1124,7 @@ #define SID_SORT_CASESENS (SC_PARAM_START+2) #define SID_SORT_ATTRIBS (SC_PARAM_START+3) #define SID_SORT_USERDEF (SC_PARAM_START+4) +#define SID_SORT_NATURALSORT (SC_PARAM_START+5) // Resourcen ------------------------------------------------------------- diff --git a/sc/inc/sortparam.hxx b/sc/inc/sortparam.hxx index 650293893678..9791939cde35 100644 --- a/sc/inc/sortparam.hxx +++ b/sc/inc/sortparam.hxx @@ -49,6 +49,7 @@ struct SC_DLLPUBLIC ScSortParam BOOL bHasHeader; BOOL bByRow; BOOL bCaseSens; + BOOL bNaturalSort; BOOL bUserDef; USHORT nUserIndex; BOOL bIncludePattern; |