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
ba9562d6
Kaydet (Commit)
ba9562d6
authored
Şub 27, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1187866 unused bStartWithActualPage
Change-Id: I62b44a640ab6f21d51613672f46cb2e612b300f3
üst
c5d3d26a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
optsitem.hxx
sd/source/ui/inc/optsitem.hxx
+0
-2
No files found.
sd/source/ui/inc/optsitem.hxx
Dosyayı görüntüle @
ba9562d6
...
...
@@ -222,7 +222,6 @@ private:
sal_Bool
bPickThrough
:
1
;
// Misc/TextObject/Selectable
sal_Bool
bDoubleClickTextEdit
:
1
;
// Misc/DclickTextedit
sal_Bool
bClickChangeRotation
:
1
;
// Misc/RotateClick
sal_Bool
bStartWithActualPage
:
1
;
// Misc/Start/CurrentPage
sal_Bool
bEnableSdremote
:
1
;
// Misc/Start/EnableSdremote
sal_Bool
bEnablePresenterScreen
:
1
;
// Misc/Start/EnablePresenterDisplay
sal_Bool
bSolidDragging
:
1
;
// Misc/ModifyWithAttributes
...
...
@@ -311,7 +310,6 @@ public:
void
SetPickThrough
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bPickThrough
!=
bOn
)
{
OptionsChanged
();
bPickThrough
=
bOn
;
}
}
void
SetDoubleClickTextEdit
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bDoubleClickTextEdit
!=
bOn
)
{
OptionsChanged
();
bDoubleClickTextEdit
=
bOn
;
}
}
void
SetClickChangeRotation
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bClickChangeRotation
!=
bOn
)
{
OptionsChanged
();
bClickChangeRotation
=
bOn
;
}
}
void
SetStartWithActualPage
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bStartWithActualPage
!=
bOn
)
{
OptionsChanged
();
bStartWithActualPage
=
bOn
;
}
}
void
SetEnableSdremote
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bEnableSdremote
!=
bOn
)
{
OptionsChanged
();
bEnableSdremote
=
bOn
;
}
}
void
SetEnablePresenterScreen
(
sal_Bool
bOn
=
sal_True
)
{
if
(
bEnablePresenterScreen
!=
bOn
)
{
OptionsChanged
();
bEnablePresenterScreen
=
bOn
;
}
}
void
SetSummationOfParagraphs
(
sal_Bool
bOn
=
sal_True
){
if
(
bOn
!=
bSummationOfParagraphs
)
{
OptionsChanged
();
bSummationOfParagraphs
=
bOn
;
}
}
...
...
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