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
6e6d4427
Kaydet (Commit)
6e6d4427
authored
Eyl 17, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx to OUString
Change-Id: I486739779d2d229da12c6f6c042fee83f72c7103
üst
45706930
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
XMLChangeTrackingExportHelper.cxx
sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx
+2
-2
XMLChangeTrackingExportHelper.hxx
sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
+1
-2
No files found.
sc/source/filter/xml/XMLChangeTrackingExportHelper.cxx
Dosyayı görüntüle @
6e6d4427
...
@@ -229,10 +229,10 @@ void ScChangeTrackingExportHelper::WriteEmptyCell()
...
@@ -229,10 +229,10 @@ void ScChangeTrackingExportHelper::WriteEmptyCell()
SvXMLElementExport
aElemEmptyCell
(
rExport
,
XML_NAMESPACE_TABLE
,
XML_CHANGE_TRACK_TABLE_CELL
,
true
,
true
);
SvXMLElementExport
aElemEmptyCell
(
rExport
,
XML_NAMESPACE_TABLE
,
XML_CHANGE_TRACK_TABLE_CELL
,
true
,
true
);
}
}
void
ScChangeTrackingExportHelper
::
SetValueAttributes
(
const
double
&
fValue
,
const
String
&
sValue
)
void
ScChangeTrackingExportHelper
::
SetValueAttributes
(
const
double
&
fValue
,
const
OU
String
&
sValue
)
{
{
bool
bSetAttributes
(
false
);
bool
bSetAttributes
(
false
);
if
(
sValue
.
Len
())
if
(
!
sValue
.
isEmpty
())
{
{
sal_uInt32
nIndex
=
0
;
sal_uInt32
nIndex
=
0
;
double
fTempValue
=
0.0
;
double
fTempValue
=
0.0
;
...
...
sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx
Dosyayı görüntüle @
6e6d4427
...
@@ -34,7 +34,6 @@ struct ScCellValue;
...
@@ -34,7 +34,6 @@ struct ScCellValue;
class
ScChangeActionDel
;
class
ScChangeActionDel
;
class
ScBigRange
;
class
ScBigRange
;
class
ScEditEngineTextObj
;
class
ScEditEngineTextObj
;
class
String
;
typedef
std
::
list
<
ScChangeActionDel
*>
ScMyDeletionsList
;
typedef
std
::
list
<
ScChangeActionDel
*>
ScMyDeletionsList
;
typedef
std
::
map
<
sal_uLong
,
ScChangeAction
*>
ScChangeActionMap
;
typedef
std
::
map
<
sal_uLong
,
ScChangeAction
*>
ScChangeActionMap
;
...
@@ -60,7 +59,7 @@ class ScChangeTrackingExportHelper
...
@@ -60,7 +59,7 @@ class ScChangeTrackingExportHelper
void
WriteDependings
(
ScChangeAction
*
pAction
);
void
WriteDependings
(
ScChangeAction
*
pAction
);
void
WriteEmptyCell
();
void
WriteEmptyCell
();
void
SetValueAttributes
(
const
double
&
fValue
,
const
String
&
sValue
);
void
SetValueAttributes
(
const
double
&
fValue
,
const
OU
String
&
sValue
);
void
WriteValueCell
(
const
ScCellValue
&
rCell
,
const
OUString
&
sValue
);
void
WriteValueCell
(
const
ScCellValue
&
rCell
,
const
OUString
&
sValue
);
void
WriteStringCell
(
const
ScCellValue
&
rCell
);
void
WriteStringCell
(
const
ScCellValue
&
rCell
);
void
WriteEditCell
(
const
ScCellValue
&
rCell
);
void
WriteEditCell
(
const
ScCellValue
&
rCell
);
...
...
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