]> 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)
commit6fcacf21f3e1f074447ad88311775cd5ad065793
tree6b0398cc141055949ba55d77f27bd713534b70da
parentec8b13c3a8591bb2be5897bdf43b9a13b6a47830
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