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
5288e3da
Kaydet (Commit)
5288e3da
authored
Haz 14, 2001
tarafından
Dieter Loeschky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#88033# SVX_PAGE_MODE_PRESENTATION: don't use config for aAdaptBox
üst
bf17ef9b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
page.cxx
svx/source/dialog/page.cxx
+5
-12
No files found.
svx/source/dialog/page.cxx
Dosyayı görüntüle @
5288e3da
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: page.cxx,v $
* $RCSfile: page.cxx,v $
*
*
* $Revision: 1.
8
$
* $Revision: 1.
9
$
*
*
* last change: $Author:
fme $ $Date: 2001-06-03 14:17:49
$
* last change: $Author:
dl $ $Date: 2001-06-14 11:13:33
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -576,16 +576,9 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
...
@@ -576,16 +576,9 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
case
SVX_PAGE_MODE_PRESENTATION
:
case
SVX_PAGE_MODE_PRESENTATION
:
{
{
aAdaptBox
.
Show
();
aAdaptBox
.
Show
();
String
sUser
=
GetUserData
();
pItem
=
GetItem
(
rSet
,
SID_ATTR_PAGE_EXT1
);
aAdaptBox
.
Check
(
pItem
?
if
(
sUser
.
Len
()
)
(
(
const
SfxBoolItem
*
)
pItem
)
->
GetValue
()
:
FALSE
);
aAdaptBox
.
Check
(
(
BOOL
)
sUser
.
ToInt32
()
);
else
{
pItem
=
GetItem
(
rSet
,
SID_ATTR_PAGE_EXT1
);
aAdaptBox
.
Check
(
pItem
?
(
(
const
SfxBoolItem
*
)
pItem
)
->
GetValue
()
:
FALSE
);
}
//!!! hidden, weil von StarDraw nicht implementiert
//!!! hidden, weil von StarDraw nicht implementiert
aLayoutBox
.
Hide
();
aLayoutBox
.
Hide
();
...
...
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