Searched refs:nCurCategory (Results 1 – 3 of 3) sorted by relevance
194 short nOldCategory = nCurCategory; in CategoryChanged()195 PosToCategory_Impl( nCatLbPos, nCurCategory ); in CategoryChanged()196 pCurFmtTable = &( pFormatter->GetEntryTable( nCurCategory, in CategoryChanged()200 if ( nCurCategory == NUMBERFORMAT_CURRENCY && nOldCategory != nCurCategory ) in CategoryChanged()212 pCurFmtTable = &(pFormatter->ChangeCL( nCurCategory, in LanguageChanged()234 else if(nCurCategory==NUMBERFORMAT_CURRENCY) in FormatChanged()282 nCurCategory, nAddKey, in AddFormat()293 pCurFmtTable = &(pFormatter->GetEntryTable( nCurCategory, in AddFormat()296 nCurCategory=pFormatter->GetType(nAddKey); //@@ ??? in AddFormat()297 CategoryToPos_Impl( nCurCategory, rCatLbSelPos ); in AddFormat()[all …]
1017 sal_uInt16 nCurCategory = aLbCategory.GetSelectEntryPos(); in UpdateOptions_Impl() local1018 sal_uInt16 nCategory = nCurCategory; in UpdateOptions_Impl()1029 nCurCategory=nFixedCategory; in UpdateOptions_Impl()1033 nTmpCatPos=nCurCategory; in UpdateOptions_Impl()1055 if ( nCategory != nCurCategory || bDoIt) in UpdateOptions_Impl()1897 sal_uInt16 nCurCategory = aLbCategory.GetSelectEntryPos(); in SetCategory() local1911 if(aLbCategory.GetEntryCount()==1 || nCurCategory!=nPos) in SetCategory()
230 short nCurCategory; member in SvxNumberFormatShell