Searched refs:nIndexOptions (Results 1 – 2 of 2) sorted by relevance
50 sal_uInt16 nIndexOptions; member in SwTOXDescription84 …nIndexOptions(nsSwTOIOptions::TOI_SAME_ENTRY|nsSwTOIOptions::TOI_FF|nsSwTOIOptions::TOI_CASE_SENSI… in SwTOXDescription()126 void SetIndexOptions(sal_uInt16 nSet) { nIndexOptions = nSet;} in SetIndexOptions()127 sal_uInt16 GetIndexOptions() const { return nIndexOptions;} in GetIndexOptions()
1237 sal_uInt16 nIndexOptions = rDesc.GetIndexOptions(); in ApplyTOXDescription() local1238 aCollectSameCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_SAME_ENTRY) ); in ApplyTOXDescription()1239 aUseFFCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_FF) ); in ApplyTOXDescription()1240 aUseDashCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_DASH) ); in ApplyTOXDescription()1336 nIndexOptions |= nsSwTOIOptions::TOI_SAME_ENTRY; in FillTOXDescription()1338 nIndexOptions |= nsSwTOIOptions::TOI_FF; in FillTOXDescription()1340 nIndexOptions |= nsSwTOIOptions::TOI_DASH; in FillTOXDescription()1342 nIndexOptions |= nsSwTOIOptions::TOI_CASE_SENSITIVE; in FillTOXDescription()1344 nIndexOptions |= nsSwTOIOptions::TOI_INITIAL_CAPS; in FillTOXDescription()1346 nIndexOptions |= nsSwTOIOptions::TOI_KEY_AS_ENTRY; in FillTOXDescription()[all …]
Completed in 125 milliseconds