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
d62bf7e0
Kaydet (Commit)
d62bf7e0
authored
Haz 03, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid various desktop GUI elements when used from LibreOfficeKit
Change-Id: Id283d185ab38427ce6887ead4e414055522e655c
üst
561fd3a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
dispatch.cxx
sfx2/source/control/dispatch.cxx
+3
-2
No files found.
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
d62bf7e0
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
#include <com/sun/star/frame/XDispatchRecorderSupplier.hpp>
#include <com/sun/star/frame/XDispatchRecorderSupplier.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <com/sun/star/frame/XLayoutManager.hpp>
#include <comphelper/lok.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/strbuf.hxx>
#include <sfx2/app.hxx>
#include <sfx2/app.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/bindings.hxx>
...
@@ -1168,7 +1169,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
...
@@ -1168,7 +1169,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
return
;
return
;
SfxViewFrame
*
pTop
=
xImp
->
pFrame
?
xImp
->
pFrame
->
GetTopViewFrame
()
:
NULL
;
SfxViewFrame
*
pTop
=
xImp
->
pFrame
?
xImp
->
pFrame
->
GetTopViewFrame
()
:
NULL
;
bool
bUIActive
=
pTop
&&
pTop
->
GetBindings
().
GetDispatcher
()
==
this
;
bool
bUIActive
=
pTop
&&
pTop
->
GetBindings
().
GetDispatcher
()
==
this
&&
!
comphelper
::
LibreOfficeKit
::
isActive
()
;
if
(
!
bUIActive
&&
pTop
&&
GetBindings
()
==
&
pTop
->
GetBindings
()
)
if
(
!
bUIActive
&&
pTop
&&
GetBindings
()
==
&
pTop
->
GetBindings
()
)
// keep own tools internally for collecting
// keep own tools internally for collecting
...
@@ -1232,7 +1233,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
...
@@ -1232,7 +1233,7 @@ void SfxDispatcher::Update_Impl( bool bForce )
}
}
_Update_Impl
(
bUIActive
,
!
bIsIPActive
,
bIsIPActive
,
pTaskWin
);
_Update_Impl
(
bUIActive
,
!
bIsIPActive
,
bIsIPActive
,
pTaskWin
);
if
(
bUIActive
||
bIsActive
)
if
(
(
bUIActive
||
bIsActive
)
&&
!
comphelper
::
LibreOfficeKit
::
isActive
()
)
pWorkWin
->
UpdateObjectBars_Impl
();
pWorkWin
->
UpdateObjectBars_Impl
();
if
(
pBindings
)
if
(
pBindings
)
...
...
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