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()1246 aCaseSensitiveCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_CASE_SENSITIVE) ); in ApplyTOXDescription()1247 aInitialCapsCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_INITIAL_CAPS) ); in ApplyTOXDescription()1248 aKeyAsEntryCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_KEY_AS_ENTRY) ); in ApplyTOXDescription()1310 sal_uInt16 nIndexOptions = rDesc.GetIndexOptions()&nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in FillTOXDescription() local1336 nIndexOptions |= nsSwTOIOptions::TOI_SAME_ENTRY; in FillTOXDescription()1338 nIndexOptions |= nsSwTOIOptions::TOI_FF; in FillTOXDescription()[all …]