Home
last modified time | relevance | path

Searched refs:nCurCategory (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx194 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 …]
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1017 sal_uInt16 nCurCategory = aLbCategory.GetSelectEntryPos(); in UpdateOptions_Impl() local
1018 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() local
1911 if(aLbCategory.GetEntryCount()==1 || nCurCategory!=nPos) in SetCategory()
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx230 short nCurCategory; member in SvxNumberFormatShell