[GitHub] poi pull request #139: Bugzilla 59623: code inspired from Axel Richter on St...

2018-12-27 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/139 Bugzilla 59623: code inspired from Axel Richter on StackOverflow In order to give an example of code for [issue 59623](https://bz.apache.org/bugzilla/show_bug.cgi?id=59623), I reused three code

[GitHub] poi pull request #138: Fix some LGTM alerts

2018-12-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/138 Fix some LGTM alerts Some time ago I started to fix the LGTM alerts, grouping them by their type. Many groups are still to be handled but these few fixes might be worth to be pushed to trunk

[GitHub] poi pull request #127: BUG-59625: change chart data to experiment diverse sc...

2018-10-03 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/127 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #127: BUG-59625: change chart data to experiment diverse sc...

2018-10-02 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/127 BUG-59625: change chart data to experiment diverse scripts I used the data from https://www.ethnologue.com/statistics/size for number of countries and speakers, as well as https

[GitHub] poi pull request #125: fix for Bug 60509

2018-10-01 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/125 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #125: fix for Bug 60509

2018-09-27 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/125 fix for Bug 60509 https://bz.apache.org/bugzilla/show_bug.cgi?id=60509 All the code was provided by Guillaume de GENTILE in https://bz.apache.org/bugzilla/show_bug.cgi?id=54470, only

[GitHub] poi pull request #124: adapting some contributions by Axel Richter on StackO...

2018-09-25 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/124 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #124: adapting some contributions by Axel Richter on StackO...

2018-09-24 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/124 adapting some contributions by Axel Richter on StackOverflow While searching for more improvement inspiration based on link from https://bz.apache.org/bugzilla/show_bug.cgi?id=62746, I found some

[GitHub] poi pull request #123: XSSF: import chart on drawing

2018-09-04 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/123 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #123: XSSF: import chart on drawing

2018-09-03 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/123 XSSF: import chart on drawing This method originated as a suggestion from monnomiznog...@gmail.com to copy an existing chart to a new drawing. https://lists.apache.org/thread.html

[GitHub] poi pull request #100: [bug-57369] support for major and minor unit on XDDFC...

2018-02-12 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/100 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #100: [bug-57369] support for major and minor unit on XDDFC...

2018-02-10 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/100 [bug-57369] support for major and minor unit on XDDFChart axes You can merge this pull request into a Git repository by running: $ git pull https://github.com/cuali/poi fix-57369

[GitHub] poi pull request #93: code cleaning according to ignored code review recomme...

2018-01-24 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/93 code cleaning according to ignored code review recommendations You can merge this pull request into a Git repository by running: $ git pull https://github.com/cuali/poi xwpf-charts

[GitHub] poi pull request #72: Define XDDF user model for shape properties to be shar...

2017-09-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/72 Define XDDF user model for shape properties to be shared between XSSF and XSLF This pull request is branched from the `xddf-usermodel` branch (pull request #68). The main goal of this

[GitHub] poi pull request #70: fix for bug 61515

2017-09-13 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/70 fix for bug 61515 This is basically a one-liner with a test. Since the creation of the relation leads to reloading the existing relationships for the part equally named that has been

[GitHub] poi pull request #68: Share chart data implementation between XSSFChart and ...

2017-08-10 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/68 Share chart data implementation between XSSFChart and XSLFChart through XDDF The main goal of this work is to be able to: - duplicate a slide that has a chart on it (https://bz.apache.org

[GitHub] poi pull request #67: Introduce XDDF usermodel to share charts implementatio...

2017-08-08 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/67 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] poi pull request #67: Introduce XDDF usermodel to share charts implementatio...

2017-08-03 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/67 Introduce XDDF usermodel to share charts implementation between XSLF and XSSF The main goal of this work is to be able to: - duplicate a slide that has a chart on it (https://bz.apache.org

[GitHub] poi pull request #61: Improvements on XSLF chart user model

2017-08-03 Thread Alain-Bearez
Github user Alain-Bearez closed the pull request at: https://github.com/apache/poi/pull/61 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] poi pull request #61: Improvements on XSLF chart user model

2017-06-26 Thread Alain-Bearez
GitHub user Alain-Bearez opened a pull request: https://github.com/apache/poi/pull/61 Improvements on XSLF chart user model The main goal of this work is to be able to: - more easily access definitions for axes; - more easily set data series for axes; - duplicate a