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
b774fc9f
Kaydet (Commit)
b774fc9f
authored
Eyl 22, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix another problem in dxf export
Change-Id: Ib6417b88b89a8960e73d6d4dc985223adb22be4d
üst
8deaaa66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
xestyle.cxx
sc/source/filter/excel/xestyle.cxx
+1
-3
No files found.
sc/source/filter/excel/xestyle.cxx
Dosyayı görüntüle @
b774fc9f
...
@@ -2877,7 +2877,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
...
@@ -2877,7 +2877,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
(
*
mpKeywordTable
)[
NF_KEY_NNNN
]
=
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"DDDD"
)
);
(
*
mpKeywordTable
)[
NF_KEY_NNNN
]
=
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"DDDD"
)
);
// Export the Thai T NatNum modifier.
// Export the Thai T NatNum modifier.
(
*
mpKeywordTable
)[
NF_KEY_THAI_T
]
=
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"T"
)
);
(
*
mpKeywordTable
)[
NF_KEY_THAI_T
]
=
String
(
RTL_CONSTASCII_USTRINGPARAM
(
"T"
)
);
sal_Int32
nNumFmtIndex
=
0
;
SCTAB
nTables
=
rRoot
.
GetDoc
().
GetTableCount
();
SCTAB
nTables
=
rRoot
.
GetDoc
().
GetTableCount
();
for
(
SCTAB
nTab
=
0
;
nTab
<
nTables
;
++
nTab
)
for
(
SCTAB
nTab
=
0
;
nTab
<
nTables
;
++
nTab
)
...
@@ -2949,9 +2948,8 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
...
@@ -2949,9 +2948,8 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
if
(
rSet
.
GetItemState
(
ATTR_VALUE_FORMAT
,
sal_True
,
&
pPoolItem
)
==
SFX_ITEM_SET
)
if
(
rSet
.
GetItemState
(
ATTR_VALUE_FORMAT
,
sal_True
,
&
pPoolItem
)
==
SFX_ITEM_SET
)
{
{
sal_uLong
nScNumFmt
=
static_cast
<
sal_uInt32
>
(
static_cast
<
const
SfxInt32Item
*
>
(
pPoolItem
)
->
GetValue
());
sal_uLong
nScNumFmt
=
static_cast
<
sal_uInt32
>
(
static_cast
<
const
SfxInt32Item
*
>
(
pPoolItem
)
->
GetValue
());
sal_
uInt16
nXclNumFmt
=
static_cast
<
sal_uInt16
>
(
EXC_FORMAT_OFFSET8
+
nIndex
);
sal_
Int32
nXclNumFmt
=
GetRoot
().
GetNumFmtBuffer
().
Insert
(
nScNumFmt
);
pNumFormat
=
new
XclExpNumFmt
(
nScNumFmt
,
nXclNumFmt
,
GetNumberFormatCode
(
*
this
,
nScNumFmt
,
mxFormatter
.
get
(),
mpKeywordTable
.
get
()
));
pNumFormat
=
new
XclExpNumFmt
(
nScNumFmt
,
nXclNumFmt
,
GetNumberFormatCode
(
*
this
,
nScNumFmt
,
mxFormatter
.
get
(),
mpKeywordTable
.
get
()
));
++
nNumFmtIndex
;
}
}
maDxf
.
push_back
(
new
XclExpDxf
(
rRoot
,
pAlign
,
pBorder
,
pFont
,
pNumFormat
,
pCellProt
,
pColor
));
maDxf
.
push_back
(
new
XclExpDxf
(
rRoot
,
pAlign
,
pBorder
,
pFont
,
pNumFormat
,
pCellProt
,
pColor
));
...
...
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