Searched refs:CAT_CURRENCY (Results 1 – 3 of 3) sorted by relevance
435 rCatLbPos = CAT_CURRENCY; in GetOptions()583 sal_uInt16 nPrivCat = CAT_CURRENCY; in FillEntryList_Impl()590 FillEListWithStd_Impl(rList,CAT_CURRENCY,nSelPos); in FillEntryList_Impl()604 if( nPrivCat!=CAT_CURRENCY) in FillEntryList_Impl()622 if(nPrivCat==CAT_CURRENCY) in FillEListWithStd_Impl()639 case CAT_CURRENCY :eOffsetStart=NF_CURRENCY_START; in FillEListWithStd_Impl()1213 case CAT_CURRENCY: rCategory = NUMBERFORMAT_CURRENCY; break; in PosToCategory_Impl()1235 case NUMBERFORMAT_CURRENCY: rPos = CAT_CURRENCY; break; in CategoryToPos_Impl()1370 return CAT_CURRENCY; in GetCategory4Entry()
1042 if(nCategory==CAT_CURRENCY) in UpdateOptions_Impl()1084 case CAT_CURRENCY: in UpdateOptions_Impl()1167 if(nTmpCatPos!=CAT_CURRENCY) in UpdateFormatListBox_Impl()1348 if(nTmpCatPos==CAT_CURRENCY && (ListBox *)pLb == &aLbCurrency ) in IMPL_LINK()1487 if(nCatLbSelPos==CAT_CURRENCY) in IMPL_LINK()1801 case CAT_CURRENCY: nVal=SVX_NUMVAL_CURRENCY; break; in GetExpColorString()1913 if(nTmpCatPos!=CAT_CURRENCY) in SetCategory()
67 #define CAT_CURRENCY 4 macro