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
e8a6c5a2
Kaydet (Commit)
e8a6c5a2
authored
Mar 07, 2011
tarafından
Ivo Hinkelmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
CWS-TOOLING: integrate CWS os146
üst
736d7a0d
883e2b11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
page.cxx
cui/source/tabpages/page.cxx
+5
-2
No files found.
cui/source/tabpages/page.cxx
100644 → 100755
Dosyayı görüntüle @
e8a6c5a2
...
...
@@ -608,6 +608,7 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
ResStringArray
aPaperAry
(
CUI_RES
(
nAryId
)
);
sal_uInt32
nCnt
=
aPaperAry
.
Count
();
sal_uInt16
nUserPos
=
LISTBOX_ENTRY_NOTFOUND
;
for
(
sal_uInt32
i
=
0
;
i
<
nCnt
;
++
i
)
{
String
aStr
=
aPaperAry
.
GetString
(
i
);
...
...
@@ -617,9 +618,11 @@ void SvxPageDescPage::Reset( const SfxItemSet& rSet )
if
(
eSize
==
ePaper
)
nActPos
=
nPos
;
if
(
eSize
==
PAPER_USER
)
nUserPos
=
nPos
;
}
//
aktuelles Papierformat selektieren
aPaperSizeBox
.
SelectEntryPos
(
nActPos
);
//
preselect current paper format - #115915#: ePaper might not be in aPaperSizeBox so use PAPER_USER instead
aPaperSizeBox
.
SelectEntryPos
(
nActPos
!=
LISTBOX_ENTRY_NOTFOUND
?
nActPos
:
nUserPos
);
// Applikationsspezifisch
...
...
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