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
14f23858
Kaydet (Commit)
14f23858
authored
May 10, 2012
tarafından
Daniel Bankston
Kaydeden (comit)
Markus Mohrhard
May 15, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove extra XText call and pass string directly to ScDocument
Change-Id: I568b86f34335bb9290ae796a6140d6e4ff65752b
üst
5057c65f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
worksheethelper.cxx
sc/source/filter/oox/worksheethelper.cxx
+1
-3
No files found.
sc/source/filter/oox/worksheethelper.cxx
Dosyayı görüntüle @
14f23858
...
@@ -1558,9 +1558,7 @@ void WorksheetHelper::putFormulaResult( const CellAddress& rAddress, double fVal
...
@@ -1558,9 +1558,7 @@ void WorksheetHelper::putFormulaResult( const CellAddress& rAddress, double fVal
void
WorksheetHelper
::
putString
(
const
CellAddress
&
rAddress
,
const
OUString
&
rText
)
const
void
WorksheetHelper
::
putString
(
const
CellAddress
&
rAddress
,
const
OUString
&
rText
)
const
{
{
Reference
<
XText
>
xText
(
getCell
(
rAddress
),
UNO_QUERY
);
getScDocument
().
SetString
(
(
SCCOL
)
rAddress
.
Column
,
(
SCROW
)
rAddress
.
Row
,
(
SCTAB
)
rAddress
.
Sheet
,
rText
);
OSL_ENSURE
(
xText
.
is
(),
"WorksheetHelper::putString - missing text interface"
);
if
(
xText
.
is
()
)
xText
->
setString
(
rText
);
}
}
void
WorksheetHelper
::
putRichString
(
const
CellAddress
&
rAddress
,
const
RichString
&
rString
,
const
Font
*
pFirstPortionFont
)
const
void
WorksheetHelper
::
putRichString
(
const
CellAddress
&
rAddress
,
const
RichString
&
rString
,
const
Font
*
pFirstPortionFont
)
const
...
...
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