Hello Niklas,
I am trying to fix issue59672.
I want to add a new method(ScTable::GetAutoFilterDataArea ) in table1.cxx
file, this method likes ScTable::GetDataArea, the differences between the two
methods is that the ScTable::GetAutoFilterDataArea method don't support the
column extension(delete ++rEndCol; and --rStartCol;).
ScTable::GetAutoFilterDataArea should be called just when the document has
autofilter flag, and the other case, ScTable::GetDataArea should be called.
So when we select Standard Filter in the dropdown list of AutoFilter flag,
the data range of Standard Filter is the same to the data range of AutoFilter
flag.
Do you think this right? I am looking forward to your reply. Thank you.
Best Regards!
Gao Zemin
2009-04-02
gaozemin