Home
last modified time | relevance | path

Searched refs:bThousand (Results 1 – 25 of 38) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx115 …bool bThousand = ( mxBtnThousand->get_visible() && mxBtnThousand->get_sensitive() && mxBt… in IMPL_LINK_NOARG() local
127 OUString sThousand = OUString::number(static_cast<sal_Int32>(bThousand)); in IMPL_LINK_NOARG()
225 bool bThousand = false; in NotifyItemUpdate() local
241 bThousand = static_cast<bool>(aFormat[0]); in NotifyItemUpdate()
248 bThousand = false; in NotifyItemUpdate()
254 mxBtnThousand->set_active(bThousand); in NotifyItemUpdate()
256 mxBtnEngineering->set_active(bThousand); in NotifyItemUpdate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.cxx126 …bool bThousand = ( mpBtnThousand->IsVisible() && mpBtnThousand->IsEnabled() && mpBtnThous… in IMPL_LINK_NOARG() local
138 OUString sThousand = OUString::number(static_cast<sal_Int32>(bThousand)); in IMPL_LINK_NOARG()
241 bool bThousand = false; in NotifyItemUpdate() local
257 bThousand = static_cast<bool>(aFormat[0]); in NotifyItemUpdate()
264 bThousand = false; in NotifyItemUpdate()
270 mpBtnThousand->Check(bThousand); in NotifyItemUpdate()
272 mpBtnEngineering->Check(bThousand); in NotifyItemUpdate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dfmtfield.cxx613 bool bThousand, IsRed; in GetThousandsSep() local
615 … ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingCnt); in GetThousandsSep()
617 return bThousand; in GetThousandsSep()
626 bool bThousand, IsRed; in SetThousandsSep() local
628 … ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingCnt); in SetThousandsSep()
629 if (bThousand == _bUseSeparator) in SetThousandsSep()
654 bool bThousand, IsRed; in GetDecimalDigits() local
656 … ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingCnt); in GetDecimalDigits()
667 bool bThousand, IsRed; in SetDecimalDigits() local
669 … ImplGetFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingCnt); in SetDecimalDigits()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfmtfield.cxx549 bool bThousand, IsRed; in GetThousandsSep() local
551 …GetOrCreateFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingC… in GetThousandsSep()
553 return bThousand; in GetThousandsSep()
562 bool bThousand, IsRed; in SetThousandsSep() local
564 …GetOrCreateFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingC… in SetThousandsSep()
565 if (bThousand == _bUseSeparator) in SetThousandsSep()
590 bool bThousand, IsRed; in GetDecimalDigits() local
592 …GetOrCreateFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingC… in GetDecimalDigits()
603 bool bThousand, IsRed; in SetDecimalDigits() local
605 …GetOrCreateFormatter()->GetFormatSpecialInfo(m_nFormatKey, bThousand, IsRed, nPrecision, nLeadingC… in SetDecimalDigits()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/numbers/
H A Dnumfmuno.cxx623 bool bThousand, bRed; in getPropertyValue() local
654 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
659 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
664 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
669 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
670 aRet <<= bThousand; in getPropertyValue()
751 bool bThousand, bRed; in getPropertyValues() local
753 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
766 { PROPERTYNAME_THOUS, uno::Any(bThousand) }, in getPropertyValues()
H A Dzforscan.cxx1222 bThousand = false; in Reset()
2026 if (!bThousand) // only once in FinalScan()
2028 bThousand = true; in FinalScan()
2355 if (bThousand) // Expansion of grouping separators in FinalScan()
2585 if (bThousand) // Double in FinalScan()
2589 bThousand = true; // Empty for Time in FinalScan()
2611 if (!bThousand) // No preceding [ in FinalScan()
3273 pInfo->bThousand = bThousand; in CopyInfo()
H A Dzforlist.cxx2142 bool& bThousand, in GetFormatSpecialInfo() argument
2151 pFormat->GetFormatSpecialInfo(bThousand, IsRed, in GetFormatSpecialInfo()
2155 bThousand = false; in GetFormatSpecialInfo()
2239 bThousand = false; in GetFormatSpecialInfo()
2257 bool bThousand, bIsRed; in GetCalcCellReturn() local
2258 pFormat->GetFormatSpecialInfo( bThousand, bIsRed, nPrec, nLeading ); in GetCalcCellReturn()
2263 if (bThousand) in GetCalcCellReturn()
3091 bool bThousand, in GenerateFormat() argument
3122 if (!bThousand) in GenerateFormat()
3142 if (bThousand && i > 0 && i == aGrouping.getPos()) in GenerateFormat()
[all …]
H A Dzforscan.hxx194 bool bThousand; // With thousands marker member in ImpSvNumberformatScan
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/numbers/
H A Dnumfmuno.cxx623 bool bThousand, bRed; in getPropertyValue() local
654 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
659 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
664 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
669 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
670 aRet <<= bThousand; in getPropertyValue()
751 bool bThousand, bRed; in getPropertyValues() local
753 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
766 { PROPERTYNAME_THOUS, uno::Any(bThousand) }, in getPropertyValues()
H A Dzforscan.cxx1239 bThousand = false; in Reset()
2040 if (!bThousand) // only once in FinalScan()
2042 bThousand = true; in FinalScan()
2369 if (bThousand) // Expansion of grouping separators in FinalScan()
2599 if (bThousand) // Double in FinalScan()
2603 bThousand = true; // Empty for Time in FinalScan()
2625 if (!bThousand) // No preceding [ in FinalScan()
3287 pInfo->bThousand = bThousand; in CopyInfo()
H A Dzformat.cxx133 bThousand = rNumFor.bThousand; in Copy()
274 aI.bThousand = false; in ImpSvNumFor()
3046 if (rInfo.bThousand) // [] format in ImpGetTimeOutput()
3071 if (!rInfo.bThousand) // No [] format in ImpGetTimeOutput()
3232 if (bSign && rInfo.bThousand) in ImpGetTimeOutput()
3947 if (!rInfo.bThousand) // No [] format in ImpGetDateTimeOutput()
4648 if (NumFor[nIx].Info().bThousand) // Only if grouping fill in separators in ImpDigitFill()
4784 void SvNumberformat::GetFormatSpecialInfo(bool& bThousand, in GetFormatSpecialInfo() argument
4792 GetNumForInfo( 0, nDummyType, bThousand, nPrecision, nLeadingCnt ); in GetFormatSpecialInfo()
4802 bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt ) const in GetNumForInfo() argument
[all …]
H A Dzforscan.hxx193 bool bThousand; // With thousands marker member in ImpSvNumberformatScan
H A Dzforlist.cxx2074 bool& bThousand, in GetFormatSpecialInfo() argument
2083 pFormat->GetFormatSpecialInfo(bThousand, IsRed, in GetFormatSpecialInfo()
2087 bThousand = false; in GetFormatSpecialInfo()
2150 … bool& bThousand, bool& IsRed, sal_uInt16& nPrecision, in GetFormatSpecialInfo() argument
2167 pFormat->GetFormatSpecialInfo( bThousand, IsRed, nPrecision, nLeadingCnt ); in GetFormatSpecialInfo()
2171 bThousand = false; in GetFormatSpecialInfo()
2944 bool bThousand, in GenerateFormat() argument
2962 …const sal_Int32 nDigitsInFirstGroup = ( bThousand && (eType == SvNumFormatType::SCIENTIFIC) ) ? 3 … in GenerateFormat()
2970 if (!bThousand) in GenerateFormat()
2990 if (bThousand && i > 0 && i == aGrouping.getPos()) in GenerateFormat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dformatsh.cxx1122 bool bThousand(false); in ExecuteNumFormat() local
1134 …pFormatter->GetFormatSpecialInfo(nCurrentNumberFormat, bThousand, bNegRed, nPrecision, nLeadZeroes… in ExecuteNumFormat()
1135 bThousand = !bThousand; in ExecuteNumFormat()
1139 bThousand, in ExecuteNumFormat()
1207 const bool bThousand = static_cast<bool>(sFormat[0].toInt32()); in ExecuteNumFormat() local
1215 bThousand, in ExecuteNumFormat()
2536 bool bThousand( false ); in GetNumFormatState() local
2541 rSet.Put( SfxBoolItem( nWhich, bThousand)); in GetNumFormatState()
2555 bool bThousand(false); in GetNumFormatState() local
2567 bThousand = nIntegerDigits > 0 && ((nIntegerDigits % 3) == 0); in GetNumFormatState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dformatsh.cxx1125 bool bThousand(false); in ExecuteNumFormat() local
1137 …pFormatter->GetFormatSpecialInfo(nCurrentNumberFormat, bThousand, bNegRed, nPrecision, nLeadZeroes… in ExecuteNumFormat()
1138 bThousand = !bThousand; in ExecuteNumFormat()
1142 bThousand, in ExecuteNumFormat()
1216 const bool bThousand = static_cast<bool>(sFormat[0].toInt32()); in ExecuteNumFormat() local
1224 bThousand, in ExecuteNumFormat()
2525 bool bThousand( false ); in GetNumFormatState() local
2530 rSet.Put( SfxBoolItem( nWhich, bThousand)); in GetNumFormatState()
2544 bool bThousand(false); in GetNumFormatState() local
2556 bThousand = nIntegerDigits > 0 && ((nIntegerDigits % 3) == 0); in GetNumFormatState()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dnumfmt.cxx858 bool bThousand = false; in UpdateOptions_Impl() local
866 bThousand, bNegRed, in UpdateOptions_Impl()
913 bThousand = (nIntDigits > 0) && (nIntDigits % 3 == 0); in UpdateOptions_Impl()
915 m_xBtnEngineering->set_active( bThousand ); in UpdateOptions_Impl()
950 m_xBtnThousand->set_active( bThousand && nCategory != CAT_TIME ); in UpdateOptions_Impl()
1564 …bool bThousand = ( m_xBtnThousand->get_visible() && m_xBtnThousand->get_sensitive() && m… in OptHdl_Impl() local
1581 bThousand, bNegRed, in OptHdl_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dnumfmt.cxx853 bool bThousand = false; in UpdateOptions_Impl() local
861 bThousand, bNegRed, in UpdateOptions_Impl()
908 bThousand = (nIntDigits > 0) && (nIntDigits % 3 == 0); in UpdateOptions_Impl()
910 m_xBtnEngineering->set_active( bThousand ); in UpdateOptions_Impl()
943 m_xBtnThousand->set_active( bThousand ); in UpdateOptions_Impl()
1540 …bool bThousand = ( m_xBtnThousand->get_visible() && m_xBtnThousand->get_sensitive() && m… in OptHdl_Impl() local
1557 bThousand, bNegRed, in OptHdl_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dzformat.hxx58 bool bThousand; // Has group (AKA thousand) separator member
257 void GetFormatSpecialInfo(bool& bThousand,
455 bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt ) const;
H A Dzforlist.hxx542 bool bThousand = false, bool IsRed = false,
611 void GetFormatSpecialInfo(sal_uInt32 nFormat, bool& bThousand, bool& IsRed,
627 sal_uInt32 GetFormatSpecialInfo( const OUString&, bool& bThousand, bool& IsRed,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dzformat.hxx58 bool bThousand; // Has group (AKA thousand) separator member
256 void GetFormatSpecialInfo(bool& bThousand,
443 bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt ) const;
H A Dzforlist.hxx535 bool bThousand = false, bool IsRed = false,
601 void GetFormatSpecialInfo(sal_uInt32 nFormat, bool& bThousand, bool& IsRed,
617 sal_uInt32 GetFormatSpecialInfo( const OUString&, bool& bThousand, bool& IsRed,
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnumfe.cxx1041 bool bThousand = false; in ExportPart_Impl() local
1044 rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); in ExportPart_Impl()
1177 if ( nFmtType == SvNumFormatType::TIME && bThousand ) in ExportPart_Impl()
1545 bThousand, nTrailingThousands, aEmbeddedEntries); in ExportPart_Impl()
1553 …WriteScientificElement_Impl( nPrecision, nMinDecimals, nLeading, bThousand, nExpDigits, nIntegerSy… in ExportPart_Impl()
1566 … WriteFractionElement_Impl( nInteger, bThousand, rFormat, nPart ); in ExportPart_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlnumfe.cxx1028 bool bThousand = false; in ExportPart_Impl() local
1031 rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); in ExportPart_Impl()
1163 if ( nFmtType == SvNumFormatType::TIME && bThousand ) in ExportPart_Impl()
1523 bThousand, nTrailingThousands, aEmbeddedEntries); in ExportPart_Impl()
1531 …WriteScientificElement_Impl( nPrecision, nMinDecimals, nLeading, bThousand, nExpDigits, nIntegerSy… in ExportPart_Impl()
1544 … WriteFractionElement_Impl( nInteger, bThousand, rFormat, nPart ); in ExportPart_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dnumfmtsh.hxx117 bool bThousand,
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dnumfmtsh.hxx117 bool bThousand,

12