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
6e469f76
Kaydet (Commit)
6e469f76
authored
Mar 13, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused VCLXWindowImpl parts
Change-Id: I6b26243e9669c791fdf1bd68193675ca780d41ee
üst
fb542379
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
24 deletions
+3
-24
vclxwindow.cxx
toolkit/source/awt/vclxwindow.cxx
+3
-24
No files found.
toolkit/source/awt/vclxwindow.cxx
Dosyayı görüntüle @
6e469f76
...
...
@@ -60,6 +60,7 @@
#include <toolkit/helper/unopropertyarrayhelper.hxx>
#include <boost/bind.hpp>
#include <boost/noncopyable.hpp>
using
namespace
::
com
::
sun
::
star
;
...
...
@@ -84,7 +85,7 @@ namespace MouseWheelBehavior = ::com::sun::star::awt::MouseWheelBehavior;
//= VCLXWindowImpl
class
VCLXWindowImpl
class
VCLXWindowImpl
:
private
boost
::
noncopyable
{
private
:
typedef
::
std
::
vector
<
VCLXWindow
::
Callback
>
CallbackArray
;
...
...
@@ -183,19 +184,10 @@ public:
inline
VclContainerListenerMultiplexer
&
getContainerListeners
()
{
return
maContainerListeners
;
}
inline
TopWindowListenerMultiplexer
&
getTopWindowListeners
()
{
return
maTopWindowListeners
;
}
virtual
~
VCLXWindowImpl
();
protected
:
virtual
void
SAL_CALL
acquire
();
virtual
void
SAL_CALL
release
();
~
VCLXWindowImpl
();
private
:
DECL_LINK
(
OnProcessCallbacks
,
void
*
);
private
:
VCLXWindowImpl
();
// never implemented
VCLXWindowImpl
(
const
VCLXWindowImpl
&
);
// never implemented
VCLXWindowImpl
&
operator
=
(
const
VCLXWindowImpl
&
);
// never implemented
};
...
...
@@ -313,19 +305,6 @@ IMPL_LINK_NOARG(VCLXWindowImpl, OnProcessCallbacks)
return
0L
;
}
void
SAL_CALL
VCLXWindowImpl
::
acquire
()
{
mrAntiImpl
.
acquire
();
}
void
SAL_CALL
VCLXWindowImpl
::
release
()
{
mrAntiImpl
.
release
();
}
Reference
<
XStyleSettings
>
VCLXWindowImpl
::
getStyleSettings
()
{
SolarMutexGuard
aGuard
;
...
...
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