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
8e7ec95d
Kaydet (Commit)
8e7ec95d
authored
Nis 22, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#989725 Uncaught exception
Change-Id: I8904995c474146746623cfda36b8ddb81146070c
üst
529215e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vbatablehelper.cxx
sw/source/ui/vba/vbatablehelper.cxx
+1
-1
vbatablehelper.hxx
sw/source/ui/vba/vbatablehelper.hxx
+1
-1
No files found.
sw/source/ui/vba/vbatablehelper.cxx
Dosyayı görüntüle @
8e7ec95d
...
@@ -230,7 +230,7 @@ sal_Int32 SwVbaTableHelper::GetColWidth( SwTabCols& rCols, sal_Int32 nNum ) thro
...
@@ -230,7 +230,7 @@ sal_Int32 SwVbaTableHelper::GetColWidth( SwTabCols& rCols, sal_Int32 nNum ) thro
return
nWidth
;
return
nWidth
;
}
}
void
SwVbaTableHelper
::
SetColWidth
(
sal_Int32
_width
,
sal_Int32
nCol
,
sal_Int32
nRow
,
bool
bCurRowOnly
)
throw
(
css
::
uno
::
RuntimeException
)
void
SwVbaTableHelper
::
SetColWidth
(
sal_Int32
_width
,
sal_Int32
nCol
,
sal_Int32
nRow
,
bool
bCurRowOnly
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
)
{
{
double
dAbsWidth
=
Millimeter
::
getInHundredthsOfOneMillimeter
(
_width
);
double
dAbsWidth
=
Millimeter
::
getInHundredthsOfOneMillimeter
(
_width
);
sal_Int32
nTableWidth
=
getTableWidth
(
);
sal_Int32
nTableWidth
=
getTableWidth
(
);
...
...
sw/source/ui/vba/vbatablehelper.hxx
Dosyayı görüntüle @
8e7ec95d
...
@@ -47,7 +47,7 @@ public:
...
@@ -47,7 +47,7 @@ public:
sal_Int32
getTableWidth
(
)
throw
(
css
::
uno
::
RuntimeException
);
sal_Int32
getTableWidth
(
)
throw
(
css
::
uno
::
RuntimeException
);
sal_Int32
GetColWidth
(
sal_Int32
nCol
,
sal_Int32
nRow
=
0
,
bool
bCurRowOnly
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
sal_Int32
GetColWidth
(
sal_Int32
nCol
,
sal_Int32
nRow
=
0
,
bool
bCurRowOnly
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
void
SetColWidth
(
sal_Int32
_width
,
sal_Int32
nCol
,
sal_Int32
nRow
=
0
,
bool
bCurRowOnly
=
false
)
throw
(
css
::
uno
::
RuntimeException
);
void
SetColWidth
(
sal_Int32
_width
,
sal_Int32
nCol
,
sal_Int32
nRow
=
0
,
bool
bCurRowOnly
=
false
)
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
static
SwTable
*
GetSwTable
(
const
css
::
uno
::
Reference
<
css
::
text
::
XTextTable
>&
xTextTable
)
throw
(
css
::
uno
::
RuntimeException
);
static
SwTable
*
GetSwTable
(
const
css
::
uno
::
Reference
<
css
::
text
::
XTextTable
>&
xTextTable
)
throw
(
css
::
uno
::
RuntimeException
);
static
OUString
getColumnStr
(
sal_Int32
nCol
);
static
OUString
getColumnStr
(
sal_Int32
nCol
);
...
...
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