summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-02-25Add a test for decimal separator info.Gökay Şatır2-0/+183
2025-02-21cool#11072: Send current cell's decimal separator.Gökay Şatır2-0/+15
2025-02-20tdf#130857 qt weld: Avoid losing decimals in SvxDecimalNumberDialogMichael Weghorn2-0/+2
2025-02-20tdf#130857 qt weld: Support Svx(Decimal)NumberDialogMichael Weghorn1-0/+1
2025-02-20tdf#130857 qt weld: Explicitly reset formatter in spinbutton dtorMichael Weghorn2-0/+7
2025-02-18weld: Switch SpinButton::{format_text,parse_value} to doubleMichael Weghorn4-27/+27
2025-02-18weld: Let Formatter:m_aInputHdl use double instead of sal_Int64Michael Weghorn8-22/+19
2025-02-18vcl: Drop LongCurrencyFormatter::SetDecimalDigitsMichael Weghorn2-18/+3
2025-02-08cool#11103 sc: respect document specific settingsAndras Timar1-0/+1
2025-02-02tdf#164989: Disallow combining characters when a hex already appearedMike Kaganski2-2/+15
2025-01-30tdf#158867 offapi,i18npool,starmath: fix "," in Math againMichael Stahl4-7/+26
2025-01-23tdf#164811: swap the "if IsCompatibility()" branches to match other placesMike Kaganski2-2/+50
2025-01-08Resolves: tdf#158669 round long currency to decimal digits in useCaolán McNamara1-1/+7
2024-10-30Update git submodulesPierre F1-0/+0
2024-09-11Related: tdf#158092 add a comment to avoid symbols localizationMike Kaganski1-1/+1
2024-09-01tdf#162724: use localized decimal separator in ImpCurrencyToStringMike Kaganski4-4/+12
2024-08-11Resolves: tdf#145847 points only uses one decimal placeCaolán McNamara1-0/+14
2024-08-06tdf#162340: handle target column scale in setObjectWithInfoMike Kaganski1-14/+16
2024-08-04tdf#111816: allow special characters filtering by Unicode valueMike Kaganski1-17/+22
2024-07-28tdf#162219: pass correct DecimalDigits value to SQLBindParameterMike Kaganski1-1/+13
2024-07-21tdf#156530: fix OPreparedStatement::setStringMike Kaganski7-136/+118
2024-07-01call fillDecimal() in SvxTabStop constructorNoel Grandin2-6/+7
2024-06-18tdf#131562: move test to svl and extend itXisco Fauli3-21/+7
2024-06-13tdf#159930 Treat special case with no integer digitLaurent Balland2-0/+11
2024-05-15Resolves: tdf#160985 Max integer representation for rtl_math_StringFormat_GEike Rathke1-0/+5
2024-04-24Resolves: tdf#159829 DecimalSeparator '.' period, ThousandSeparator ',' commaEike Rathke1-23/+23
2024-02-27tdf#158190 Fix Calc ROUND in floating-point calculate result very close to X.5Po-Yen Huang2-2/+4
2023-09-27perf: NumFmtUtil::isLatinScript doesn't need to copy OUStringCaolán McNamara1-17/+18
2023-08-25tdf#152724 Extend ODF for blank width "_x"Laurent Balland9-33/+222
2023-08-21Tests with color stops to assert Color and not BColor valuesTomaž Vajngerl14-131/+115
2023-08-17tdf#156699 a11y: Set a11y name for SvxCharViewMichael Weghorn1-0/+9
2023-07-06tdf#113478 'Decimal separator key' property was renamed to 'Numpad decimal key'Adoche Onaji1-2/+2
2023-07-04lok: on switching from tabbed to compact ui 2 buttons were disabledMarco Cecchetti1-0/+2
2023-06-29tdf#152723: NatNum12 modifier, keep decimal separator from local settingsJulien Nabet1-5/+1
2023-05-26tdf#154131 Add Detect scientific number optionLaurent Balland11-18/+120
2023-05-26tdf#150028 Treat decimal separator after [SS]Laurent Balland5-7/+42
2023-04-21tdf#116451: XML Form: adding 2 values of decimal-fields gives wrong resultJulien Nabet2-2/+2
2023-04-20Resolves: tdf#154623 KEY_DECIMAL == GDK_KEY_KP_Decimal or GDK_KEY_KP_SeparatorCaolán McNamara1-2/+3
2023-04-20Related tdf#154769: XML form, detect misformed year/month/dayJulien Nabet1-10/+68
2023-04-15Fix number decimal separator in text tags in ui several filesJulien Nabet6-8/+8
2023-04-14Fix number decimal separator in cui/editmodulesdialog.uiJulien Nabet1-2/+2
2023-02-13tdf#152722 tdf#153023 Add UITestLaurent Balland1-0/+39
2023-01-30tdf#152722 Number Format: keep NatNum modifiersLaurent Balland3-31/+77
2023-01-27tdf#151548 sw content controls: preserve tabIndex val="-1"Justin Luth4-4/+6
2023-01-01Resolves: tdf#151886 Use default locale with English function names againEike Rathke3-11/+27
2022-12-05LibreLogo: LABEL/TEXT: add more character formattingLászló Németh2-13/+341
2022-11-14tdf#151993 DOCX import: convert decimal comma only if neededLászló Németh5-3/+48
2022-11-09tdf#148799 DOCX import: fix invalid formulas with commaLászló Németh3-0/+38
2022-10-23Resolves: tdf#147817 ignore date acceptance pattern with numeric ambiguityEike Rathke1-1/+13
2022-09-22fix opencl round(), roundup() and rounddown()Luboš Luňák4-96/+90