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
a7ebd67d
Kaydet (Commit)
a7ebd67d
authored
Ara 11, 2000
tarafından
Oliver Specht
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#81655# set default frame width/height
üst
791dbea8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
unoframe.cxx
sw/source/core/unocore/unoframe.cxx
+8
-4
No files found.
sw/source/core/unocore/unoframe.cxx
Dosyayı görüntüle @
a7ebd67d
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: unoframe.cxx,v $
*
* $Revision: 1.
19
$
* $Revision: 1.
20
$
*
* last change: $Author: os $ $Date: 2000-12-
09 14:49:18
$
* last change: $Author: os $ $Date: 2000-12-
11 08:15:23
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -666,14 +666,18 @@ sal_Bool BaseFrameProperties_Impl::FillBaseProperties(SfxItemSet& rSet)
bRet
&=
((
SfxPoolItem
&
)
aFrmSz
).
PutValue
(
*
pSize
,
MID_FRMSIZE_SIZE
|
CONVERT_TWIPS
);
if
(
pSizeType
)
bRet
&=
((
SfxPoolItem
&
)
aFrmSz
).
PutValue
(
*
pSizeType
,
MID_FRMSIZE_SIZE_TYPE
|
CONVERT_TWIPS
);
if
(
!
aFrmSz
.
GetWidth
())
aFrmSz
.
SetWidth
(
MINFLY
);
if
(
!
aFrmSz
.
GetHeight
())
aFrmSz
.
SetHeight
(
MINFLY
);
rSet
.
Put
(
aFrmSz
);
}
else
{
SwFmtFrmSize
aFrmSz
;
awt
::
Size
aSize
;
aSize
.
Width
=
M
M50
;
aSize
.
Height
=
M
M50
;
aSize
.
Width
=
M
INFLY
;
aSize
.
Height
=
M
INFLY
;
uno
::
Any
aSizeVal
;
aSizeVal
<<=
aSize
;
((
SfxPoolItem
&
)
aFrmSz
).
PutValue
(
aSizeVal
,
MID_FRMSIZE_SIZE
|
CONVERT_TWIPS
);
...
...
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