Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx212 sal_uInt16 nLeadZeroes = (mpEdLeadZeroes->IsEnabled()) in IMPL_LINK() local
219 String sLeadZeroes = String::CreateFromInt32(nLeadZeroes); in IMPL_LINK()
332 sal_uInt16 nLeadZeroes = 0; in NotifyItemUpdate() local
375 nLeadZeroes = (sal_uInt16)sFormat[3].ToInt32(); in NotifyItemUpdate()
383 nLeadZeroes = 1; in NotifyItemUpdate()
388 mpEdLeadZeroes->SetValue(nLeadZeroes); in NotifyItemUpdate()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1072 const sal_uInt16 nLeadZeroes = (sal_uInt16)sFormat[3].ToInt32(); in ExecuteNumFormat() local
1081 nLeadZeroes); in ExecuteNumFormat()
2373 sal_uInt16 nLeadZeroes(0); in GetNumFormatState() local
2375 … pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes); in GetNumFormatState()
2381 const String sLeadZeroes = String::CreateFromInt32(nLeadZeroes); in GetNumFormatState()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx1709 sal_uInt16 nLeadZeroes = (aEdLeadZeroes.IsEnabled()) in IMPL_LINK() local
1715 nPrecision, nLeadZeroes, in IMPL_LINK()

Completed in 34 milliseconds