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
4b7cc85c
Kaydet (Commit)
4b7cc85c
authored
Eyl 28, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sc: switch filters-test to the new shared unit test code
üst
00004ec8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
CppunitTest_sc_test_filters.mk
sc/CppunitTest_sc_test_filters.mk
+1
-0
filters-test.cxx
sc/qa/unit/filters-test.cxx
+0
-0
csv_handler.hxx
sc/qa/unit/helper/csv_handler.hxx
+7
-2
No files found.
sc/CppunitTest_sc_test_filters.mk
Dosyayı görüntüle @
4b7cc85c
...
@@ -35,6 +35,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
...
@@ -35,6 +35,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_filters_test, \
))
))
$(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
$(eval $(call gb_CppunitTest_add_linked_libs,sc_filters_test, \
test \
avmedia \
avmedia \
basegfx \
basegfx \
comphelper \
comphelper \
...
...
sc/qa/unit/filters-test.cxx
Dosyayı görüntüle @
4b7cc85c
This diff is collapsed.
Click to expand it.
sc/qa/unit/helper/csv_handler.hxx
Dosyayı görüntüle @
4b7cc85c
...
@@ -27,8 +27,14 @@
...
@@ -27,8 +27,14 @@
#include <iostream>
#include <iostream>
#define DEBUG_CSV_HANDLER 0
#include "docsh.hxx"
#include "postit.hxx"
#include "patattr.hxx"
#include "scitems.hxx"
#include "document.hxx"
#include "cellform.hxx"
#define DEBUG_CSV_HANDLER 0
namespace
{
namespace
{
...
@@ -47,7 +53,6 @@ rtl::OUString getConditionalFormatString(ScDocument* pDoc, SCCOL nCol, SCROW nRo
...
@@ -47,7 +53,6 @@ rtl::OUString getConditionalFormatString(ScDocument* pDoc, SCCOL nCol, SCROW nRo
}
}
enum
StringType
{
PureString
,
FormulaValue
,
StringValue
};
enum
StringType
{
PureString
,
FormulaValue
,
StringValue
};
class
csv_handler
class
csv_handler
...
...
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