Searched refs:nDefFmt (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/sw/source/ui/utlui/ |
| H A D | numfmtlb.cxx | 70 short nFormatType, sal_uLong nDefFmt, in NumFormatListBox() argument 76 nDefFormat (nDefFmt), in NumFormatListBox() 91 sal_uLong nDefFmt, sal_Bool bUsrFmts ) : in NumFormatListBox() argument 96 nDefFormat (nDefFmt), in NumFormatListBox() 301 void NumFormatListBox::SetDefFormat(const sal_uLong nDefFmt) in SetDefFormat() argument 303 if (nDefFmt == ULONG_MAX) in SetDefFormat() 305 nDefFormat = nDefFmt; in SetDefFormat() 322 short nType = pFormatter->GetType(nDefFmt); in SetDefFormat() 326 sal_uLong nFormat = pFormatter->GetFormatForLanguageIfBuiltIn(nDefFmt, eCurLanguage); in SetDefFormat() 347 pFormatter->GetOutputString(sTxt, nDefFmt, sValue, &pCol); in SetDefFormat() [all …]
|
| /AOO42X/main/sw/source/ui/inc/ |
| H A D | numfmtlb.hxx | 53 short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0, 57 short nFormatType = NUMBERFORMAT_NUMBER, sal_uLong nDefFmt = 0, 68 void SetDefFormat(const sal_uLong nDefFmt);
|