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
a0008fd7
Kaydet (Commit)
a0008fd7
authored
Şub 03, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Iafaf65e5b25f5d9e00e1dc73db280f6605ad1de5
üst
a61f3161
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
AffineBridge.cxx
cppu/source/AffineBridge/AffineBridge.cxx
+3
-3
UnsafeBridge.cxx
cppu/source/UnsafeBridge/UnsafeBridge.cxx
+1
-1
Proxy.hxx
cppu/source/helper/purpenv/Proxy.hxx
+2
-2
EnvStack.cxx
cppu/source/uno/EnvStack.cxx
+2
-2
No files found.
cppu/source/AffineBridge/AffineBridge.cxx
Dosyayı görüntüle @
a0008fd7
...
...
@@ -42,7 +42,7 @@
class
InnerThread
;
class
OuterThread
;
class
SAL_DLLPRIVATE
AffineBridge
:
public
cppu
::
Enterable
class
AffineBridge
:
public
cppu
::
Enterable
{
public
:
enum
Msg
...
...
@@ -81,7 +81,7 @@ public:
void
outerDispatch
(
int
loop
);
};
class
SAL_DLLPRIVATE
InnerThread
:
public
osl
::
Thread
class
InnerThread
:
public
osl
::
Thread
{
virtual
void
SAL_CALL
run
(
void
);
...
...
@@ -102,7 +102,7 @@ void InnerThread::run(void)
m_pAffineBridge
->
leave
();
}
class
SAL_DLLPRIVATE
OuterThread
:
public
osl
::
Thread
class
OuterThread
:
public
osl
::
Thread
{
virtual
void
SAL_CALL
run
(
void
);
...
...
cppu/source/UnsafeBridge/UnsafeBridge.cxx
Dosyayı görüntüle @
a0008fd7
...
...
@@ -40,7 +40,7 @@
#endif
class
SAL_DLLPRIVATE
UnsafeBridge
:
public
cppu
::
Enterable
class
UnsafeBridge
:
public
cppu
::
Enterable
{
osl
::
Mutex
m_mutex
;
sal_Int32
m_count
;
...
...
cppu/source/helper/purpenv/Proxy.hxx
Dosyayı görüntüle @
a0008fd7
...
...
@@ -32,7 +32,7 @@
namespace
cssu
=
com
::
sun
::
star
::
uno
;
class
SAL_DLLPRIVATE
Proxy
:
public
uno_Interface
class
Proxy
:
public
uno_Interface
{
oslInterlockedCount
m_nRef
;
...
...
@@ -76,7 +76,7 @@ public:
};
extern
"C"
SAL_DLLPRIVATE
void
SAL_CALL
Proxy_free
(
uno_ExtEnvironment
*
pEnv
,
void
*
pProxy
)
SAL_THROW_EXTERN_C
();
extern
"C"
void
SAL_CALL
Proxy_free
(
uno_ExtEnvironment
*
pEnv
,
void
*
pProxy
)
SAL_THROW_EXTERN_C
();
#endif
...
...
cppu/source/uno/EnvStack.cxx
Dosyayı görüntüle @
a0008fd7
...
...
@@ -35,7 +35,7 @@
using
namespace
com
::
sun
::
star
;
struct
SAL_DLLPRIVATE
oslThreadIdentifier_equal
struct
oslThreadIdentifier_equal
{
bool
operator
()(
oslThreadIdentifier
s1
,
oslThreadIdentifier
s2
)
const
;
};
...
...
@@ -48,7 +48,7 @@ bool oslThreadIdentifier_equal::operator()(oslThreadIdentifier s1, oslThreadIden
}
struct
SAL_DLLPRIVATE
oslThreadIdentifier_hash
struct
oslThreadIdentifier_hash
{
size_t
operator
()(
oslThreadIdentifier
s1
)
const
;
};
...
...
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