Lines Matching refs:nMyCat
694 short nMyCat = SELPOS_NONE; in FillEListWithFormats_Impl() local
707 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithFormats_Impl()
709 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithFormats_Impl()
740 short nMyCat = SELPOS_NONE; in FillEListWithDateTime_Impl() local
752 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithDateTime_Impl()
754 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithDateTime_Impl()
826 short nMyCat = SELPOS_NONE; in FillEListWithSysCurrencys() local
841 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
843 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithSysCurrencys()
884 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
886 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithSysCurrencys()
918 short nMyCat = SELPOS_NONE; in FillEListWithUserCurrencys() local
977 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUserCurrencys()
979 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithUserCurrencys()
1119 short nMyCat = SELPOS_NONE; in FillEListWithUsD_Impl() local
1135 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUsD_Impl()
1137 CategoryToPos_Impl(nMyCat,nMyType); in FillEListWithUsD_Impl()
1358 sal_uInt16 nMyCat,nMyType; in GetCategory4Entry() local
1361 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in GetCategory4Entry()
1362 CategoryToPos_Impl(nMyCat,nMyType); in GetCategory4Entry()