Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
83ce673e
Kaydet (Commit)
83ce673e
authored
Agu 22, 2014
tarafından
Markus Mohrhard
Kaydeden (comit)
Markus Mohrhard
Agu 28, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
parse the range for autofilter
Change-Id: Ia47e42db3a66a8d620803468182e8b9d3465b8e4
üst
57a8c00e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
orcusinterface.hxx
sc/source/filter/inc/orcusinterface.hxx
+2
-0
interface.cxx
sc/source/filter/orcus/interface.cxx
+2
-0
No files found.
sc/source/filter/inc/orcusinterface.hxx
Dosyayı görüntüle @
83ce673e
...
...
@@ -92,6 +92,8 @@ public:
private
:
ScDocument
&
mrDoc
;
ScRange
maRange
;
};
class
ScOrcusSheet
:
public
orcus
::
spreadsheet
::
iface
::
import_sheet
...
...
sc/source/filter/orcus/interface.cxx
Dosyayı görüntüle @
83ce673e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment