Searched refs:bNegRed (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/sidebar/ |
H A D | NumberFormatPropertyPanel.cxx | 207 bool bNegRed = mpBtnNegRed->IsEnabled() in IMPL_LINK() local 217 String sNegRed = String::CreateFromInt32(bNegRed); in IMPL_LINK() 330 bool bNegRed = 0; in NotifyItemUpdate() local 373 bNegRed = sFormat[1].ToInt32(); in NotifyItemUpdate() 381 bNegRed = 0; in NotifyItemUpdate() 386 mpBtnNegRed->Check(bNegRed); in NotifyItemUpdate()
|
/trunk/main/cui/source/tabpages/ |
H A D | numfmt.cxx | 1021 sal_Bool bNegRed = sal_False; in UpdateOptions_Impl() local 1038 bThousand, bNegRed, in UpdateOptions_Impl() 1098 aBtnNegRed .Check( bNegRed ); in UpdateOptions_Impl() 1704 sal_Bool bNegRed = aBtnNegRed.IsEnabled() in IMPL_LINK() local 1714 bThousand, bNegRed, in IMPL_LINK()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1070 const sal_Bool bNegRed = (sal_Bool)sFormat[1].ToInt32(); in ExecuteNumFormat() local 1079 bNegRed, in ExecuteNumFormat() 2371 sal_Bool bNegRed(false); in GetNumFormatState() local 2375 … pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes); in GetNumFormatState() 2379 const String sNegRed = String::CreateFromInt32(bNegRed); in GetNumFormatState()
|
H A D | viewfunc.cxx | 2760 sal_Bool bThousand, bNegRed; in ChangeNumFmtDecimals() local 2762 pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals() 2822 bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
|
/trunk/main/svx/source/items/ |
H A D | numfmtsh.cxx | 364 sal_Bool bThousand, sal_Bool bNegRed, in MakeFormat() argument 387 bThousand, bNegRed, in MakeFormat() 396 bThousand, bNegRed, in MakeFormat()
|
/trunk/main/svx/inc/svx/ |
H A D | numfmtsh.hxx | 154 sal_Bool bNegRed,
|
Completed in 65 milliseconds