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
c2972964
Kaydet (Commit)
c2972964
authored
Ock 24, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: syncro->synchro (dbaccess)
Change-Id: I9a6ed15d695763580148803dbeacfd210c5689f8
üst
b59b2372
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
AppController.cxx
dbaccess/source/ui/app/AppController.cxx
+3
-3
dsbrowserDnD.cxx
dbaccess/source/ui/browser/dsbrowserDnD.cxx
+2
-2
No files found.
dbaccess/source/ui/app/AppController.cxx
Dosyayı görüntüle @
c2972964
...
...
@@ -2478,7 +2478,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
{
m_aAsyncDrop
.
aDroppedData
=
ODataAccessObjectTransferable
::
extractObjectDescriptor
(
aDroppedData
);
// asyncron because we some dialogs and we aren't allowed to show them while in D&D
// async
h
ron because we some dialogs and we aren't allowed to show them while in D&D
m_nAsyncDrop
=
Application
::
PostUserEvent
(
LINK
(
this
,
OApplicationController
,
OnAsyncDrop
));
return
DND_ACTION_COPY
;
}
...
...
@@ -2526,7 +2526,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
if
(
nAction
!=
DND_ACTION_NONE
)
{
m_aAsyncDrop
.
nAction
=
nAction
;
// asyncron because we some dialogs and we aren't allowed to show them while in D&D
// async
h
ron because we some dialogs and we aren't allowed to show them while in D&D
m_nAsyncDrop
=
Application
::
PostUserEvent
(
LINK
(
this
,
OApplicationController
,
OnAsyncDrop
));
}
else
...
...
@@ -2538,7 +2538,7 @@ sal_Int8 OApplicationController::executeDrop( const ExecuteDropEvent& _rEvt )
SharedConnection
xConnection
(
ensureConnection
()
);
if
(
xConnection
.
is
()
&&
m_aTableCopyHelper
.
copyTagTable
(
aDroppedData
,
m_aAsyncDrop
,
xConnection
)
)
{
// asyncron because we some dialogs and we aren't allowed to show them while in D&D
// async
h
ron because we some dialogs and we aren't allowed to show them while in D&D
m_nAsyncDrop
=
Application
::
PostUserEvent
(
LINK
(
this
,
OApplicationController
,
OnAsyncDrop
));
return
DND_ACTION_COPY
;
}
...
...
dbaccess/source/ui/browser/dsbrowserDnD.cxx
Dosyayı görüntüle @
c2972964
...
...
@@ -147,7 +147,7 @@ namespace dbaui
m_aAsyncDrop
.
aDroppedData
=
ODataAccessObjectTransferable
::
extractObjectDescriptor
(
aDroppedData
);
m_aAsyncDrop
.
pDroppedAt
=
pHitEntry
;
// asyncron because we some dialogs and we aren't allowed to show them while in D&D
// async
h
ron because we some dialogs and we aren't allowed to show them while in D&D
m_nAsyncDrop
=
Application
::
PostUserEvent
(
LINK
(
this
,
SbaTableQueryBrowser
,
OnAsyncDrop
));
return
DND_ACTION_COPY
;
}
...
...
@@ -161,7 +161,7 @@ namespace dbaui
{
m_aAsyncDrop
.
pDroppedAt
=
pHitEntry
;
// asyncron because we some dialogs and we aren't allowed to show them while in D&D
// async
h
ron because we some dialogs and we aren't allowed to show them while in D&D
m_nAsyncDrop
=
Application
::
PostUserEvent
(
LINK
(
this
,
SbaTableQueryBrowser
,
OnAsyncDrop
));
return
DND_ACTION_COPY
;
}
...
...
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