Home
last modified time | relevance | path

Searched refs:nsSwTOIOptions (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sw/source/ui/index/
H A Dcntex.cxx301 …, xIdxProps, UNO_NAME_USE_COMBINED_ENTRIES, 0 != (nIdxOptions&nsSwTOIOptions::TOI_SAME_ENTR… in CreateOrUpdateExample()
302 …, xIdxProps, UNO_NAME_USE_P_P, 0 != (nIdxOptions&nsSwTOIOptions::TOI_FF … in CreateOrUpdateExample()
303 …, xIdxProps, UNO_NAME_IS_CASE_SENSITIVE, 0 != (nIdxOptions&nsSwTOIOptions::TOI_CASE_SENS… in CreateOrUpdateExample()
304 …, xIdxProps, UNO_NAME_USE_KEY_AS_ENTRY, 0 != (nIdxOptions&nsSwTOIOptions::TOI_KEY_AS_EN… in CreateOrUpdateExample()
305 …, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIOptions::TOI_ALPHA_DEL… in CreateOrUpdateExample()
306 …, xIdxProps, UNO_NAME_USE_DASH, 0 != (nIdxOptions&nsSwTOIOptions::TOI_DASH … in CreateOrUpdateExample()
307 …, xIdxProps, UNO_NAME_USE_UPPER_CASE, 0 != (nIdxOptions&nsSwTOIOptions::TOI_INITIAL_C… in CreateOrUpdateExample()
335 …, xIdxProps, UNO_NAME_USE_ALPHABETICAL_SEPARATORS, 0 != (nIdxOptions&nsSwTOIOptions::TOI_ALPHA_DEL… in CreateOrUpdateExample()
H A Dcnttab.cxx1238 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()
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()
[all …]
/aoo42x/main/sw/source/core/tox/
H A Dtxmsrt.cxx99 if ( nOptions & nsSwTOIOptions::TOI_CASE_SENSITIVE ) in Init()
353 if(bRet && !(GetOptions() & nsSwTOIOptions::TOI_SAME_ENTRY)) in operator ==()
384 if( !bRet && !(GetOptions() & nsSwTOIOptions::TOI_SAME_ENTRY) ) in operator <()
426 if( nsSwTOIOptions::TOI_INITIAL_CAPS & nOpt && pTOXIntl ) in GetText_Impl()
439 0 == (GetOptions() & nsSwTOIOptions::TOI_KEY_AS_ENTRY)) in FillText()
444 if(nsSwTOIOptions::TOI_INITIAL_CAPS&nOpt && pTOXIntl) in FillText()
464 if( 0 == (GetOptions() & nsSwTOIOptions::TOI_KEY_AS_ENTRY)&& in GetLevel()
/aoo42x/main/sw/source/core/unocore/
H A Dunoidx.cxx775 nsSwTOIOptions::TOI_ALPHA_DELIMITTER); in setPropertyValue()
779 nsSwTOIOptions::TOI_KEY_AS_ENTRY); in setPropertyValue()
783 nsSwTOIOptions::TOI_SAME_ENTRY); in setPropertyValue()
787 nsSwTOIOptions::TOI_CASE_SENSITIVE); in setPropertyValue()
790 lcl_AnyToBitMask(rValue, nTOIOptions, nsSwTOIOptions::TOI_FF); in setPropertyValue()
797 nsSwTOIOptions::TOI_INITIAL_CAPS); in setPropertyValue()
1085 nsSwTOIOptions::TOI_ALPHA_DELIMITTER); in getPropertyValue()
1089 nsSwTOIOptions::TOI_KEY_AS_ENTRY); in getPropertyValue()
1093 nsSwTOIOptions::TOI_SAME_ENTRY); in getPropertyValue()
1097 nsSwTOIOptions::TOI_CASE_SENSITIVE); in getPropertyValue()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Ddoctxm.cxx990 ( GetOptions() & nsSwTOIOptions::TOI_ALPHA_DELIMITTER ) ) in Update()
1238 if(GetOptions() & nsSwTOIOptions::TOI_KEY_AS_ENTRY && in UpdateMarks()
2124 0 != (GetOptions() & (nsSwTOIOptions::TOI_FF|nsSwTOIOptions::TOI_DASH))) in _UpdatePageNum()
2129 if(GetOptions() & nsSwTOIOptions::TOI_FF) in _UpdatePageNum()
2167 if(GetOptions() & nsSwTOIOptions::TOI_FF) in _UpdatePageNum()
2239 if( 0 == (GetOptions() & nsSwTOIOptions::TOI_KEY_AS_ENTRY) && in InsertSorted()
2291 pNew->GetOptions() & nsSwTOIOptions::TOI_KEY_AS_ENTRY) in InsertSorted()
2294 if(!(pNew->GetOptions() & nsSwTOIOptions::TOI_SAME_ENTRY)) in InsertSorted()
2335 if( 0 != (nsSwTOIOptions::TOI_INITIAL_CAPS & GetOptions()) ) in GetKeyRange()
/aoo42x/main/sw/source/ui/inc/
H A Dtoxmgr.hxx84 …nIndexOptions(nsSwTOIOptions::TOI_SAME_ENTRY|nsSwTOIOptions::TOI_FF|nsSwTOIOptions::TOI_CASE_SENSI… in SwTOXDescription()
/aoo42x/main/sw/inc/
H A Dtox.hxx439 namespace nsSwTOIOptions namespace
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par5.cxx3041 … sal_uInt16 eOptions = nsSwTOIOptions::TOI_SAME_ENTRY | nsSwTOIOptions::TOI_CASE_SENSITIVE; in Read_F_Tox()
3130 eOptions |= nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in Read_F_Tox()
H A Dww8atr.cxx2112 if (nsSwTOIOptions::TOI_ALPHA_DELIMITTER & pTOX->GetOptions()) in StartTOX()

Completed in 91 milliseconds