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
aa8d62ed
Kaydet (Commit)
aa8d62ed
authored
Mar 23, 2012
tarafından
Michael Meeks
Kaydeden (comit)
Matúš Kukan
Tem 17, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tubes: calm debug thrash and get master connections right.
üst
e3ac5ac2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
sendfunc.cxx
sc/source/ui/collab/sendfunc.cxx
+3
-1
manager.cxx
tubes/source/manager.cxx
+0
-3
No files found.
sc/source/ui/collab/sendfunc.cxx
Dosyayı görüntüle @
aa8d62ed
...
@@ -523,9 +523,11 @@ SC_DLLPRIVATE ScDocFunc *ScDocShell::CreateDocFunc()
...
@@ -523,9 +523,11 @@ SC_DLLPRIVATE ScDocFunc *ScDocShell::CreateDocFunc()
LINK
(
pReceiver
,
ScDocFuncRecv
,
ReceiverCallback
),
LINK
(
pReceiver
,
ScDocFuncRecv
,
ReceiverCallback
),
LINK
(
pReceiver
,
ScDocFuncRecv
,
ReceiveFileCallback
)
);
LINK
(
pReceiver
,
ScDocFuncRecv
,
ReceiveFileCallback
)
);
bOk
=
bOk
&&
pCollab
->
initManager
();
bOk
=
bOk
&&
pCollab
->
initManager
();
bOk
=
bOk
&&
pCollab
->
initAccountContact
();
if
(
!
strcmp
(
pEnv
,
"master"
))
if
(
!
strcmp
(
pEnv
,
"master"
))
{
bOk
=
bOk
&&
pCollab
->
initAccountContact
();
bOk
=
bOk
&&
pCollab
->
startCollaboration
();
bOk
=
bOk
&&
pCollab
->
startCollaboration
();
}
if
(
bOk
)
if
(
bOk
)
{
{
pReceiver
->
SetCollaboration
(
pCollab
);
pReceiver
->
SetCollaboration
(
pCollab
);
...
...
tubes/source/manager.cxx
Dosyayı görüntüle @
aa8d62ed
...
@@ -874,7 +874,6 @@ void TeleManager::iterateLoop( CallBackInvokedFunc pFunc )
...
@@ -874,7 +874,6 @@ void TeleManager::iterateLoop( CallBackInvokedFunc pFunc )
GMainContext
*
pContext
=
getMainContext
();
GMainContext
*
pContext
=
getMainContext
();
while
(
!
(
*
pFunc
)())
while
(
!
(
*
pFunc
)())
{
{
SAL_INFO
(
"tubes.loop"
,
"TeleManager::iterateLoop: CallBackInvokedFunc"
);
g_main_context_iteration
(
pContext
,
TRUE
);
g_main_context_iteration
(
pContext
,
TRUE
);
}
}
}
}
...
@@ -885,7 +884,6 @@ void TeleManager::iterateLoop( ManagerCallBackInvokedFunc pFunc )
...
@@ -885,7 +884,6 @@ void TeleManager::iterateLoop( ManagerCallBackInvokedFunc pFunc )
GMainContext
*
pContext
=
getMainContext
();
GMainContext
*
pContext
=
getMainContext
();
while
(
!
(
this
->*
pFunc
)())
while
(
!
(
this
->*
pFunc
)())
{
{
SAL_INFO
(
"tubes.loop"
,
"TeleManager::iterateLoop: ManagerCallBackInvokedFunc"
);
g_main_context_iteration
(
pContext
,
TRUE
);
g_main_context_iteration
(
pContext
,
TRUE
);
}
}
}
}
...
@@ -896,7 +894,6 @@ void TeleManager::iterateLoop( const TeleConference* pConference, ConferenceCall
...
@@ -896,7 +894,6 @@ void TeleManager::iterateLoop( const TeleConference* pConference, ConferenceCall
GMainContext
*
pContext
=
getMainContext
();
GMainContext
*
pContext
=
getMainContext
();
while
(
!
(
pConference
->*
pFunc
)())
while
(
!
(
pConference
->*
pFunc
)())
{
{
SAL_INFO
(
"tubes.loop"
,
"TeleManager::iterateLoop: ConferenceCallBackInvokedFunc"
);
g_main_context_iteration
(
pContext
,
TRUE
);
g_main_context_iteration
(
pContext
,
TRUE
);
}
}
}
}
...
...
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