diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-14 22:18:14 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-14 22:25:20 +0200 |
commit | 5c05b1cabcf7f6a7f490ae6fc4bc145e75229752 (patch) | |
tree | 5b6e09c12fd96156bff012769e767790680f10e4 /sc/Library_sc.mk | |
parent | bdb0619d6f28a2b0a9636077f576265d1305ca20 (diff) |
fdo#66477 Random Number Generation added to menu>fill.
Added dialog for random number generation to fill menu into calc.
Initial implementation has uniform, uniform integer, cauchy,
bernoulli, binomial, negative binomial, chi squared and geometric
distribution. Others can quickly be added.
Change-Id: Id5c1f27462f1fe87eddedf415b9c149fb943404a
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index d431c3c99f95..c72a967ce97c 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -473,6 +473,7 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ sc/source/ui/sidebar/CellBorderStylePopup \ sc/source/ui/sidebar/NumberFormatPropertyPanel \ sc/source/ui/sidebar/ScPanelFactory \ + sc/source/ui/StatisticsDialogs/RandomNumberGeneratorDialog \ sc/source/ui/undo/areasave \ sc/source/ui/undo/refundo \ sc/source/ui/undo/target \ |