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
6fd45322
Kaydet (Commit)
6fd45322
authored
Ock 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
help out clang
Change-Id: I19bee6bfa1c499a295b007002c005d8c3f8ce12c
üst
c1ea4a0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
qahelper.cxx
sc/qa/unit/helper/qahelper.cxx
+6
-0
qahelper.hxx
sc/qa/unit/helper/qahelper.hxx
+2
-0
No files found.
sc/qa/unit/helper/qahelper.cxx
Dosyayı görüntüle @
6fd45322
...
@@ -65,6 +65,12 @@ std::ostream& operator<<(std::ostream& rStrm, const Color& rColor)
...
@@ -65,6 +65,12 @@ std::ostream& operator<<(std::ostream& rStrm, const Color& rColor)
return
rStrm
;
return
rStrm
;
}
}
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
OpCode
&
rCode
)
{
rStrm
<<
static_cast
<
sal_uInt16
>
(
rCode
);
return
rStrm
;
}
FileFormat
aFileFormats
[]
=
{
FileFormat
aFileFormats
[]
=
{
{
"ods"
,
"calc8"
,
""
,
ODS_FORMAT_TYPE
},
{
"ods"
,
"calc8"
,
""
,
ODS_FORMAT_TYPE
},
{
"xls"
,
"MS Excel 97"
,
"calc_MS_EXCEL_97"
,
XLS_FORMAT_TYPE
},
{
"xls"
,
"MS Excel 97"
,
"calc_MS_EXCEL_97"
,
XLS_FORMAT_TYPE
},
...
...
sc/qa/unit/helper/qahelper.hxx
Dosyayı görüntüle @
6fd45322
...
@@ -105,6 +105,8 @@ std::ostream& operator<<(std::ostream& rStrm, const ScRangeList& rList);
...
@@ -105,6 +105,8 @@ std::ostream& operator<<(std::ostream& rStrm, const ScRangeList& rList);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
Color
&
rColor
);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
Color
&
rColor
);
std
::
ostream
&
operator
<<
(
std
::
ostream
&
rStrm
,
const
OpCode
&
rCode
);
// Why is this here and not in osl, and using the already existing file
// Why is this here and not in osl, and using the already existing file
// handling APIs? Do we really want to add arbitrary new file handling
// handling APIs? Do we really want to add arbitrary new file handling
// wrappers here and there (and then having to handle the Android (and
// wrappers here and there (and then having to handle the Android (and
...
...
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