Kaydet (Commit) 83ce673e authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

parse the range for autofilter

Change-Id: Ia47e42db3a66a8d620803468182e8b9d3465b8e4
üst 57a8c00e
......@@ -92,6 +92,8 @@ public:
private:
ScDocument& mrDoc;
ScRange maRange;
};
class ScOrcusSheet : public orcus::spreadsheet::iface::import_sheet
......
......@@ -704,6 +704,8 @@ void ScOrcusAutoFilter::set_range(const char* p_ref, size_t n_ref)
{
OUString aRange(p_ref, n_ref, RTL_TEXTENCODING_UTF8);
SAL_INFO("sc.orcus.autofilter", "set_range: " << aRange);
maRange.Parse(aRange);
}
void ScOrcusAutoFilter::set_column(orcus::spreadsheet::col_t col)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment