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
c84de2c9
Kaydet (Commit)
c84de2c9
authored
Haz 03, 2015
tarafından
Jan Holesovsky
Kaydeden (comit)
Tor Lillqvist
Haz 03, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lok: Avoid instantiation of the slide sorter bar
Change-Id: Ia21bea54d1d6bd34256cb45ed704c6f7785fc2fc
üst
14657319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
slidesorterbaropt.cxx
svtools/source/config/slidesorterbaropt.cxx
+3
-2
No files found.
svtools/source/config/slidesorterbaropt.cxx
Dosyayı görüntüle @
c84de2c9
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <comphelper/lok.hxx>
#include <rtl/instance.hxx>
#include <rtl/instance.hxx>
using
namespace
::
utl
;
using
namespace
::
utl
;
...
@@ -345,7 +346,7 @@ SvtSlideSorterBarOptions::~SvtSlideSorterBarOptions()
...
@@ -345,7 +346,7 @@ SvtSlideSorterBarOptions::~SvtSlideSorterBarOptions()
bool
SvtSlideSorterBarOptions
::
GetVisibleImpressView
()
const
bool
SvtSlideSorterBarOptions
::
GetVisibleImpressView
()
const
{
{
return
m_pDataContainer
->
m_bVisibleImpressView
;
return
m_pDataContainer
->
m_bVisibleImpressView
&&
!
comphelper
::
LibreOfficeKit
::
isActive
()
;
}
}
void
SvtSlideSorterBarOptions
::
SetVisibleImpressView
(
bool
bVisible
)
void
SvtSlideSorterBarOptions
::
SetVisibleImpressView
(
bool
bVisible
)
...
@@ -385,7 +386,7 @@ void SvtSlideSorterBarOptions::SetVisibleHandoutView(bool bVisible)
...
@@ -385,7 +386,7 @@ void SvtSlideSorterBarOptions::SetVisibleHandoutView(bool bVisible)
bool
SvtSlideSorterBarOptions
::
GetVisibleSlideSorterView
()
const
bool
SvtSlideSorterBarOptions
::
GetVisibleSlideSorterView
()
const
{
{
return
m_pDataContainer
->
m_bVisibleSlideSorterView
;
return
m_pDataContainer
->
m_bVisibleSlideSorterView
&&
!
comphelper
::
LibreOfficeKit
::
isActive
()
;
}
}
void
SvtSlideSorterBarOptions
::
SetVisibleSlideSorterView
(
bool
bVisible
)
void
SvtSlideSorterBarOptions
::
SetVisibleSlideSorterView
(
bool
bVisible
)
...
...
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