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
aa1aedb2
Kaydet (Commit)
aa1aedb2
authored
Nis 22, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rhbz#954991 Avoid static data (causing trouble at exit)
Change-Id: Ifc8275276811ba24b62f93096e7cb98a5dbf658c
üst
5329713c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
salinst.h
vcl/inc/unx/salinst.h
+10
-0
X11_service.cxx
vcl/unx/generic/dtrans/X11_service.cxx
+0
-2
No files found.
vcl/inc/unx/salinst.h
Dosyayı görüntüle @
aa1aedb2
...
@@ -27,10 +27,20 @@
...
@@ -27,10 +27,20 @@
#include <vcl/solarmutex.hxx>
#include <vcl/solarmutex.hxx>
#include "generic/geninst.h"
#include "generic/geninst.h"
#include <prex.h>
#include <X11/Xlib.h>
#include <postx.h>
namespace
com
{
namespace
sun
{
namespace
star
{
namespace
datatransfer
{
namespace
clipboard
{
class
XClipboard
;
}
}
}
}
}
class
SalXLib
;
class
SalXLib
;
class
VCLPLUG_GEN_PUBLIC
X11SalInstance
:
public
SalGenericInstance
class
VCLPLUG_GEN_PUBLIC
X11SalInstance
:
public
SalGenericInstance
{
{
private
:
boost
::
unordered_map
<
OUString
,
boost
::
unordered_map
<
Atom
,
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
datatransfer
::
clipboard
::
XClipboard
>
>
,
OUStringHash
>
m_aInstances
;
protected
:
protected
:
SalXLib
*
mpXLib
;
SalXLib
*
mpXLib
;
public
:
public
:
...
...
vcl/unx/generic/dtrans/X11_service.cxx
Dosyayı görüntüle @
aa1aedb2
...
@@ -61,8 +61,6 @@ Sequence< OUString > SAL_CALL x11::Xdnd_dropTarget_getSupportedServiceNames()
...
@@ -61,8 +61,6 @@ Sequence< OUString > SAL_CALL x11::Xdnd_dropTarget_getSupportedServiceNames()
css
::
uno
::
Reference
<
XInterface
>
X11SalInstance
::
CreateClipboard
(
const
Sequence
<
Any
>&
arguments
)
css
::
uno
::
Reference
<
XInterface
>
X11SalInstance
::
CreateClipboard
(
const
Sequence
<
Any
>&
arguments
)
{
{
static
boost
::
unordered_map
<
OUString
,
::
boost
::
unordered_map
<
Atom
,
Reference
<
XClipboard
>
>
,
OUStringHash
>
m_aInstances
;
OUString
aDisplayName
;
OUString
aDisplayName
;
Atom
nSelection
;
Atom
nSelection
;
...
...
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