Lines Matching refs:pNumEntry

488 			const SvNumberformat* pNumEntry	= pFormatter->GetEntry(nFound);  in IsUserDefined()  local
490 if(pNumEntry!=NULL && pNumEntry->HasNewCurrency()) in IsUserDefined()
686 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithFormats_Impl() local
703 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithFormats_Impl()
705 if(pNumEntry==NULL) continue; in FillEListWithFormats_Impl()
707 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithFormats_Impl()
708 aStrComment=pNumEntry->GetComment(); in FillEListWithFormats_Impl()
710 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithFormats_Impl()
732 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithDateTime_Impl() local
749 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithDateTime_Impl()
750 if(pNumEntry!=NULL) in FillEListWithDateTime_Impl()
752 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithDateTime_Impl()
753 aStrComment=pNumEntry->GetComment(); in FillEListWithDateTime_Impl()
755 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithDateTime_Impl()
816 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithSysCurrencys() local
837 pNumEntry = pFormatter->GetEntry(nNFEntry); in FillEListWithSysCurrencys()
839 if(pNumEntry==NULL) continue; in FillEListWithSysCurrencys()
841 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
842 aStrComment=pNumEntry->GetComment(); in FillEListWithSysCurrencys()
844 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithSysCurrencys()
859 pNumEntry = pCurFmtTable->First(); in FillEListWithSysCurrencys()
861 while ( pNumEntry ) in FillEListWithSysCurrencys()
870 if(pNumEntry->HasNewCurrency()) in FillEListWithSysCurrencys()
882 if(!bUserNewCurrency &&(pNumEntry->GetType() & NUMBERFORMAT_DEFINED)) in FillEListWithSysCurrencys()
884 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithSysCurrencys()
885 aStrComment=pNumEntry->GetComment(); in FillEListWithSysCurrencys()
887 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithSysCurrencys()
896 pNumEntry = pCurFmtTable->Next(); in FillEListWithSysCurrencys()
964 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithUserCurrencys() local
966 while ( pNumEntry ) in FillEListWithUserCurrencys()
974 if( pNumEntry->GetType() & NUMBERFORMAT_DEFINED || in FillEListWithUserCurrencys()
975 pNumEntry->IsAdditionalStandardDefined() ) in FillEListWithUserCurrencys()
977 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUserCurrencys()
978 aStrComment=pNumEntry->GetComment(); in FillEListWithUserCurrencys()
980 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithUserCurrencys()
983 if ( pNumEntry->HasNewCurrency() ) in FillEListWithUserCurrencys()
1015 pNumEntry = pCurFmtTable->Next(); in FillEListWithUserCurrencys()
1112 const SvNumberformat* pNumEntry = pCurFmtTable->First(); in FillEListWithUsD_Impl() local
1124 while ( pNumEntry ) in FillEListWithUsD_Impl()
1132 if( (pNumEntry->GetType() & NUMBERFORMAT_DEFINED) || in FillEListWithUsD_Impl()
1133 (bAdditional && pNumEntry->IsAdditionalStandardDefined()) ) in FillEListWithUsD_Impl()
1135 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in FillEListWithUsD_Impl()
1136 aStrComment=pNumEntry->GetComment(); in FillEListWithUsD_Impl()
1138 aNewFormNInfo= pNumEntry->GetFormatstring(); in FillEListWithUsD_Impl()
1141 if(pNumEntry->HasNewCurrency()) in FillEListWithUsD_Impl()
1157 pNumEntry = pCurFmtTable->Next(); in FillEListWithUsD_Impl()
1291 SvNumberformat *pNumEntry; in SetComment4Entry() local
1294 pNumEntry = (SvNumberformat*)pFormatter->GetEntry(nMyNfEntry); in SetComment4Entry()
1295 if(pNumEntry!=NULL) pNumEntry->SetComment(aEntStr); in SetComment4Entry()
1315 const SvNumberformat *pNumEntry; in GetComment4Entry() local
1323 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetComment4Entry()
1324 if(pNumEntry!=NULL) in GetComment4Entry()
1325 return pNumEntry->GetComment(); in GetComment4Entry()
1348 const SvNumberformat *pNumEntry; in GetCategory4Entry() local
1357 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetCategory4Entry()
1359 if(pNumEntry!=NULL) in GetCategory4Entry()
1361 nMyCat=pNumEntry->GetType() & ~NUMBERFORMAT_DEFINED; in GetCategory4Entry()
1394 const SvNumberformat *pNumEntry; in GetUserDefined4Entry() local
1399 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetUserDefined4Entry()
1401 if(pNumEntry!=NULL) in GetUserDefined4Entry()
1403 if((pNumEntry->GetType() & NUMBERFORMAT_DEFINED)>0) in GetUserDefined4Entry()
1430 const SvNumberformat *pNumEntry; in GetFormat4Entry() local
1443 pNumEntry = pFormatter->GetEntry(nMyNfEntry); in GetFormat4Entry()
1445 if(pNumEntry!=NULL) in GetFormat4Entry()
1446 return pNumEntry->GetFormatstring(); in GetFormat4Entry()