Searched refs:nIdxOptions (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/ui/index/ |
H A D | cntex.cxx | 259 sal_uInt16 nIdxOptions = rDesc.GetIndexOptions(); in CreateOrUpdateExample() local 301 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_COMBINED_ENTRIES, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 302 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_P_P, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 303 …BOOLProp(xInfo, xIdxProps, UNO_NAME_IS_CASE_SENSITIVE, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 304 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_KEY_AS_ENTRY, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 305 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 306 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_DASH, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 307 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_UPPER_CASE, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample() 335 …BOOLProp(xInfo, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIOptions:… in CreateOrUpdateExample()
|
H A D | cnttab.cxx | 2551 sal_uInt16 nIdxOptions = rDesc.GetIndexOptions() & ~nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in UpdateDescriptor() local 2553 nIdxOptions |= nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in UpdateDescriptor() 2554 rDesc.SetIndexOptions(nIdxOptions); in UpdateDescriptor()
|
Completed in 58 milliseconds