| /aoo41x/main/svtools/source/control/ | 
| H A D | fmtfield.cxx | 721 	sal_Bool bThousand, IsRed;  in GetThousandsSep()  local723 	ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading);  in GetThousandsSep()
 725 	return bThousand;  in GetThousandsSep()
 735 	sal_Bool bThousand, IsRed;  in SetThousandsSep()  local
 737 	ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading);  in SetThousandsSep()
 738 	if (bThousand == _bUseSeparator)  in SetThousandsSep()
 765 	sal_Bool bThousand, IsRed;  in GetDecimalDigits()  local
 767 	ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading);  in GetDecimalDigits()
 779 	sal_Bool bThousand, IsRed;  in SetDecimalDigits()  local
 781 	ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nAnzLeading);  in SetDecimalDigits()
 [all …]
 
 | 
| /aoo41x/main/sc/source/ui/sidebar/ | 
| H A D | NumberFormatPropertyPanel.cxx | 205 	bool		  bThousand 	=    mpBtnThousand->IsEnabled()  in IMPL_LINK()  local216 	String sThousand = String::CreateFromInt32(bThousand);  in IMPL_LINK()
 329 			bool		  bThousand 	=    0;  in NotifyItemUpdate()  local
 372 				bThousand 	=    sFormat[0].ToInt32();  in NotifyItemUpdate()
 380 				bThousand 	=    0;  in NotifyItemUpdate()
 385 			mpBtnThousand->Check(bThousand);  in NotifyItemUpdate()
 
 | 
| /aoo41x/main/svl/source/numbers/ | 
| H A D | numfmuno.cxx | 758 		sal_Bool bThousand, bRed;  in getPropertyValue()  local793 			pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading );  in getPropertyValue()
 798 			pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading );  in getPropertyValue()
 803 			pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading );  in getPropertyValue()
 808 			pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading );  in getPropertyValue()
 809 			aRet.setValue( &bThousand, getBooleanCppuType() );  in getPropertyValue()
 900 		sal_Bool bThousand, bRed;  in getPropertyValues()  local
 902 		pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading );  in getPropertyValues()
 928 		pArray[9].Value.setValue( &bThousand, getBooleanCppuType() );  in getPropertyValues()
 
 | 
| H A D | zformat.cxx | 140     bThousand    = rNumFor.bThousand;  in Copy()170     rStream << eScannedType << bThousand << nThousand  in Save()
 181     rStream >> eScannedType >> bThousand >> nThousand  in Load()
 329     aI.bThousand = sal_False;  in ImpSvNumFor()
 2595     if (rInfo.bThousand)       // []-Format  in ImpGetTimeOutput()
 2618     if (bSign && !rInfo.bThousand)     // kein []-Format  in ImpGetTimeOutput()
 2650     if (!rInfo.bThousand)      // kein [] Format  in ImpGetTimeOutput()
 2782     if (bSign && rInfo.bThousand)  in ImpGetTimeOutput()
 3181     if (!rInfo.bThousand)      // [] Format  in ImpGetDateTimeOutput()
 3902 void SvNumberformat::GetFormatSpecialInfo(sal_Bool& bThousand,  in GetFormatSpecialInfo()  argument
 [all …]
 
 | 
| H A D | zforscan.cxx | 1074 	bThousand = sal_False;  in Reset()1733 									if (!bThousand)					// only once  in FinalScan()
 1735 										bThousand = sal_True;  in FinalScan()
 2059 			if (bThousand)                          // Expansion of grouping separators  in FinalScan()
 2264 								if (bThousand)				// doppelt  in FinalScan()
 2266 								bThousand = sal_True;			// bei Time frei  in FinalScan()
 2282 								if (!bThousand)				// kein [ vorher  in FinalScan()
 2798 	pInfo->bThousand    = bThousand;  in CopyInfo()
 
 | 
| H A D | zforlist.cxx | 1914 											 sal_Bool& bThousand,  in GetFormatSpecialInfo()  argument1922 		pFormat->GetFormatSpecialInfo(bThousand, IsRed,  in GetFormatSpecialInfo()
 1926 		bThousand = sal_False;  in GetFormatSpecialInfo()
 1966 			sal_Bool& bThousand, sal_Bool& IsRed, sal_uInt16& nPrecision,  in GetFormatSpecialInfo()  argument
 1979 		pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nAnzLeading );  in GetFormatSpecialInfo()
 1982 		bThousand = sal_False;  in GetFormatSpecialInfo()
 2703 									   sal_Bool bThousand,  in GenerateFormat()  argument
 2721 		if (!bThousand)  in GenerateFormat()
 2734 			if (bThousand && i > 0 && i == aGrouping.getPos())  in GenerateFormat()
 2741 		if (bThousand && nAnzLeading < nDigitsInFirstGroup + 1)  in GenerateFormat()
 [all …]
 
 | 
| H A D | zforscan.hxx | 169 	sal_Bool bThousand;								// Mit Tausenderpunkt  member in ImpSvNumberformatScan
 | 
| /aoo41x/main/xmloff/source/style/ | 
| H A D | xmlnumfe.cxx | 975 	sal_Bool bThousand = sal_False;  in ExportPart_Impl()  local978 	rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading);  in ExportPart_Impl()
 1106 	if ( nFmtType == NUMBERFORMAT_TIME && bThousand )  in ExportPart_Impl()
 1416 														bThousand, nTrailingThousands, aEmbeddedEntries );  in ExportPart_Impl()
 1424 …                 WriteScientificElement_Impl( nPrecision, nIntegerSymbols, bThousand, nExpDigits );  in ExportPart_Impl()
 1437 …                          WriteFractionElement_Impl( nInteger, bThousand, nPrecision, nPrecision );  in ExportPart_Impl()
 
 | 
| /aoo41x/main/svl/inc/svl/ | 
| H A D | zformat.hxx | 82     sal_Bool bThousand;                     // Has group (AKA thousand) separator  member256     void GetFormatSpecialInfo(sal_Bool& bThousand,
 420                     sal_Bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const;
 
 | 
| H A D | zforlist.hxx | 477 						sal_Bool bThousand = sal_False, sal_Bool IsRed = sal_False,551 	void GetFormatSpecialInfo(sal_uInt32 nFormat, sal_Bool& bThousand, sal_Bool& IsRed,
 564 	sal_uInt32 GetFormatSpecialInfo( const String&, sal_Bool& bThousand, sal_Bool& IsRed,
 
 | 
| /aoo41x/main/cui/source/tabpages/ | 
| H A D | numfmt.cxx | 1022 	sal_Bool	bThousand			= sal_False;  in UpdateOptions_Impl()  local1038 							  bThousand, bNegRed,  in UpdateOptions_Impl()
 1099 			aBtnThousand .Check( bThousand );  in UpdateOptions_Impl()
 1702 		sal_Bool		  bThousand 	=    aBtnThousand.IsEnabled()  in IMPL_LINK()  local
 1714 								  bThousand, bNegRed,  in IMPL_LINK()
 
 | 
| /aoo41x/main/sc/source/ui/view/ | 
| H A D | formatsh.cxx | 1069 					const sal_Bool bThousand = (sal_Bool)sFormat[0].ToInt32();  in ExecuteNumFormat()  local1078 						bThousand,  in ExecuteNumFormat()
 2370 						sal_Bool bThousand(false);  in GetNumFormatState()  local
 2375 …       pFormatter->GetFormatSpecialInfo(nNumberFormat,bThousand, bNegRed, nPrecision, nLeadZeroes);  in GetNumFormatState()
 2378 						const String sThousand = String::CreateFromInt32(bThousand);  in GetNumFormatState()
 
 | 
| H A D | viewfunc.cxx | 2760 	sal_Bool bThousand, bNegRed;  in ChangeNumFmtDecimals()  local2762 	pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading );  in ChangeNumFmtDecimals()
 2822 									bThousand, bNegRed, nPrecision, nLeading );  in ChangeNumFmtDecimals()
 
 | 
| /aoo41x/main/svx/source/items/ | 
| H A D | numfmtsh.cxx | 364 									   sal_Bool bThousand, sal_Bool bNegRed,  in MakeFormat()  argument387 										bThousand, bNegRed,  in MakeFormat()
 396 									bThousand, bNegRed,  in MakeFormat()
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | numfmtsh.hxx | 153 									sal_Bool    bThousand,
 | 
| /aoo41x/main/sc/source/core/tool/ | 
| H A D | interpr1.cxx | 2159                 sal_Bool    bThousand, bIsRed;  in ScCell()  local2160                 pFormatter->GetFormatSpecialInfo( nFormat, bThousand, bIsRed, nPrec, nLeading );  in ScCell()
 2164                     case NUMBERFORMAT_NUMBER:       aFuncResult = (bThousand ? ',' : 'F');  break;  in ScCell()
 7530         sal_Bool bThousand;  in ScFixed()  local
 7532             bThousand = !GetBool();     // Param TRUE: keine Tausenderpunkte  in ScFixed()
 7534             bThousand = sal_True;  in ScFixed()
 7566                                                bThousand,   // mit Tausenderpunkt  in ScFixed()
 
 | 
| /aoo41x/main/svx/source/fmcomp/ | 
| H A D | gridcell.cxx | 1949         sal_Bool    bThousand   = getBOOL( _rxModel->getPropertyValue( FM_PROP_SHOWTHOUSANDSEP ) );  in implAdjustGenericFieldSetting()  local1986 …    pFormatterUsed->GenerateFormat( sFormatString, 0, aAppLanguage, bThousand, sal_False, nScale );  in implAdjustGenericFieldSetting()
 2094         sal_Bool    bThousand   = getBOOL( _rxModel->getPropertyValue( FM_PROP_SHOWTHOUSANDSEP ) );  in implAdjustGenericFieldSetting()  local
 2097         static_cast< LongCurrencyField* >( m_pWindow )->SetUseThousandSep( bThousand );  in implAdjustGenericFieldSetting()
 2107         static_cast< LongCurrencyField* >( m_pPainter )->SetUseThousandSep( bThousand );  in implAdjustGenericFieldSetting()
 
 |