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
4338d2f8
Kaydet (Commit)
4338d2f8
authored
Eyl 26, 2012
tarafından
Noel Grandin
Kaydeden (comit)
Michael Stahl
Eki 04, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool->bool in svl::DdeTransaction
Change-Id: I97dd4411b5293b8f61527505e54608442eb18cca
üst
c2963398
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
svdde.hxx
svl/inc/svl/svdde.hxx
+2
-2
ddecli.cxx
svl/source/svdde/ddecli.cxx
+3
-3
No files found.
svl/inc/svl/svdde.hxx
Dosyayı görüntüle @
4338d2f8
...
...
@@ -100,14 +100,14 @@ protected:
long
nTime
;
Link
aData
;
Link
aDone
;
sal_B
ool
bBusy
;
b
ool
bBusy
;
DdeTransaction
(
DdeConnection
&
,
SAL_UNUSED_PARAMETER
const
String
&
,
SAL_UNUSED_PARAMETER
long
=
0
);
public
:
virtual
~
DdeTransaction
();
sal_B
ool
IsBusy
()
{
return
bBusy
;
}
b
ool
IsBusy
()
{
return
bBusy
;
}
const
rtl
::
OUString
GetName
()
const
;
void
Execute
();
...
...
svl/source/svdde/ddecli.cxx
Dosyayı görüntüle @
4338d2f8
...
...
@@ -85,7 +85,7 @@ HDDEDATA CALLBACK DdeInternal::CliCallback(
if
(
(
DWORD
)(
*
iter
)
->
nId
==
nInfo1
)
{
nCode
=
(
*
iter
)
->
nType
&
(
XCLASS_MASK
|
XTYP_MASK
);
(
*
iter
)
->
bBusy
=
sal_F
alse
;
(
*
iter
)
->
bBusy
=
f
alse
;
(
*
iter
)
->
Done
(
0
!=
hData
);
bFound
=
sal_True
;
}
...
...
@@ -266,7 +266,7 @@ DdeTransaction::DdeTransaction( DdeConnection& d, const String& rItemName,
nTime
=
n
;
nId
=
0
;
nType
=
0
;
bBusy
=
sal_F
alse
;
bBusy
=
f
alse
;
rDde
.
aTransactions
.
push_back
(
this
);
}
...
...
@@ -329,7 +329,7 @@ void DdeTransaction::Execute()
if
(
nId
&&
rDde
.
pImp
->
hConv
)
DdeAbandonTransaction
(
pInst
->
hDdeInstCli
,
rDde
.
pImp
->
hConv
,
nId
);
nId
=
0
;
bBusy
=
sal_T
rue
;
bBusy
=
t
rue
;
HDDEDATA
hRet
=
DdeClientTransaction
(
(
unsigned
char
*
)
pData
,
nData
,
rDde
.
pImp
->
hConv
,
hItem
,
nExtFmt
,
(
UINT
)
nType
,
TIMEOUT_ASYNC
,
...
...
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