summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid too wide sidebar when writedirection controls are activatedMaxim Monastirsky2013-11-122-155/+145
| | | | | | | | | Achieved by placing the nearby controls into the same box. Change-Id: I28d04c8c3c5b5d9989e30d0ca18ef536640fb87a Reviewed-on: https://gerrit.libreoffice.org/6609 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Convert New Style dialog to widget UIManal Alhassoun2013-11-126-58/+135
| | | | | | | Change-Id: Idaea69f674e1e84e3e1e649006c2d92176897fe0 Reviewed-on: https://gerrit.libreoffice.org/6607 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* CppunitTest_sw_htmlexport: make this really test the exported modelMiklos Vajna2013-11-122-2/+18
| | | | | | | | | | | | | | | | There were two problems here: 1) The original testsuite just served as a crash-test for the HTML export filter, but the second testcase assumed it also reloads the document model. Once this is fixed, we notice that: 2) There are some nasty 'mm100 <-> in' rounding errors, work this around by using cms unconditionally. (Exact problem was that CharTopBorderDistance was 457, but was expected to be 450.) Change-Id: Iaa1f98486767e4dfa81c2ca3e456bc39131977eb
* fdo#71302 writerfilter: remove "Strong" -> "Strong Emphasis" style renameMiklos Vajna2013-11-123-1/+8
| | | | | | | | | Such renames only make sense if the exporter does the opposite of them, but in this case the stiName array in the exporter explicitly looks for the "Strong" character styles. So at the end it's better to not rename it at all. Change-Id: I69b699c76d287b1fe3b81ea3fe66b77992c6e2f1
* We need to recognize arm-unknown-linux-androideabiTor Lillqvist2013-11-122-0/+24
| | | | Change-Id: I1992f3fc150a4e205a2247e210ce8af91664982c
* #65836- Fix for exporting image inside vml data was corrupting file.sushil_shinde2013-11-124-4/+17
| | | | | | | | | | | | | - Handled exporting of image for all type of format in vmlexport. - fixed issue - .rels file was not getting exported for vmlexport. - Not handled for .wmf image (will work on it) Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/6369 Change-Id: I9ccf7a36ae316a658f06d1074caa4e4b2f5d271f
* No <glob.h> in the Android NDKTor Lillqvist2013-11-121-0/+11
| | | | | | | | So don't bother building libxml2 programs for Android, we have no need for them, there is no way to run them on normal devices, etc. While at it, don't bother with scripts, manpages or "data" either. We just want the library. Change-Id: Ic6553c4ed5b51feab40fed6bd62fd10795e9acf9
* less if-nesting in ThumnailViewRodolfo Ribeiro Gomes2013-11-121-83/+86
| | | | | | | | | | Easier to read. Change-Id: I1ceb551d8badffb211b1f444b61375a03cac1348 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6643 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* WaE: unused variable 'aReferenceString' [loplugin]Tor Lillqvist2013-11-121-2/+0
| | | | Change-Id: I51c1aded0ef1ce7e99a49cf1eccb867002edaa70
* WaE: unused variable 'aFormulaString' [loplugin]Tor Lillqvist2013-11-121-2/+0
| | | | Change-Id: Ic72de4b469cfe84638b1a15b413d60286e738000
* xmlhelp: include <> for external includesNorbert Thiebaud2013-11-116-7/+7
| | | | Change-Id: I274968e015f1d0c3d06aa5040f53b72d14c45b9f
* xmloff: include <> for external includesNorbert Thiebaud2013-11-11216-309/+309
| | | | Change-Id: Ic92d0121e928041bcff00b12706f794a4d8e25c8
* xmlreader: include <> for external includesNorbert Thiebaud2013-11-113-26/+26
| | | | Change-Id: I8ee7c2155a721eedb9d54fc00a681f3a08790194
* xmlscript: include <> for external includesNorbert Thiebaud2013-11-117-17/+17
| | | | Change-Id: I3921f93a5ec2d043ed25d7569297131c020c4e83
* sfx2: include <> for external includesNorbert Thiebaud2013-11-11147-473/+473
| | | | Change-Id: I63de4bc034020d19abd20f301194482da9a604f4
* canvas: include <> for external includesNorbert Thiebaud2013-11-112-4/+4
| | | | Change-Id: I63f1fe2f1dfc65b3e50e03e1d2ebb6256560bd5c
* basegfx: include <> for external includesNorbert Thiebaud2013-11-119-25/+25
| | | | Change-Id: I3cb57ce8707c5b04c898d2fc2851defcc27619d4
* basebmp: include <> for external includesNorbert Thiebaud2013-11-1112-50/+50
| | | | Change-Id: I6f1f573662d5e759694c401598408df9fbb20be8
* basctl: include <> for external includesNorbert Thiebaud2013-11-1112-29/+29
| | | | Change-Id: I1897c587c02c5b50e6e8a7bf70467233be871878
* basic: include <> for external includesNorbert Thiebaud2013-11-1124-75/+75
| | | | Change-Id: I4715bbe853d60ef15f20a4d2441c688003ca568e
* GPU Calc: unit test cases for MEDIANhongyu zhong2013-11-113-0/+26
| | | | | | | | | | Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-100 BUG Change-Id: Idbc6a697c42b639a310200b4df9eb35ba5e8eca7 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
* GPU Calc: implemented MEDIANhongyu zhong2013-11-113-0/+87
| | | | | | | | AMLOEXT-100 FIX Change-Id: I9b002e6c2383c4416b98e6698d3dd2e81f7752f5 Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
* GPU Calc: unit test cases for WEIBULLshiming zhang2013-11-113-0/+28
| | | | | | | | | | Need open macro NO_FALLBACK_TO_SWINTERP in formulagroupcl.cxx for test AMLOEXT-78 BUG Change-Id: I4235313f70d2237ce06d4f71163d0d32bc0f064d Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
* GPU Calc: implemented WEIBULLshiming zhang2013-11-113-0/+152
| | | | | | | | AMLOEXT-78 FIX Change-Id: Iebb516f31b7315cae3375288baa7536c31109fed Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
* disable OpenCL testMarkus Mohrhard2013-11-121-1/+3
| | | | | | The test crashes on some machines and hangs on others in the OpenCL compiler. Until this test is either more reliable or we have a way to blacklist known bad compilers we need to disable this test.
* postprocess: remove dependency on AllPackagesMichael Stahl2013-11-121-1/+0
| | | | | | | | | This was introduced with f624144e41291c11f3892dda1027221989d704be but hopefully should no longer be necessary nowadays because the dependencies on the individual xcd files should be sufficient; it can lead to not really necessary rebuilds of the registry xcd files. Change-Id: I189c54d9c61eb0a1f8ec286b0a4e55e83eb08c26
* langtag: language-subtag-registry.xml is a generated fileMichael Stahl2013-11-121-1/+3
| | | | | | | ... so need to use gb_ExternalPackage_add_files for it to get the right dependencies. Change-Id: I9358217d47c08d4e7c85f1b89f39320f32c03e3c
* gbuild: ExtensionPackage: fix incremental builds wrt. Package here tooMichael Stahl2013-11-121-1/+2
| | | | Change-Id: If37bd98faa6ec043ceb73a0cdfb8dddef7a6359e
* gbuild: HelpTarget: more incremental rebuild fixingMichael Stahl2013-11-121-0/+2
| | | | | | | gb_HelpLinkTarget_add_renamed_file also adds a file to Package and there neeeds to be a rule for it. Change-Id: Iefbcb082248e4e565b821e9b9a676b2b487cfc98
* sysui: fix incremental builds in CustomTarget_shareMichael Stahl2013-11-121-11/+21
| | | | | | | The libreoffice/*.desktop need to have a target and rule to propagate out-of-date-ness. Change-Id: If341cc67ed6e24ceee7c00efba2750864aad4a70
* gbuild: UIConfig: fix incremental buildsMichael Stahl2013-11-121-1/+1
| | | | | | | | | The files added by gb_UIConfig_add_uifiles get re-built but not delivered to instdir (only in a second make invocation); try to fix that with a dependency from the file in workdir/UILocalizeTarget to the UILocalizeTarget that builds them. Change-Id: Ifb41d4b9f6f6a671cc8cc5a7f6800857ac355064
* Simplification and better output of statistics dialogs.Tomaž Vajngerl2013-11-1114-62/+127
| | | | Change-Id: Ia21bb07f7721a7697807f8ee98706bd3fc136653
* ui permissionsTomaž Vajngerl2013-11-116-0/+0
| | | | Change-Id: I56e81590327881328daf5f80e6330ba78cd8b900
* Add statistics dialog for calculation of moving average.Tomaž Vajngerl2013-11-1119-10/+626
| | | | Change-Id: Iaa481a2d8aff271e8a8350b707e1f444f8d36167
* Iterators for data ranges and data cells.Tomaž Vajngerl2013-11-115-39/+230
| | | | | | | This is needed to make data and iteration independent from the data orientation (either columns or rows). Change-Id: I03d0fca939ba9b051832668d229e4961c097add6
* Add tools to simplyfy adding formulas and cell navigationTomaž Vajngerl2013-11-1114-428/+848
| | | | | | | | | | TableFillingAndNavigationTools were added to StatisticsDialogs which include FormulaTemplate and AddressWalkerWriter. FormulaTemplate simplyfies creting formulas and AddressWalkerWriter simplyfies navigating cells with relative address navigation and adding content (formulas, values, string) to cells. Change-Id: I32ecb4013f51bda9c8d0bf9f06b9f9dfd4da6def
* tabs to spacesTomaž Vajngerl2013-11-111-564/+564
| | | | Change-Id: Iad7c051fe5ab19c4c56641788bec5c2a5dd4e6dd
* New statistics function: Exponential SmoothingTomaž Vajngerl2013-11-1113-0/+270
| | | | | | Add initial implementation of exponential smoothing. Change-Id: Id234aec6a0efece2ce8144f22359cf034256c40b
* Groupedby for ANOVA and "Descriptive Statistics"Tomaž Vajngerl2013-11-1115-117/+265
| | | | | | Move the functionallity to superclass, adjust UI Change-Id: I9770206386aa6d9caaf2d832d4744ac488e3190b
* Add GroupedBy: Columns/Rows to Correlation and Covariance.Tomaž Vajngerl2013-11-118-267/+867
| | | | Change-Id: I7bb3b7151abda8e977cbdbec2d0c356f049d5af2
* More Excel functions with _xlfn. prefix.Kohei Yoshida2013-11-111-9/+14
| | | | Change-Id: I49d29fe626ea3079273b4e654a6a3803f7dbd614
* CHISQ.DIST now supported in the core.Kohei Yoshida2013-11-111-1/+2
| | | | Change-Id: I125bd593bf05db644443738ca7b1482cd6b6ce87
* Add some more commentsTor Lillqvist2013-11-123-1/+19
| | | | Change-Id: I267cb424deee4d329a0860cf9c87f295fb8fc5bf
* Add EBOOK_LIBSTor Lillqvist2013-11-111-0/+1
| | | | Change-Id: I180346fe33814ac72e2293bd010b993caefbc71e
* Add test for importing some of those functions new in Excel 2010.Kohei Yoshida2013-11-114-0/+38
| | | | Change-Id: Ic3577b3ef0edcfa417ae0065499171bf770c2a32
* Accelerate checking for VBA macros that are not there.Michael Meeks2013-11-112-13/+11
|
* Add separate list of function names for OOXML import.Kohei Yoshida2013-11-113-3/+360
| | | | Change-Id: Id6bb9ed65f94a56e82c0c4a6fee241dec4eb9138
* Group formula cells if we can, to avoid cloning of token array instances.Kohei Yoshida2013-11-111-1/+18
| | | | Change-Id: I584e6d0c34f972c1ae5105a80d201f32dd8590d9
* This is clearly a mistake.Kohei Yoshida2013-11-111-1/+1
| | | | Change-Id: Id87e120d80b823db9be989db7a7b2ac383304f77
* Store the formula cell instance in cache rather than the token array.Kohei Yoshida2013-11-111-9/+15
| | | | Change-Id: I1c4a0897c46458d6ee086e7f72ab8a03aa54c9e0