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
2535e00e
Kaydet (Commit)
2535e00e
authored
Mar 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
formatting
Change-Id: Idb189972e5d485bb0bf0655eb2b8e90c4cd21a53
üst
91175c7e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+7
-14
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
2535e00e
...
...
@@ -2022,18 +2022,15 @@ namespace
}
const
uno
::
Sequence
<
sal_Int8
>
&
SwXTextTable
::
getUnoTunnelId
()
{
return
theSwXTextTableUnoTunnelId
::
get
().
getSeq
();
}
{
return
theSwXTextTableUnoTunnelId
::
get
().
getSeq
();
}
sal_Int64
SAL_CALL
SwXTextTable
::
getSomething
(
const
uno
::
Sequence
<
sal_Int8
>&
rId
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
if
(
rId
.
getLength
()
==
16
&&
0
==
memcmp
(
getUnoTunnelId
().
getConstArray
(),
rId
.
getConstArray
(),
16
)
)
if
(
rId
.
getLength
()
==
16
&&
0
==
memcmp
(
getUnoTunnelId
().
getConstArray
(),
rId
.
getConstArray
(),
16
))
{
return
sal
::
static_int_cast
<
sal_Int64
>
(
reinterpret_cast
<
sal_IntPtr
>
(
this
)
);
return
sal
::
static_int_cast
<
sal_Int64
>
(
reinterpret_cast
<
sal_IntPtr
>
(
this
)
);
}
return
0
;
}
...
...
@@ -2050,8 +2047,7 @@ SwXTextTable::SwXTextTable()
nColumns
(
2
),
bFirstRowAsLabel
(
false
),
bFirstColumnAsLabel
(
false
)
{
}
{
}
SwXTextTable
::
SwXTextTable
(
SwFrmFmt
&
rFrmFmt
)
:
SwClient
(
&
rFrmFmt
)
...
...
@@ -2064,13 +2060,10 @@ SwXTextTable::SwXTextTable(SwFrmFmt& rFrmFmt)
nColumns
(
0
),
bFirstRowAsLabel
(
false
),
bFirstColumnAsLabel
(
false
)
{
}
{
}
SwXTextTable
::~
SwXTextTable
()
{
delete
pTableProps
;
}
{
delete
pTableProps
;
}
uno
::
Reference
<
text
::
XTextTable
>
SwXTextTable
::
CreateXTextTable
(
SwFrmFmt
*
const
pFrmFmt
)
...
...
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