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
8e9c5a42
Kaydet (Commit)
8e9c5a42
authored
Eyl 14, 2010
tarafından
Cédric Bosdonnat
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
metric-field-limits.diff: maximum values were wrong when changing unit
üst
68ee0b3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
numpages.cxx
cui/source/tabpages/numpages.cxx
+0
-23
No files found.
cui/source/tabpages/numpages.cxx
Dosyayı görüntüle @
8e9c5a42
...
@@ -3087,29 +3087,6 @@ SvxNumPositionTabPage::SvxNumPositionTabPage(Window* pParent,
...
@@ -3087,29 +3087,6 @@ SvxNumPositionTabPage::SvxNumPositionTabPage(Window* pParent,
pPreviewWIN
->
SetPositionMode
();
pPreviewWIN
->
SetPositionMode
();
eCoreUnit
=
rSet
.
GetPool
()
->
GetMetric
(
rSet
.
GetPool
()
->
GetWhich
(
SID_ATTR_NUMBERING_RULE
));
eCoreUnit
=
rSet
.
GetPool
()
->
GetMetric
(
rSet
.
GetPool
()
->
GetWhich
(
SID_ATTR_NUMBERING_RULE
));
//HACK("der Wert sollte mal sinnvol gesetzt werden")
long
nWidth
=
10000
;
nWidth
=
OutputDevice
::
LogicToLogic
(
nWidth
,
(
MapUnit
)
eCoreUnit
,
MAP_100TH_MM
);
aDistBorderMF
.
SetMax
(
aDistBorderMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
aDistNumMF
.
SetMax
(
aDistNumMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
aIndentMF
.
SetMax
(
aIndentMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
// --> OD 2008-02-18 #newlistlevelattrs#
aListtabMF
.
SetMax
(
aListtabMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
aAlignedAtMF
.
SetMax
(
aAlignedAtMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
aIndentAtMF
.
SetMax
(
aIndentAtMF
.
Normalize
(
nWidth
),
FUNIT_100TH_MM
);
// <--
long
nLast2
=
nWidth
/
2
;
aDistBorderMF
.
SetLast
(
aDistBorderMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
aDistNumMF
.
SetLast
(
aDistNumMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
aIndentMF
.
SetLast
(
aIndentMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
// --> OD 2008-02-18 #newlistlevelattrs#
aListtabMF
.
SetLast
(
aListtabMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
aAlignedAtMF
.
SetLast
(
aAlignedAtMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
aIndentAtMF
.
SetLast
(
aIndentAtMF
.
Normalize
(
nLast2
),
FUNIT_100TH_MM
);
// <--
#if OSL_DEBUG_LEVEL > 1
#if OSL_DEBUG_LEVEL > 1
pDebugFixedText
=
new
FixedText
(
this
,
0
);
pDebugFixedText
=
new
FixedText
(
this
,
0
);
pDebugFixedText
->
Show
();
pDebugFixedText
->
Show
();
...
...
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