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
bacd723b
Kaydet (Commit)
bacd723b
authored
Nis 18, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix build - the same symbol defined on 2 places.
üst
a47471ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
AccessibleBrowseBoxTableCell.cxx
...sibility/source/extended/AccessibleBrowseBoxTableCell.cxx
+2
-2
AccessibleGridControlTableCell.cxx
...bility/source/extended/AccessibleGridControlTableCell.cxx
+3
-6
No files found.
accessibility/source/extended/AccessibleBrowseBoxTableCell.cxx
Dosyayı görüntüle @
bacd723b
...
@@ -40,13 +40,13 @@ namespace accessibility
...
@@ -40,13 +40,13 @@ namespace accessibility
{
{
namespace
namespace
{
{
void
checkIndex_Impl
(
sal_Int32
_nIndex
,
const
::
rtl
::
OUString
&
_sText
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
static
void
checkIndex_Impl
(
sal_Int32
_nIndex
,
const
::
rtl
::
OUString
&
_sText
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
{
{
if
(
_nIndex
>=
_sText
.
getLength
()
)
if
(
_nIndex
>=
_sText
.
getLength
()
)
throw
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
();
throw
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
();
}
}
sal_Int32
getIndex_Impl
(
sal_Int32
_nRow
,
sal_uInt16
_nColumn
,
sal_uInt16
_nColumnCount
)
s
tatic
s
al_Int32
getIndex_Impl
(
sal_Int32
_nRow
,
sal_uInt16
_nColumn
,
sal_uInt16
_nColumnCount
)
{
{
return
_nRow
*
_nColumnCount
+
_nColumn
;
return
_nRow
*
_nColumnCount
+
_nColumn
;
}
}
...
...
accessibility/source/extended/AccessibleGridControlTableCell.cxx
Dosyayı görüntüle @
bacd723b
...
@@ -40,16 +40,13 @@ namespace accessibility
...
@@ -40,16 +40,13 @@ namespace accessibility
{
{
namespace
namespace
{
{
void
checkIndex_Impl
(
sal_Int32
_nIndex
,
const
::
rtl
::
OUString
&
_sText
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
// FIXME this is a copy'n'paste from
// source/extended/AccessibleBrowseBoxTableCell.cxx, get rid of that...
static
void
checkIndex_Impl
(
sal_Int32
_nIndex
,
const
::
rtl
::
OUString
&
_sText
)
throw
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
{
{
if
(
_nIndex
>=
_sText
.
getLength
()
)
if
(
_nIndex
>=
_sText
.
getLength
()
)
throw
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
();
throw
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
();
}
}
sal_Int32
getIndex_Impl
(
sal_Int32
_nRow
,
sal_uInt16
_nColumn
,
sal_uInt16
_nColumnCount
)
{
return
_nRow
*
_nColumnCount
+
_nColumn
;
}
}
}
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
::
com
::
sun
::
star
::
lang
;
using
namespace
utl
;
using
namespace
utl
;
...
...
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