1. 3b50ad3 XLSX: Export reference arg as #REF! for offset func if it has illegal param by Ujjawal Kumar · 14 days ago
  2. 06c4bf8 XLSX: Use "#REF!" for invalid user-defined functions by Karthik Godha · 3 weeks ago
  3. 29c057c XLSX: Excel needs atleast 4 arguments in ACCRINTM function by Karthik Godha · 10 days ago
  4. 71d5518 XLSX: fix export of #NAME? followed by a ref in formulas by Ujjawal Kumar · 2 weeks ago
  5. 6f217fe Rename mentions of LibreOfficeKit to COKit by Tomaž Vajngerl · 10 days ago
  6. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  7. e446018 formula: check if next token exists before dereferencing by Aron Budea · 3 weeks ago
  8. a15fd18 sc: Add new ocUDExternal token for user-defined functions by Karthik Godha · 7 weeks ago
  9. 3256bda add an accessible-name to formuladialog.ui by Caolán McNamara · 3 weeks ago
  10. 0ad3216 tdf#78486 sc: add pivot table calculated field support (core + OOXML) by Balazs Varga · 2 months ago
  11. c6f7095 XLSX: Infinte loop during formula creation by Karthik Godha · 7 weeks ago
  12. 1510862 sc: Invalid external refs in conditional formatting by Karthik Godha · 7 weeks ago
  13. bb6619e tdf#170565: Handle empty aggregate functions in XLSX by Karthik Godha · 7 weeks ago
  14. 41cb5d7 XLSX: Discard formulas with invalid external reference by Karthik Godha · 8 weeks ago
  15. 97e40d9 Rename conflicting label IDs to improve clarity in function and structure pages by Parth Raiyani · 7 months ago
  16. 1688fdc Improve accessibility by adding static roles to GtkLabels by Parth Raiyani · 7 months ago
  17. 0f52887 XLSX: "#Name!" is being exported in formulas by Karthik Godha · 8 weeks ago
  18. c36beb0 XLSX: Use "#REF!" for invalid arguments in functions by Karthik Godha · 8 weeks ago
  19. a1ce40f XLSX: Use ',' as Union operator by Karthik Godha · 9 weeks ago
  20. 64daeaa XLSX: Discard unknown functions without names by Karthik Godha · 10 weeks ago
  21. 61e868e tdf#170565 save empty SUM/MAX/MIN functions with parameters to XLSX by Aron Budea · 9 weeks ago
  22. 432ee60 XLSX - Skip unknown functions in definedName by Karthik Godha · 3 months ago
  23. 3727614 jsdialog: use id for main formula dialog container by Szymon Kłos · 4 months ago
  24. fef506c Bump minimum GTK version in .ui files to 3.24 by Michael Weghorn · 5 months ago
  25. ed663ad tdf#158237 Use C++20 contains() instead of find() and end() by Pierre · 6 months ago
  26. ebadb62 Fix gtk_widget_get_toplevel: assertion 'GTK_IS_WIDGET (widget)' failed by Julien Nabet · 6 months ago
  27. 72e538b tainted_data_return is deprecated by Caolán McNamara · 8 months ago
  28. 36c711b tdf#94627: handle range name references in formulas during XLSB import by Markus Mohrhard · 8 months ago
  29. 33bf451 tdf#130857 formula, sc: Stop relying on weld::Frame's label child by Michael Weghorn · 8 months ago
  30. 0c50993 tdf#130857 formula: No longer remember the reference label widget in RefEdit by Michael Weghorn · 8 months ago
  31. a61d53d formula: Prefix RefEdit members with "m" by Michael Weghorn · 8 months ago
  32. 2f03e11 Resolves: tdf#167794 Rename secondary English function EFFECTIVE -> EFFECT by Eike Rathke · 8 months ago
  33. 1c5cd84 tdf#130857 weld: Rename signals for ScrolledWindow scroll value change by Michael Weghorn · 8 months ago
  34. ff6a602 tdf#130857 weld: Drop lower param for ScrolledWindow::{v,h}adjustment_configure by Michael Weghorn · 8 months ago
  35. 8e7aa89 tdf#130857 Use explicit column for image in formula dlg "Struct" page by Michael Weghorn · 9 months ago
  36. 5d3238e formula: Resave structpage.ui with glade 3.40 by Michael Weghorn · 9 months ago
  37. b96b0af formula: Replace STRUCT_* constants with enum class by Michael Weghorn · 9 months ago
  38. fd0cc5b tdf#150865: Add support for TEXTAFTER function by Xisco Fauli · 11 months ago
  39. 09a2853 tdf#150864: Add support for TEXTBEFORE function by Xisco Fauli · 11 months ago
  40. 4c2596a tdf#150866: Add support for TEXTSPLIT function by Xisco Fauli · 11 months ago
  41. 46d3225 Use American English spelling "favorite" in UI strings by Ming Hua · 12 months ago
  42. 157a362 tdf#164997 - sc refactor and optimize LET function calculation by Balazs Varga · 1 year, 2 months ago
  43. 0ab6cb2 Simplify special debug function handling by Mike Kaganski · 1 year, 2 months ago
  44. 4cd88c0 loplugin:unusedmethods by Noel Grandin · 1 year, 2 months ago
  45. 9c35a59 tdf#150867: Add support for VSTACK function by Xisco Fauli · 1 year, 2 months ago
  46. 094e26c tdf#150868: Add support for HSTACK function by Xisco Fauli · 1 year, 2 months ago
  47. d595e1a tdf#151000: Add support for CHOOSECOLS function by Xisco Fauli · 1 year, 2 months ago
  48. e1d250f tdf#150999: Add support for CHOOSEROWS function by Xisco Fauli · 1 year, 2 months ago
  49. 0fe8cf8 Mark some visible strings in ui files as translatable by Gabor Kelemen · 1 year, 2 months ago
  50. 5506dd8 tdf#151001: Add support for EXPAND function by Xisco Fauli · 1 year, 2 months ago
  51. 9bf9633 tdf#150998: Add support for DROP function by Xisco Fauli · 1 year, 2 months ago
  52. e820e7a tdf#150997: Add support for TAKE function by Xisco Fauli · 1 year, 2 months ago
  53. 5f8a153 tdf#150880: Add support for WRAPROWS function by Xisco Fauli · 1 year, 2 months ago
  54. 99e09f2 tdf#150881: Add support for WRAPCOLS function by Xisco Fauli · 1 year, 3 months ago
  55. 6b62017 tdf#150878: Add support for TOROW function by Xisco Fauli · 1 year, 3 months ago
  56. ee05b94 tdf#150879: Add support for TOCOL function by Xisco Fauli · 1 year, 3 months ago
  57. 808c09b Fix typo by Andrea Gelmini · 1 year, 3 months ago
  58. dc77629 tdf#162286 Add a category to store favorite functions in FW by AhmedHamed · 1 year, 8 months ago
  59. 72df5a6 Drop unneeded forward declarations from include/ by Gabor Kelemen · 1 year, 3 months ago
  60. 57d5320 weld: Rename weld::Treeview selection signal/connect by Michael Weghorn · 1 year, 4 months ago
  61. ce8816ff loplugin:reftotemp in drawinglayer..framework by Noel Grandin · 1 year, 5 months ago
  62. c377e21 tdf#162177 Adapt function EASTERSUNDAY to ODF 1.4 by Regina Henschel · 1 year, 5 months ago
  63. d05e0be tdf#161543 Enhance the searching functionality in FD & FW by AhmedHamed · 1 year, 9 months ago
  64. 044980e Resolves: tdf#161599 Write Add-In CompatibilityName (if any) to OOXML by Eike Rathke · 1 year, 7 months ago
  65. 59d2745 Related: tdf#161599 Accept Add-In CompatibilityName when reading OOXML by Eike Rathke · 1 year, 7 months ago
  66. e1183fb Make help button in FW has a fixed width by AhmedHamed · 1 year, 8 months ago
  67. a4dfd23 cid#1557694 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 8 months ago
  68. 4c3f65e Resolves: tdf#159343 Implement TableRef API token conversion by Eike Rathke · 1 year, 8 months ago
  69. 0b683547 Related: tdf#159343 Handle TableRef separator in brackets for Function Wizard by Eike Rathke · 1 year, 8 months ago
  70. dc9486f Resolves: tdf#162087 FormulaCompiler::OpCodeMap::maHashMap must be uppercase by Eike Rathke · 1 year, 8 months ago
  71. 5bd2845 tdf#161296 Convert functions list in FD & FW into collapsible sections by AhmedHamed · 1 year, 9 months ago
  72. f5685bd tdf#161534 Add a Help button in FD & FW to open respective Help documentation by AhmedHamed · 1 year, 9 months ago
  73. 9bbb02b tdf#161502: change Structure label of Function Wizard dialog by Bayram Çiçek · 1 year, 10 months ago
  74. e52b555 Related: tdf#137543 - fix LET function jump count number by Balazs Varga · 1 year, 10 months ago
  75. 521a56d tdf#137543 - Add new LET function to Calc by Balazs Varga · 1 year, 10 months ago
  76. 62e88a1 Resolves: tdf#160371 Relax significant whitespace intersection pre-check by Eike Rathke · 1 year, 10 months ago
  77. 5529ada Fix typo in code by Andrea Gelmini · 1 year, 11 months ago
  78. c94a870 lok: translate formula bar functions to each locale by Jaume Pujantell · 1 year, 11 months ago
  79. c1565b8 tdf#126573 Add Excel2021 array function UNIQUE to Calc by Balazs Varga · 1 year, 11 months ago
  80. d68f239 tdf#126573 Add Excel2021 array function RANDARRAY to Calc by Balazs Varga · 1 year, 11 months ago
  81. 1221592 loplugin:ostr in formula by Noel Grandin · 1 year, 11 months ago
  82. 35772a0 tdf#126573 Add Excel2021 array function SEQUENCE to Calc by Balazs Varga · 2 years ago
  83. 1d63489 Related: tdf#160056 rename/rework GetDoubleAsReference to SetDouble by Caolán McNamara · 2 years ago
  84. 791a248 Related: tdf#160056 elide ref counting for initial tokens by Caolán McNamara · 2 years ago
  85. bfb4c58 tdf#126573 Add Excel2021 array function SORTBY to Calc by Balazs Varga · 2 years, 1 month ago
  86. 45435a6 tdf#126573 Add Excel2021 array function SORT to Calc by Balazs Varga · 2 years, 1 month ago
  87. e5361d0 Related: tdf#126573 Add Excel2021 array function FILTER to Calc by Balazs Varga · 2 years, 1 month ago
  88. b0791dd tdf#126573 Add Excel2021 array function FILTER to Calc by Balazs Varga · 2 years, 1 month ago
  89. b36ecef tdf#128425 Add Excel2021 function XMATCH to Calc by Balazs Varga · 2 years, 2 months ago
  90. f703982 tdf#127293 Add Excel2021 function XLOOKUP to Calc by Winfried Donkers · 2 years, 9 months ago
  91. 7ad6ae5 Use emplace_back instead of push_back (Formula) by Julien Nabet · 2 years, 3 months ago
  92. bd6fb0c Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String by Stephan Bergmann · 2 years, 6 months ago
  93. dcea29c Make NC_ constexpr-friendly by Stephan Bergmann · 2 years, 6 months ago
  94. b1b002c tdf#147021 use std::size instead of SAL_N_ELEMENTS by Adam Seskunas · 2 years, 7 months ago
  95. 421d4fc tdf#104487 - Function wizard: remember last used function category by Andreas Heinisch · 2 years, 11 months ago
  96. feb2bec Formula W.: tdf#78826 colons tdf#150045 sec. labels by Adolfo Jayme Barrientos · 3 years ago
  97. a21e151 Resolves tdf#101876 - Resizing function wizard content by Heiko Tietze · 3 years ago
  98. 2d62a54 formula: fix crash in FormulaDlg_Impl::UpdateSelection by Xisco Fauli · 3 years ago
  99. 116b9d6d Avoid conversions between OUString and OString in VCL by Mike Kaganski · 3 years ago
  100. ae71f11 jsdialog: enable function wizard by Szymon Kłos · 3 years, 1 month ago