Home
last modified time | relevance | path

Searched refs:rSortOpt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2863 SwSortOptions& rSortOpt) in ConvertSortProperties() argument
2868 rSortOpt.bTable = sal_False; in ConvertSortProperties()
2869 rSortOpt.cDeli = ' '; in ConvertSortProperties()
2870 rSortOpt.eDirection = SRT_COLUMNS; //!! UI text may be contrary though !! in ConvertSortProperties()
2902 rSortOpt.bTable = *(sal_Bool*)aValue.getValue(); in ConvertSortProperties()
2914 rSortOpt.cDeli = uChar; in ConvertSortProperties()
2928 rSortOpt.eDirection = bTemp ? SRT_COLUMNS : SRT_ROWS; in ConvertSortProperties()
2941 rSortOpt.bIgnoreCase = !bTemp; in ConvertSortProperties()
2954 rSortOpt.nLanguage = SvxLocaleToLanguage( aLocale ); in ConvertSortProperties()
3042 rSortOpt.eDirection = bTemp ? SRT_COLUMNS : SRT_ROWS; in ConvertSortProperties()
[all …]
/trunk/main/sw/inc/
H A Dunocrsrhelper.hxx149 SwSortOptions & rSortOpt);