]> source.dussan.org Git - poi.git/commit
bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since...
authorJaven O'Neal <onealj@apache.org>
Sat, 4 Nov 2017 09:07:32 +0000 (09:07 +0000)
committerJaven O'Neal <onealj@apache.org>
Sat, 4 Nov 2017 09:07:32 +0000 (09:07 +0000)
commit37ee513fc9616f4cb2162af0eca579753529ca28
tree6b0398cc141055949ba55d77f27bd713534b70da
parent890d6e70e6c76b464a39977d500f0cd3f645ef45
bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, since both row and column shifting should be able to shift formulas, comments, merged regions, conditional formatting, etc; add @since decorators for new *ColumnShifter and *RowColShifter classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1814261 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/usermodel/helpers/HSSFColumnShifter.java
src/java/org/apache/poi/ss/usermodel/helpers/BaseRowColShifter.java
src/java/org/apache/poi/ss/usermodel/helpers/ColumnShifter.java
src/java/org/apache/poi/ss/usermodel/helpers/RowShifter.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFColumnShifter.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowColShifter.java
src/ooxml/java/org/apache/poi/xssf/usermodel/helpers/XSSFRowShifter.java