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
677f977e
Kaydet (Commit)
677f977e
authored
Haz 22, 2001
tarafından
Daniel Rentz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#88289# Redesign fixes
üst
32f56b70
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
15 deletions
+17
-15
numvset.hxx
svx/inc/numvset.hxx
+4
-3
hdft.src
svx/source/dialog/hdft.src
+0
-0
numpages.cxx
svx/source/dialog/numpages.cxx
+3
-2
numpages.src
svx/source/dialog/numpages.src
+0
-0
page.src
svx/source/dialog/page.src
+0
-0
pagectrl.cxx
svx/source/dialog/pagectrl.cxx
+10
-10
No files found.
svx/inc/numvset.hxx
Dosyayı görüntüle @
677f977e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: numvset.hxx,v $
* $RCSfile: numvset.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
os $ $Date: 2001-01-31 12:22:37
$
* last change: $Author:
dr $ $Date: 2001-06-22 16:15:11
$
*
*
* 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
...
@@ -193,7 +193,8 @@ class SvxNumberingPreview : public Window
...
@@ -193,7 +193,8 @@ class SvxNumberingPreview : public Window
public
:
public
:
SvxNumberingPreview
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
SvxNumberingPreview
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
Window
(
pParent
,
rResId
),
Window
(
pParent
,
rResId
),
pActNum
(
0
),
nPageWidth
(
0
),
pOutlineNames
(
0
),
bPosition
(
FALSE
),
nActLevel
(
USHRT_MAX
)
{}
pActNum
(
0
),
nPageWidth
(
0
),
pOutlineNames
(
0
),
bPosition
(
FALSE
),
nActLevel
(
USHRT_MAX
)
{
SetBorderStyle
(
WINDOW_BORDER_MONO
);
}
void
SetNumRule
(
const
SvxNumRule
*
pNum
)
void
SetNumRule
(
const
SvxNumRule
*
pNum
)
{
pActNum
=
pNum
;
Invalidate
();};
{
pActNum
=
pNum
;
Invalidate
();};
...
...
svx/source/dialog/hdft.src
Dosyayı görüntüle @
677f977e
This diff is collapsed.
Click to expand it.
svx/source/dialog/numpages.cxx
Dosyayı görüntüle @
677f977e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: numpages.cxx,v $
* $RCSfile: numpages.cxx,v $
*
*
* $Revision: 1.1
3
$
* $Revision: 1.1
4
$
*
*
* last change: $Author:
os $ $Date: 2001-06-20 08:36:57
$
* last change: $Author:
dr $ $Date: 2001-06-22 16:15:54
$
*
*
* 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
...
@@ -3076,6 +3076,7 @@ void SvxNumberingPreview::Paint( const Rectangle& rRect )
...
@@ -3076,6 +3076,7 @@ void SvxNumberingPreview::Paint( const Rectangle& rRect )
pVDev
->
SetOutputSize
(
aSize
);
pVDev
->
SetOutputSize
(
aSize
);
pVDev
->
SetLineColor
();
pVDev
->
SetFillColor
(
Color
(
COL_WHITE
)
);
pVDev
->
SetFillColor
(
Color
(
COL_WHITE
)
);
pVDev
->
DrawRect
(
aRect
);
pVDev
->
DrawRect
(
aRect
);
...
...
svx/source/dialog/numpages.src
Dosyayı görüntüle @
677f977e
This diff is collapsed.
Click to expand it.
svx/source/dialog/page.src
Dosyayı görüntüle @
677f977e
This diff is collapsed.
Click to expand it.
svx/source/dialog/pagectrl.cxx
Dosyayı görüntüle @
677f977e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: pagectrl.cxx,v $
* $RCSfile: pagectrl.cxx,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change: $Author:
hjs $ $Date: 2000-11-09 18:26:22
$
* last change: $Author:
dr $ $Date: 2001-06-22 16:15:54
$
*
*
* 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
...
@@ -210,14 +210,14 @@ void SvxPageWindow::DrawPage( const Point& rOrg, const BOOL bSecond, const BOOL
...
@@ -210,14 +210,14 @@ void SvxPageWindow::DrawPage( const Point& rOrg, const BOOL bSecond, const BOOL
{
{
// Schatten
// Schatten
Size
aTempSize
=
aSize
;
Size
aTempSize
=
aSize
;
if
(
aTempSize
.
Height
()
>
aTempSize
.
Width
()
)
//
if ( aTempSize.Height() > aTempSize.Width() )
// Beim Hochformat die H"ohe etwas verkleinern, damit der Schatten passt.
//
// Beim Hochformat die H"ohe etwas verkleinern, damit der Schatten passt.
aTempSize
.
Height
()
-=
PixelToLogic
(
Size
(
0
,
2
)
).
Height
();
//
aTempSize.Height() -= PixelToLogic( Size( 0, 2 ) ).Height();
Point
aShadowPt
(
rOrg
);
//
Point aShadowPt( rOrg );
aShadowPt
+=
PixelToLogic
(
Point
(
2
,
2
)
);
//
aShadowPt += PixelToLogic( Point( 2, 2 ) );
SetLineColor
(
Color
(
COL_GRAY
)
);
//
SetLineColor( Color( COL_GRAY ) );
SetFillColor
(
Color
(
COL_GRAY
)
);
//
SetFillColor( Color( COL_GRAY ) );
DrawRect
(
Rectangle
(
aShadowPt
,
aTempSize
)
);
//
DrawRect( Rectangle( aShadowPt, aTempSize ) );
// Seite
// Seite
SetLineColor
(
Color
(
COL_BLACK
)
);
SetLineColor
(
Color
(
COL_BLACK
)
);
...
...
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