Lines Matching refs:nType

2008 		short nType = pFormatter->GetType( nIndex );  in RTLFUNC()  local
2022 nType = aFormatter.GetType( nIndex ); in RTLFUNC()
2025 if(bSuccess && (nType==NUMBERFORMAT_DATE || nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
2027 if ( nType == NUMBERFORMAT_DATETIME ) in RTLFUNC()
2070 short nType = pFormatter->GetType(nIndex); in RTLFUNC() local
2071 if(bSuccess && (nType==NUMBERFORMAT_TIME||nType==NUMBERFORMAT_DATETIME)) in RTLFUNC()
2073 if ( nType == NUMBERFORMAT_DATETIME ) in RTLFUNC()
4002 sal_Int32 nType = 0; in RTLFUNC() local
4009 nType |= ::com::sun::star::i18n::TransliterationModules_LOWERCASE_UPPERCASE; in RTLFUNC()
4011 nType |= ::com::sun::star::i18n::TransliterationModules_UPPERCASE_LOWERCASE; in RTLFUNC()
4014 nType |= ::com::sun::star::i18n::TransliterationModules_HALFWIDTH_FULLWIDTH; in RTLFUNC()
4016 nType |= ::com::sun::star::i18n::TransliterationModules_FULLWIDTH_HALFWIDTH; in RTLFUNC()
4019 nType |= ::com::sun::star::i18n::TransliterationModules_HIRAGANA_KATAKANA; in RTLFUNC()
4021 nType |= ::com::sun::star::i18n::TransliterationModules_KATAKANA_HIRAGANA; in RTLFUNC()
4024 if( nType != 0 ) in RTLFUNC()
4027 ::utl::TransliterationWrapper aTransliterationWrapper( xSMgr,nType ); in RTLFUNC()
4261 WinBits nType = 0; // MB_OK in RTLFUNC() local
4263 nType = (WinBits)rPar.Get(2)->GetInteger(); in RTLFUNC()
4264 WinBits nStyle = nType; in RTLFUNC()
4273 if( nType & 256 ) in RTLFUNC()
4282 else if( nType & 512 ) in RTLFUNC()
4300 nType &= (16+32+64); in RTLFUNC()
4303 switch( nType ) in RTLFUNC()