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
e9ae2b07
Kaydet (Commit)
e9ae2b07
authored
Haz 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sdext: remove SAL_THROW macro
Change-Id: Ib8649fb4d5aa2249d99d5c9d9ecf9d2307a93c72
üst
a8d5b0c8
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
7 additions
and
17 deletions
+7
-17
PresenterPane.hxx
sdext/source/presenter/PresenterPane.hxx
+1
-2
PresenterPaneBorderManager.cxx
sdext/source/presenter/PresenterPaneBorderManager.cxx
+0
-1
PresenterPaneBorderManager.hxx
sdext/source/presenter/PresenterPaneBorderManager.hxx
+1
-2
PresenterPaneFactory.hxx
sdext/source/presenter/PresenterPaneFactory.hxx
+1
-2
PresenterProtocolHandler.cxx
sdext/source/presenter/PresenterProtocolHandler.cxx
+0
-1
PresenterProtocolHandler.hxx
sdext/source/presenter/PresenterProtocolHandler.hxx
+1
-2
PresenterScreen.cxx
sdext/source/presenter/PresenterScreen.cxx
+0
-1
PresenterScreen.hxx
sdext/source/presenter/PresenterScreen.hxx
+1
-2
PresenterSpritePane.hxx
sdext/source/presenter/PresenterSpritePane.hxx
+1
-2
PresenterViewFactory.hxx
sdext/source/presenter/PresenterViewFactory.hxx
+1
-2
No files found.
sdext/source/presenter/PresenterPane.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -52,8 +52,7 @@ public:
...
@@ -52,8 +52,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
// XPane
// XPane
...
...
sdext/source/presenter/PresenterPaneBorderManager.cxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -56,7 +56,6 @@ Sequence<OUString> PresenterPaneBorderManager::getSupportedServiceNames_static (
...
@@ -56,7 +56,6 @@ Sequence<OUString> PresenterPaneBorderManager::getSupportedServiceNames_static (
}
}
Reference
<
XInterface
>
PresenterPaneBorderManager
::
Create
(
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
Reference
<
XInterface
>
PresenterPaneBorderManager
::
Create
(
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
{
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
new
PresenterPaneBorderManager
(
rxContext
,
NULL
)));
new
PresenterPaneBorderManager
(
rxContext
,
NULL
)));
...
...
sdext/source/presenter/PresenterPaneBorderManager.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -73,8 +73,7 @@ public:
...
@@ -73,8 +73,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
// XInitialization
// XInitialization
...
...
sdext/source/presenter/PresenterPaneFactory.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -76,8 +76,7 @@ public:
...
@@ -76,8 +76,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
virtual
void
SAL_CALL
disposing
(
void
)
virtual
void
SAL_CALL
disposing
(
void
)
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
...
...
sdext/source/presenter/PresenterProtocolHandler.cxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo
...
@@ -246,7 +246,6 @@ Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (vo
Reference
<
XInterface
>
PresenterProtocolHandler
::
Create
(
Reference
<
XInterface
>
PresenterProtocolHandler
::
Create
(
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
SAL_THROW
((
Exception
))
{
{
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
new
PresenterProtocolHandler
(
rxContext
)));
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
new
PresenterProtocolHandler
(
rxContext
)));
}
}
...
...
sdext/source/presenter/PresenterProtocolHandler.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -52,8 +52,7 @@ public:
...
@@ -52,8 +52,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
// XInitialization
// XInitialization
...
...
sdext/source/presenter/PresenterScreen.cxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -102,7 +102,6 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void)
...
@@ -102,7 +102,6 @@ Sequence<OUString> PresenterScreenJob::getSupportedServiceNames_static (void)
}
}
Reference
<
XInterface
>
PresenterScreenJob
::
Create
(
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
Reference
<
XInterface
>
PresenterScreenJob
::
Create
(
const
Reference
<
uno
::
XComponentContext
>&
rxContext
)
SAL_THROW
((
css
::
uno
::
Exception
))
{
{
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
new
PresenterScreenJob
(
rxContext
)));
return
Reference
<
XInterface
>
(
static_cast
<
XWeak
*>
(
new
PresenterScreenJob
(
rxContext
)));
}
}
...
...
sdext/source/presenter/PresenterScreen.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -63,8 +63,7 @@ public:
...
@@ -63,8 +63,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
virtual
void
SAL_CALL
disposing
(
void
)
SAL_OVERRIDE
;
virtual
void
SAL_CALL
disposing
(
void
)
SAL_OVERRIDE
;
...
...
sdext/source/presenter/PresenterSpritePane.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -63,8 +63,7 @@ public:
...
@@ -63,8 +63,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
// XPane
// XPane
...
...
sdext/source/presenter/PresenterViewFactory.hxx
Dosyayı görüntüle @
e9ae2b07
...
@@ -101,8 +101,7 @@ public:
...
@@ -101,8 +101,7 @@ public:
static
OUString
getImplementationName_static
(
void
);
static
OUString
getImplementationName_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Sequence
<
OUString
>
getSupportedServiceNames_static
(
void
);
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
static
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>
Create
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
)
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>&
rxContext
);
SAL_THROW
((
css
::
uno
::
Exception
));
virtual
void
SAL_CALL
disposing
(
void
)
virtual
void
SAL_CALL
disposing
(
void
)
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
throw
(
css
::
uno
::
RuntimeException
)
SAL_OVERRIDE
;
...
...
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