Searched refs:rSortOpt (Results 1 – 2 of 2) sorted by relevance
2863 SwSortOptions& rSortOpt) in ConvertSortProperties() argument2868 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 …]
149 SwSortOptions & rSortOpt);