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
10469041
Kaydet (Commit)
10469041
authored
Mar 28, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
simplify a bit
Change-Id: I8bafb5195f6c98a7e0e512aec947f0e5e2867c13
üst
690eb78e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+4
-7
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
10469041
...
...
@@ -2349,12 +2349,12 @@ uno::Reference<table::XCellRange> SwXTextTable::getCellRangeByPosition(sal_Int3
throw
lang
::
IndexOutOfBoundsException
();
}
uno
::
Reference
<
table
::
XCellRange
>
SwXTextTable
::
getCellRangeByName
(
const
OUString
&
sRange
)
uno
::
Reference
<
table
::
XCellRange
>
SwXTextTable
::
getCellRangeByName
(
const
OUString
&
sRange
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
SolarMutexGuard
aGuard
;
uno
::
Reference
<
table
::
XCellRange
>
aRef
;
SwFrmFmt
*
pFmt
=
GetFrmFmt
(
);
SwFrmFmt
*
pFmt
(
GetFrmFmt
()
);
if
(
pFmt
)
{
SwTable
*
pTable
=
SwTable
::
FindTable
(
pFmt
);
...
...
@@ -2375,13 +2375,10 @@ uno::Reference< table::XCellRange > SwXTextTable::getCellRangeByName(const OUSt
// elsewhere when the cursor in the implementation does not
// point to the top-left and bottom-right cells
aDesc
.
Normalize
();
aRef
=
GetRangeByName
(
pFmt
,
pTable
,
sTLName
,
sBRName
,
aDesc
);
return
GetRangeByName
(
pFmt
,
pTable
,
sTLName
,
sBRName
,
aDesc
);
}
}
if
(
!
aRef
.
is
())
throw
uno
::
RuntimeException
();
return
aRef
;
throw
uno
::
RuntimeException
();
}
uno
::
Sequence
<
uno
::
Sequence
<
uno
::
Any
>
>
SAL_CALL
SwXTextTable
::
getDataArray
()
...
...
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