Home
last modified time | relevance | path

Searched refs:nIndexOptions (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/inc/
H A Dtoxmgr.hxx50 sal_uInt16 nIndexOptions; member in SwTOXDescription
84nIndexOptions(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()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx1237 sal_uInt16 nIndexOptions = rDesc.GetIndexOptions(); in ApplyTOXDescription() local
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()
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 39 milliseconds