Lines Matching refs:NUMBERFORMAT_DEFINED
707 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithFormats_Impl()
752 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithDateTime_Impl()
841 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
882 if(!bUserNewCurrency &&(pNumEntry->GetType() & NUMBERFORMAT_DEFINED)) in FillEListWithSysCurrencys()
884 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
974 if( pNumEntry->GetType() & NUMBERFORMAT_DEFINED || in FillEListWithUserCurrencys()
977 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUserCurrencys()
1132 if( (pNumEntry->GetType() & NUMBERFORMAT_DEFINED) || in FillEListWithUsD_Impl()
1135 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUsD_Impl()
1210 case CAT_USERDEFINED: rCategory = NUMBERFORMAT_DEFINED; break; in PosToCategory_Impl()
1232 case NUMBERFORMAT_DEFINED: rPos = CAT_USERDEFINED; break; in CategoryToPos_Impl()
1361 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in GetCategory4Entry()
1403 if((pNumEntry->GetType() & NUMBERFORMAT_DEFINED)>0) in GetUserDefined4Entry()