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
79df6cf5
Kaydet (Commit)
79df6cf5
authored
Haz 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
forms: remove SAL_THROW macro
Change-Id: I532f29e240cf29c5e65c919c4bcaccd86c510ce9
üst
62258d9c
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
21 additions
and
22 deletions
+21
-22
clickableimage.cxx
forms/source/component/clickableimage.cxx
+1
-1
clickableimage.hxx
forms/source/component/clickableimage.hxx
+1
-1
entrylisthelper.cxx
forms/source/component/entrylisthelper.cxx
+1
-1
entrylisthelper.hxx
forms/source/component/entrylisthelper.hxx
+1
-2
controlfeatureinterception.cxx
forms/source/helper/controlfeatureinterception.cxx
+3
-3
InterfaceContainer.hxx
forms/source/inc/InterfaceContainer.hxx
+1
-1
controlfeatureinterception.hxx
forms/source/inc/controlfeatureinterception.hxx
+3
-3
listenercontainers.hxx
forms/source/inc/listenercontainers.hxx
+2
-2
InterfaceContainer.cxx
forms/source/misc/InterfaceContainer.cxx
+1
-1
listenercontainers.cxx
forms/source/misc/listenercontainers.cxx
+1
-1
attributedispatcher.hxx
forms/source/richtext/attributedispatcher.hxx
+2
-2
featuredispatcher.cxx
forms/source/richtext/featuredispatcher.cxx
+1
-1
featuredispatcher.hxx
forms/source/richtext/featuredispatcher.hxx
+1
-1
datatyperepository.cxx
forms/source/xforms/datatyperepository.cxx
+1
-1
datatyperepository.hxx
forms/source/xforms/datatyperepository.hxx
+1
-1
No files found.
forms/source/component/clickableimage.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -381,7 +381,7 @@ namespace frm
}
void
OClickableImageBaseControl
::
implSubmit
(
const
MouseEvent
&
_rEvent
,
const
Reference
<
XInteractionHandler
>&
_rxHandler
)
SAL_THROW
((
VetoException
,
WrappedTargetException
,
RuntimeException
))
void
OClickableImageBaseControl
::
implSubmit
(
const
MouseEvent
&
_rEvent
,
const
Reference
<
XInteractionHandler
>&
_rxHandler
)
{
try
{
...
...
forms/source/component/clickableimage.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -242,7 +242,7 @@ namespace frm
void
implSubmit
(
const
::
com
::
sun
::
star
::
awt
::
MouseEvent
&
_rEvent
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
task
::
XInteractionHandler
>&
aHandler
)
SAL_THROW
((
com
::
sun
::
star
::
util
::
VetoException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
))
;
);
};
class
OImageProducerThread_Impl
:
public
OComponentEventThread
...
...
forms/source/component/entrylisthelper.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -285,7 +285,7 @@ namespace frm
bool
OEntryListHelper
::
convertNewListSourceProperty
(
Any
&
_rConvertedValue
,
Any
&
_rOldValue
,
const
Any
&
_rValue
)
SAL_THROW
(
(
IllegalArgumentException
)
)
Any
&
_rOldValue
,
const
Any
&
_rValue
)
{
if
(
hasExternalListSource
()
)
throw
IllegalArgumentException
(
);
...
...
forms/source/component/entrylisthelper.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -95,8 +95,7 @@ namespace frm
::
com
::
sun
::
star
::
uno
::
Any
&
_rConvertedValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
_rOldValue
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
_rValue
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
)
);
);
/** helper for implementing setFastPropertyValueNoBroadcast
...
...
forms/source/helper/controlfeatureinterception.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -126,7 +126,7 @@ namespace frm
}
}
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
URL
&
_rURL
,
const
OUString
&
_rTargetFrameName
,
::
sal_Int32
_nSearchFlags
)
SAL_THROW
((
RuntimeException
))
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
URL
&
_rURL
,
const
OUString
&
_rTargetFrameName
,
::
sal_Int32
_nSearchFlags
)
{
Reference
<
XDispatch
>
xDispatcher
;
if
(
m_xFirstDispatchInterceptor
.
is
()
)
...
...
@@ -135,13 +135,13 @@ namespace frm
}
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
URL
&
_rURL
)
SAL_THROW
((
RuntimeException
))
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
URL
&
_rURL
)
{
return
queryDispatch
(
_rURL
,
OUString
(),
0
);
}
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
sal_Char
*
_pAsciiURL
)
SAL_THROW
((
RuntimeException
))
Reference
<
XDispatch
>
ControlFeatureInterception
::
queryDispatch
(
const
sal_Char
*
_pAsciiURL
)
{
return
queryDispatch
(
m_pUrlTransformer
->
getStrictURLFromAscii
(
_pAsciiURL
)
);
}
...
...
forms/source/inc/InterfaceContainer.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -263,7 +263,7 @@ protected:
@throws ::com::sun::star::lang::IndexOutOfBoundsException
if the given index does not denote a valid position in our children array
*/
void
implCheckIndex
(
const
sal_Int32
_nIndex
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
)
;
void
implCheckIndex
(
const
sal_Int32
_nIndex
);
private
:
// hack for Vba Events
...
...
forms/source/inc/controlfeatureinterception.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -71,18 +71,18 @@ namespace frm
/** queries the interceptor chain for the given dispatch
*/
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XDispatch
>
queryDispatch
(
const
::
com
::
sun
::
star
::
util
::
URL
&
_rURL
,
const
OUString
&
_rTargetFrameName
,
::
sal_Int32
_nSearchFlags
)
SAL_THROW
((
::
com
::
sun
::
star
::
uno
::
RuntimeException
))
;
queryDispatch
(
const
::
com
::
sun
::
star
::
util
::
URL
&
_rURL
,
const
OUString
&
_rTargetFrameName
,
::
sal_Int32
_nSearchFlags
);
/** queries the interceptor chain for the given dispatch, with a blank target frame and no frame search flags
*/
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XDispatch
>
queryDispatch
(
const
::
com
::
sun
::
star
::
util
::
URL
&
_rURL
)
SAL_THROW
((
::
com
::
sun
::
star
::
uno
::
RuntimeException
))
;
queryDispatch
(
const
::
com
::
sun
::
star
::
util
::
URL
&
_rURL
);
/** queries the interceptor chain for the URL given as ASCII string,
with a blank target frame and no frame search flags
*/
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XDispatch
>
queryDispatch
(
const
sal_Char
*
_pAsciiURL
)
SAL_THROW
((
::
com
::
sun
::
star
::
uno
::
RuntimeException
))
;
queryDispatch
(
const
sal_Char
*
_pAsciiURL
);
};
...
...
forms/source/inc/listenercontainers.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -54,7 +54,7 @@ namespace frm
virtual
bool
implTypedNotify
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
ListenerClass
>&
_rxListener
,
const
EventClass
&
_rEvent
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
Exception
)
)
=
0
;
)
=
0
;
public
:
inline
bool
notify
()
...
...
@@ -112,7 +112,7 @@ namespace frm
virtual
bool
implTypedNotify
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
form
::
XResetListener
>&
_rxListener
,
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
_rEvent
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
uno
::
Exception
)
)
SAL_OVERRIDE
;
)
SAL_OVERRIDE
;
};
...
...
forms/source/misc/InterfaceContainer.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -1018,7 +1018,7 @@ void OInterfaceContainer::implReplaceByIndex( const sal_Int32 _nIndex, const Any
}
void
OInterfaceContainer
::
implCheckIndex
(
const
sal_Int32
_nIndex
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
lang
::
IndexOutOfBoundsException
)
)
void
OInterfaceContainer
::
implCheckIndex
(
const
sal_Int32
_nIndex
)
{
if
(
_nIndex
<
0
||
_nIndex
>=
(
sal_Int32
)
m_aItems
.
size
())
throw
IndexOutOfBoundsException
();
...
...
forms/source/misc/listenercontainers.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -33,7 +33,7 @@ namespace frm
bool
ResetListeners
::
implTypedNotify
(
const
Reference
<
XResetListener
>&
_rxListener
,
const
EventObject
&
_rEvent
)
SAL_THROW
(
(
Exception
)
)
const
EventObject
&
_rEvent
)
{
switch
(
m_eCurrentNotificationType
)
{
...
...
forms/source/richtext/attributedispatcher.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -55,7 +55,7 @@ namespace frm
);
/// notifies a new attribute state
void
notifyAttributeState
(
const
AttributeState
&
_rState
)
SAL_THROW
(())
;
void
notifyAttributeState
(
const
AttributeState
&
_rState
);
protected
:
virtual
~
OAttributeDispatcher
(
);
...
...
@@ -81,7 +81,7 @@ namespace frm
void
notifyState
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XStatusListener
>&
_rxControl
,
const
AttributeState
&
_rState
)
SAL_THROW
(())
;
);
};
...
...
forms/source/richtext/featuredispatcher.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -119,7 +119,7 @@ namespace frm
}
void
ORichTextFeatureDispatcher
::
doNotify
(
const
Reference
<
XStatusListener
>&
_rxListener
,
const
FeatureStateEvent
&
_rEvent
)
const
SAL_THROW
(())
void
ORichTextFeatureDispatcher
::
doNotify
(
const
Reference
<
XStatusListener
>&
_rxListener
,
const
FeatureStateEvent
&
_rEvent
)
const
{
OSL_PRECOND
(
_rxListener
.
is
(),
"ORichTextFeatureDispatcher::doNotify: invalid listener!"
);
if
(
_rxListener
.
is
()
)
...
...
forms/source/richtext/featuredispatcher.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -77,7 +77,7 @@ namespace frm
void
doNotify
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
frame
::
XStatusListener
>&
_rxListener
,
const
::
com
::
sun
::
star
::
frame
::
FeatureStateEvent
&
_rEvent
)
const
SAL_THROW
(())
;
)
const
;
protected
:
// XDispatch
...
...
forms/source/xforms/datatyperepository.cxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -98,7 +98,7 @@ namespace xforms
}
ODataTypeRepository
::
Repository
::
iterator
ODataTypeRepository
::
implLocate
(
const
OUString
&
_rName
,
bool
_bAllowMiss
)
SAL_THROW
(
(
NoSuchElementException
)
)
ODataTypeRepository
::
Repository
::
iterator
ODataTypeRepository
::
implLocate
(
const
OUString
&
_rName
,
bool
_bAllowMiss
)
{
Repository
::
iterator
aTypePos
=
m_aRepository
.
find
(
_rName
);
if
(
aTypePos
==
m_aRepository
.
end
()
&&
!
_bAllowMiss
)
...
...
forms/source/xforms/datatyperepository.hxx
Dosyayı görüntüle @
79df6cf5
...
...
@@ -74,7 +74,7 @@ namespace xforms
private
:
/** locates the type with the given name in our repository, or throws an exception if there is no such type
*/
Repository
::
iterator
implLocate
(
const
OUString
&
_rName
,
bool
_bAllowMiss
=
false
)
SAL_THROW
(
(
::
com
::
sun
::
star
::
container
::
NoSuchElementException
)
)
;
Repository
::
iterator
implLocate
(
const
OUString
&
_rName
,
bool
_bAllowMiss
=
false
);
};
...
...
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