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
edcb5a3c
Kaydet (Commit)
edcb5a3c
authored
Agu 31, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Disconnect and Connect don't do anything now
Change-Id: If18f530f613e7cb9d0c8f0989752f31178c97dcd
üst
34c8903f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
svdde.hxx
include/svl/svdde.hxx
+0
-2
ddesvr.cxx
svl/source/svdde/ddesvr.cxx
+0
-11
ddedummy.cxx
svl/unx/source/svdde/ddedummy.cxx
+0
-8
No files found.
include/svl/svdde.hxx
Dosyayı görüntüle @
edcb5a3c
...
...
@@ -288,8 +288,6 @@ class SVL_DLLPUBLIC DdeTopic
SVL_DLLPRIVATE
void
_Disconnect
(
sal_IntPtr
);
public
:
void
Connect
(
sal_IntPtr
);
void
Disconnect
(
sal_IntPtr
);
virtual
DdeData
*
Get
(
SotClipboardFormatId
);
virtual
bool
Put
(
const
DdeData
*
);
virtual
bool
Execute
(
const
OUString
*
);
...
...
svl/source/svdde/ddesvr.cxx
Dosyayı görüntüle @
edcb5a3c
...
...
@@ -170,7 +170,6 @@ HDDEDATA CALLBACK DdeInternal::SvrCallback(
pTopic
=
FindTopic
(
*
pService
,
hText1
);
if
(
pTopic
)
{
pTopic
->
Connect
(
(
sal_IntPtr
)
hConv
);
pC
=
new
Conversation
;
pC
->
hConv
=
hConv
;
pC
->
pTopic
=
pTopic
;
...
...
@@ -678,21 +677,11 @@ void DdeTopic::NotifyClient( const OUString& rItem )
}
}
void
DdeTopic
::
Connect
(
sal_IntPtr
/*nId*/
)
{
}
void
DdeTopic
::
Disconnect
(
sal_IntPtr
/*nId*/
)
{
}
void
DdeTopic
::
_Disconnect
(
sal_IntPtr
nId
)
{
std
::
vector
<
DdeItem
*>::
iterator
iter
;
for
(
iter
=
aItems
.
begin
();
iter
!=
aItems
.
end
();
++
iter
)
(
*
iter
)
->
DecMonitor
(
nId
);
Disconnect
(
nId
);
}
DdeData
*
DdeTopic
::
Get
(
SotClipboardFormatId
/*nFmt*/
)
...
...
svl/unx/source/svdde/ddedummy.cxx
Dosyayı görüntüle @
edcb5a3c
...
...
@@ -145,14 +145,6 @@ DdeTopic::~DdeTopic()
{
}
void
DdeTopic
::
Connect
(
SAL_UNUSED_PARAMETER
long
)
{
}
void
DdeTopic
::
Disconnect
(
SAL_UNUSED_PARAMETER
long
)
{
}
void
DdeTopic
::
InsertItem
(
SAL_UNUSED_PARAMETER
DdeItem
*
)
{
}
...
...
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