Lines Matching refs:nsSwTOIOptions

1238         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()
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()
2326 … aAlphaDelimCB.Check( 0 != (rDesc.GetIndexOptions() & nsSwTOIOptions::TOI_ALPHA_DELIMITTER) ); in Reset()
2551 sal_uInt16 nIdxOptions = rDesc.GetIndexOptions() & ~nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in UpdateDescriptor()
2553 nIdxOptions |= nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in UpdateDescriptor()