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
ca504ac0
Kaydet (Commit)
ca504ac0
authored
Eki 09, 2001
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#92924#: exception specifications
üst
e1bb3fb7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
34 additions
and
34 deletions
+34
-34
eventsdocumenthandler.hxx
framework/inc/classes/eventsdocumenthandler.hxx
+4
-4
menumanager.hxx
framework/inc/classes/menumanager.hxx
+4
-4
statusbardocumenthandler.hxx
framework/inc/classes/statusbardocumenthandler.hxx
+4
-4
toolboxdocumenthandler.hxx
framework/inc/classes/toolboxdocumenthandler.hxx
+4
-4
toolboxlayoutdocumenthandler.hxx
framework/inc/classes/toolboxlayoutdocumenthandler.hxx
+4
-4
xinterface.hxx
framework/inc/macros/xinterface.hxx
+6
-6
menudocumenthandler.hxx
framework/inc/services/menudocumenthandler.hxx
+4
-4
saxnamespacefilter.hxx
framework/inc/services/saxnamespacefilter.hxx
+4
-4
No files found.
framework/inc/classes/eventsdocumenthandler.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: eventsdocumenthandler.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author:
cd $ $Date: 2001-06-22 13:31:14
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:28:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -136,9 +136,9 @@ class OReadEventsDocumentHandler : public ::com::sun::star::xml::sax::XDocument
virtual
~
OReadEventsDocumentHandler
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/inc/classes/menumanager.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: menumanager.hxx,v $
*
* $Revision: 1.
9
$
* $Revision: 1.
10
$
*
* last change: $Author:
as $ $Date: 2001-06-11 10:13:51
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:28:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -144,9 +144,9 @@ class MenuManager : public XSTATUSLISTENER ,
virtual
~
MenuManager
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
RUNTIMEEXCEPTION
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
RUNTIMEEXCEPTION
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
RUNTIMEEXCEPTION
);
...
...
framework/inc/classes/statusbardocumenthandler.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: statusbardocumenthandler.hxx,v $
*
* $Revision: 1.
1
$
* $Revision: 1.
2
$
*
* last change: $Author:
cd $ $Date: 2001-06-20 09:55:16
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:28:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -137,9 +137,9 @@ class OReadStatusBarDocumentHandler : public ::com::sun::star::xml::sax::XDocu
virtual
~
OReadStatusBarDocumentHandler
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/inc/classes/toolboxdocumenthandler.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxdocumenthandler.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
cd $ $Date: 2001-06-18 09:49:48
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:28:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -140,9 +140,9 @@ class OReadToolBoxDocumentHandler : public ::com::sun::star::xml::sax::XDocument
virtual
~
OReadToolBoxDocumentHandler
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/inc/classes/toolboxlayoutdocumenthandler.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: toolboxlayoutdocumenthandler.hxx,v $
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
* last change: $Author:
cd $ $Date: 2001-09-25 12:22:06
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:28:09
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -142,9 +142,9 @@ class OReadToolBoxLayoutDocumentHandler : public ::com::sun::star::xml::sax::XDo
virtual
~
OReadToolBoxLayoutDocumentHandler
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/inc/macros/xinterface.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: xinterface.hxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
as $ $Date: 2001-08-16 12:15:53
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:33:40
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -125,13 +125,13 @@ ________________________________________________________________________________
// XInterface::release()
//*****************************************************************************************************************
#define PRIVATE_DEFINE_XINTERFACE_AQUIRE_RELEASE( CLASS, BASECLASS ) \
void SAL_CALL CLASS::acquire() throw(
::com::sun::star::uno::RuntimeException )
\
void SAL_CALL CLASS::acquire() throw(
)
\
{ \
/* Don't use mutex in methods of XInterface! */
\
BASECLASS::acquire(); \
} \
\
void SAL_CALL CLASS::release() throw(
::com::sun::star::uno::RuntimeException )
\
void SAL_CALL CLASS::release() throw(
)
\
{ \
/* Don't use mutex in methods of XInterface! */
\
BASECLASS::release(); \
...
...
@@ -287,8 +287,8 @@ ________________________________________________________________________________
//*****************************************************************************************************************
#define DECLARE_XINTERFACE \
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw( ::com::sun::star::uno::RuntimeException ); \
virtual void SAL_CALL acquire ( ) throw(
::com::sun::star::uno::RuntimeException );
\
virtual void SAL_CALL release ( ) throw(
::com::sun::star::uno::RuntimeException
);
virtual void SAL_CALL acquire ( ) throw(
);
\
virtual void SAL_CALL release ( ) throw();
//*****************************************************************************************************************
// public
...
...
framework/inc/services/menudocumenthandler.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: menudocumenthandler.hxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
as $ $Date: 2001-06-11 10:21:31
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:30:49
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -105,9 +105,9 @@ class ReadMenuDocumentHandlerBase : public ::com::sun::star::xml::sax::XDocument
virtual
~
ReadMenuDocumentHandlerBase
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
framework/inc/services/saxnamespacefilter.hxx
Dosyayı görüntüle @
ca504ac0
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: saxnamespacefilter.hxx,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author:
as $ $Date: 2001-06-11 10:21:46
$
* last change: $Author:
hr $ $Date: 2001-10-09 18:30:49
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -104,9 +104,9 @@ class SaxNamespaceFilter : public ::com::sun::star::xml::sax::XDocumentHandler,
virtual
~
SaxNamespaceFilter
();
// XInterface
virtual
void
SAL_CALL
acquire
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
acquire
()
throw
()
{
OWeakObject
::
acquire
();
}
virtual
void
SAL_CALL
release
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
)
virtual
void
SAL_CALL
release
()
throw
()
{
OWeakObject
::
release
();
}
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
rType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
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