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
5bb8a4b2
Kaydet (Commit)
5bb8a4b2
authored
Şub 03, 2014
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
swpagerelsize ui: write WidthPercentRelation to doc model
Change-Id: Ia446566e7757f06c1bac12ae1d7a2392f20003a6
üst
1188866c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
frmpage.cxx
sw/source/ui/frmdlg/frmpage.cxx
+9
-0
No files found.
sw/source/ui/frmdlg/frmpage.cxx
Dosyayı görüntüle @
5bb8a4b2
...
...
@@ -1141,6 +1141,15 @@ sal_Bool SwFrmPage::FillItemSet(SfxItemSet &rSet)
const
SwFmtFrmSize
&
rOldSize
=
(
const
SwFmtFrmSize
&
)
rOldSet
.
Get
(
RES_FRM_SIZE
);
SwFmtFrmSize
aSz
(
rOldSize
);
sal_uInt16
nRelWidthRelation
=
m_pRelWidthRelationLB
->
GetSelectEntryPos
();
if
(
nRelWidthRelation
!=
LISTBOX_ENTRY_NOTFOUND
)
{
if
(
nRelWidthRelation
==
0
)
aSz
.
SetWidthPercentRelation
(
text
::
RelOrientation
::
FRAME
);
else
if
(
nRelWidthRelation
==
1
)
aSz
.
SetWidthPercentRelation
(
text
::
RelOrientation
::
PAGE_FRAME
);
}
bool
bValueModified
=
(
m_aWidthED
.
IsValueModified
()
||
m_aHeightED
.
IsValueModified
());
bool
bCheckChanged
=
(
m_pRelWidthCB
->
GetSavedValue
()
!=
m_pRelWidthCB
->
IsChecked
()
||
m_pRelHeightCB
->
GetSavedValue
()
!=
m_pRelHeightCB
->
IsChecked
());
...
...
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