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
697a007c
Kaydet (Commit)
697a007c
authored
May 22, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix exception specifications
Change-Id: Ic2384073bba833224815582d4b9fee88c1ead782
üst
114e445e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
dialogcontrol.hxx
include/toolkit/controls/dialogcontrol.hxx
+12
-12
No files found.
include/toolkit/controls/dialogcontrol.hxx
Dosyayı görüntüle @
697a007c
...
...
@@ -178,21 +178,21 @@ public:
// overrides to resolve ambiguity
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
rtl
::
OUString
&
p1
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getPropertyValue
(
const
rtl
::
OUString
&
p1
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
getPropertyValue
(
p1
);
}
virtual
void
SAL_CALL
setPropertyValue
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
setPropertyValue
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
beans
::
PropertyVetoException
,
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
setPropertyValue
(
p1
,
p2
);
}
virtual
void
SAL_CALL
addPropertyChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
addPropertyChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
p2
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
addPropertyChangeListener
(
p1
,
p2
);
}
virtual
void
SAL_CALL
removePropertyChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
removePropertyChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XPropertyChangeListener
>&
p2
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
removePropertyChangeListener
(
p1
,
p2
);
}
virtual
void
SAL_CALL
addVetoableChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
addVetoableChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
p2
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
addVetoableChangeListener
(
p1
,
p2
);
}
virtual
void
SAL_CALL
removeVetoableChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
removeVetoableChangeListener
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
beans
::
XVetoableChangeListener
>&
p2
)
throw
(
com
::
sun
::
star
::
beans
::
UnknownPropertyException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
removeVetoableChangeListener
(
p1
,
p2
);
}
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
createInstance
(
const
OUString
&
p1
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
createInstance
(
const
OUString
&
p1
)
throw
(
com
::
sun
::
star
::
uno
::
Exception
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
createInstance
(
p1
);
}
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
createInstanceWithArguments
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Any
>&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
createInstanceWithArguments
(
const
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Any
>&
p2
)
throw
(
com
::
sun
::
star
::
uno
::
Exception
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
createInstanceWithArguments
(
p1
,
p2
);
}
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>
SAL_CALL
getAvailableServiceNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
getAvailableServiceNames
();
}
...
...
@@ -202,17 +202,17 @@ public:
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
getElementType
();
}
virtual
sal_Bool
SAL_CALL
hasElements
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
hasElements
();
}
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getByName
(
const
rtl
::
OUString
&
p1
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getByName
(
const
rtl
::
OUString
&
p1
)
throw
(
com
::
sun
::
star
::
container
::
NoSuchElementException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
getByName
(
p1
);
}
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
rtl
::
OUString
>
SAL_CALL
getElementNames
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
getElementNames
();
}
virtual
sal_Bool
SAL_CALL
hasByName
(
const
rtl
::
OUString
&
p1
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
return
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
hasByName
(
p1
);
}
virtual
void
SAL_CALL
replaceByName
(
const
rtl
::
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
replaceByName
(
const
rtl
::
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
com
::
sun
::
star
::
container
::
NoSuchElementException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
replaceByName
(
p1
,
p2
);
}
virtual
void
SAL_CALL
insertByName
(
const
rtl
::
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
insertByName
(
const
rtl
::
OUString
&
p1
,
const
com
::
sun
::
star
::
uno
::
Any
&
p2
)
throw
(
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
com
::
sun
::
star
::
container
::
ElementExistException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
insertByName
(
p1
,
p2
);
}
virtual
void
SAL_CALL
removeByName
(
const
rtl
::
OUString
&
p1
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
removeByName
(
const
rtl
::
OUString
&
p1
)
throw
(
com
::
sun
::
star
::
container
::
NoSuchElementException
,
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
com
::
sun
::
star
::
uno
::
RuntimeException
)
{
UnoControlDialogModel_Base
::
ControlModelContainerBase
::
removeByName
(
p1
);
}
...
...
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