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
0eab01c2
Kaydet (Commit)
0eab01c2
authored
May 27, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cid#707236 Uncaught exception
Change-Id: I96d69c4ed7a28f5197507e26eaee68134df2988f
üst
4a150c2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
XPropertyTable.cxx
svx/source/unodraw/XPropertyTable.cxx
+3
-3
No files found.
svx/source/unodraw/XPropertyTable.cxx
Dosyayı görüntüle @
0eab01c2
...
@@ -55,7 +55,7 @@ public:
...
@@ -55,7 +55,7 @@ public:
virtual
~
SvxUnoXPropertyTable
()
throw
();
virtual
~
SvxUnoXPropertyTable
()
throw
();
virtual
uno
::
Any
getAny
(
const
XPropertyEntry
*
pEntry
)
const
throw
()
=
0
;
virtual
uno
::
Any
getAny
(
const
XPropertyEntry
*
pEntry
)
const
throw
()
=
0
;
virtual
XPropertyEntry
*
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
()
=
0
;
virtual
XPropertyEntry
*
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
(
lang
::
IllegalArgumentException
)
=
0
;
// XServiceInfo
// XServiceInfo
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
sal_Bool
SAL_CALL
supportsService
(
const
OUString
&
ServiceName
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
@@ -318,7 +318,7 @@ public:
...
@@ -318,7 +318,7 @@ public:
// SvxUnoXPropertyTable
// SvxUnoXPropertyTable
virtual
uno
::
Any
getAny
(
const
XPropertyEntry
*
pEntry
)
const
throw
()
SAL_OVERRIDE
;
virtual
uno
::
Any
getAny
(
const
XPropertyEntry
*
pEntry
)
const
throw
()
SAL_OVERRIDE
;
virtual
XPropertyEntry
*
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
()
SAL_OVERRIDE
;
virtual
XPropertyEntry
*
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
(
lang
::
IllegalArgumentException
)
SAL_OVERRIDE
;
// XElementAccess
// XElementAccess
virtual
uno
::
Type
SAL_CALL
getElementType
()
throw
(
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
virtual
uno
::
Type
SAL_CALL
getElementType
()
throw
(
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
@@ -345,7 +345,7 @@ uno::Any SvxUnoXLineEndTable::getAny( const XPropertyEntry* pEntry ) const throw
...
@@ -345,7 +345,7 @@ uno::Any SvxUnoXLineEndTable::getAny( const XPropertyEntry* pEntry ) const throw
return
aAny
;
return
aAny
;
}
}
XPropertyEntry
*
SvxUnoXLineEndTable
::
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
()
XPropertyEntry
*
SvxUnoXLineEndTable
::
getEntry
(
const
OUString
&
rName
,
const
uno
::
Any
&
rAny
)
const
throw
(
lang
::
IllegalArgumentException
)
{
{
if
(
!
rAny
.
getValue
()
||
rAny
.
getValueType
()
!=
cppu
::
UnoType
<
drawing
::
PolyPolygonBezierCoords
>::
get
())
if
(
!
rAny
.
getValue
()
||
rAny
.
getValueType
()
!=
cppu
::
UnoType
<
drawing
::
PolyPolygonBezierCoords
>::
get
())
...
...
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