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
857d086e
Kaydet (Commit)
857d086e
authored
May 11, 2001
tarafından
Oliver Specht
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
redesign of dialogs (FME)
üst
128997e9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
149 additions
and
199 deletions
+149
-199
numpages.cxx
svx/source/dialog/numpages.cxx
+18
-20
numpages.hrc
svx/source/dialog/numpages.hrc
+8
-9
numpages.src
svx/source/dialog/numpages.src
+0
-0
paragrph.cxx
svx/source/dialog/paragrph.cxx
+12
-16
paragrph.hrc
svx/source/dialog/paragrph.hrc
+46
-47
paragrph.src
svx/source/dialog/paragrph.src
+21
-82
tabstpge.cxx
svx/source/dialog/tabstpge.cxx
+11
-5
tabstpge.hrc
svx/source/dialog/tabstpge.hrc
+15
-12
tabstpge.src
svx/source/dialog/tabstpge.src
+18
-8
No files found.
svx/source/dialog/numpages.cxx
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: numpages.cxx,v $
*
* $Revision: 1.
9
$
* $Revision: 1.
10
$
*
* last change: $Author: os $ $Date: 2001-0
2-23 12:29:29
$
* last change: $Author: os $ $Date: 2001-0
5-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -315,7 +315,7 @@ Font& lcl_GetDefaultBulletFont()
SvxSingleNumPickTabPage
::
SvxSingleNumPickTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_PICK_SINGLE_NUM
),
rSet
),
aValues
GB
(
this
,
ResId
(
BG
_VALUES
)
),
aValues
FL
(
this
,
ResId
(
FL
_VALUES
)
),
pExamplesVS
(
new
SvxNumValueSet
(
this
,
ResId
(
VS_VALUES
),
NUM_PAGETYPE_SINGLENUM
)),
pActNum
(
0
),
pSaveNum
(
0
),
...
...
@@ -540,7 +540,7 @@ IMPL_LINK(SvxSingleNumPickTabPage, DoubleClickHdl_Impl, ValueSet*, EMPTYARG)
SvxBulletPickTabPage
::
SvxBulletPickTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_PICK_BULLET
),
rSet
),
aValues
GB
(
this
,
ResId
(
BG
_VALUES
)
),
aValues
FL
(
this
,
ResId
(
FL
_VALUES
)
),
pExamplesVS
(
new
SvxNumValueSet
(
this
,
ResId
(
VS_VALUES
),
NUM_PAGETYPE_BULLET
)),
pActNum
(
0
),
pSaveNum
(
0
),
...
...
@@ -724,7 +724,7 @@ IMPL_LINK(SvxBulletPickTabPage, DoubleClickHdl_Impl, ValueSet*, EMPTYARG)
SvxNumPickTabPage
::
SvxNumPickTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_PICK_NUM
),
rSet
),
aValues
GB
(
this
,
ResId
(
BG
_VALUES
)
),
aValues
FL
(
this
,
ResId
(
FL
_VALUES
)
),
pExamplesVS
(
new
SvxNumValueSet
(
this
,
ResId
(
VS_VALUES
),
NUM_PAGETYPE_NUM
)),
pActNum
(
0
),
pSaveNum
(
0
),
...
...
@@ -1216,7 +1216,7 @@ void SvxNumValueSet::SetOutlineNumberingSettings(
SvxBitmapPickTabPage
::
SvxBitmapPickTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_PICK_BMP
),
rSet
),
aValues
GB
(
this
,
ResId
(
BG
_VALUES
)
),
aValues
FL
(
this
,
ResId
(
FL
_VALUES
)
),
pExamplesVS
(
new
SvxBmpNumValueSet
(
this
,
ResId
(
VS_VALUES
),
aGrfNames
)),
aErrorText
(
this
,
ResId
(
FT_ERROR
)),
aLinkedCB
(
this
,
ResId
(
CB_LINKED
)),
...
...
@@ -1604,9 +1604,9 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_NUM_OPTIONS
),
rSet
),
aLevelGB
(
this
,
ResId
(
GB_LEVEL
)),
aFormatFL
(
this
,
ResId
(
FL_FORMAT
)),
aLevelFT
(
this
,
ResId
(
FT_LEVEL
)),
aLevelLB
(
this
,
ResId
(
LB_LEVEL
)),
aFormatGB
(
this
,
ResId
(
GB_FORMAT
)),
aPrefixFT
(
this
,
ResId
(
FT_PREFIX
)),
aPrefixED
(
this
,
ResId
(
ED_PREFIX
)),
aFmtFT
(
this
,
ResId
(
FT_FMT
)),
...
...
@@ -1623,7 +1623,7 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
aAllLevelNF
(
this
,
ResId
(
NF_ALL_LEVEL
)),
aStartFT
(
this
,
ResId
(
FT_START
)),
aStartED
(
this
,
ResId
(
ED_START
)),
aSameLevel
GB
(
this
,
ResId
(
GB
_SAME_LEVEL
)),
aSameLevel
FL
(
this
,
ResId
(
FL
_SAME_LEVEL
)),
aSameLevelCB
(
this
,
ResId
(
CB_SAME_LEVEL
)),
aBulletPB
(
this
,
ResId
(
PB_BULLET
)),
aBitmapFT
(
this
,
ResId
(
FT_BITMAP
)),
...
...
@@ -1635,7 +1635,6 @@ SvxNumOptionsTabPage::SvxNumOptionsTabPage(Window* pParent,
aHeightMF
(
this
,
ResId
(
MF_HEIGHT
)),
aOrientFT
(
this
,
ResId
(
FT_ORIENT
)),
aOrientLB
(
this
,
ResId
(
LB_ORIENT
)),
aPreviewGB
(
this
,
ResId
(
GB_PREVIEW
)),
aUseBulletCB
(
this
,
ResId
(
CB_USE_BULLET
)),
aAlignFT
(
this
,
ResId
(
FT_ALIGN
)),
aAlignLB
(
this
,
ResId
(
LB_ALIGN
)),
...
...
@@ -1938,7 +1937,7 @@ void SvxNumOptionsTabPage::Reset( const SfxItemSet& rSet )
aAllLevelFT
.
Show
(
bAllLevel
);
aAllLevelNF
.
Show
(
bAllLevel
);
aSameLevel
GB
.
Show
(
bContinuous
);
aSameLevel
FL
.
Show
(
bContinuous
);
aSameLevelCB
.
Show
(
bContinuous
);
//wieder Missbrauch: im Draw gibt es die Numerierung nur bis zum Bitmap
// without SVX_NUM_NUMBER_NONE
...
...
@@ -1970,18 +1969,18 @@ void SvxNumOptionsTabPage::Reset( const SfxItemSet& rSet )
}
if
(
pActNum
->
IsFeatureSupported
(
NUM_HIDDEN_SYMBOLS
))
{
Size
aSz
(
aFormat
GB
.
GetSizePixel
());
aSz
.
Height
()
=
aLevel
GB
.
GetSizePixel
().
Height
();
aFormat
GB
.
SetSizePixel
(
aSz
);
Size
aSz
(
aFormat
FL
.
GetSizePixel
());
aSz
.
Height
()
=
aLevel
FT
.
GetSizePixel
().
Height
();
aFormat
FL
.
SetSizePixel
(
aSz
);
aUseBulletCB
.
Show
(
TRUE
);
}
if
(
pActNum
->
IsFeatureSupported
(
NUM_SYMBOL_ALIGNMENT
))
{
aAlignFT
.
Show
();
aAlignLB
.
Show
();
Size
aSz
(
aFormat
GB
.
GetSizePixel
());
aSz
.
Height
()
=
aLevel
GB
.
GetSizePixel
().
Height
();
aFormat
GB
.
SetSizePixel
(
aSz
);
Size
aSz
(
aFormat
FL
.
GetSizePixel
());
aSz
.
Height
()
=
aLevel
FT
.
GetSizePixel
().
Height
();
aFormat
FL
.
SetSizePixel
(
aSz
);
aAlignLB
.
SetSelectHdl
(
LINK
(
this
,
SvxNumOptionsTabPage
,
EditModifyHdl_Impl
));
}
...
...
@@ -3175,9 +3174,9 @@ void NumMenuButton::MouseButtonDown( const MouseEvent& rMEvt )
SvxNumPositionTabPage
::
SvxNumPositionTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
SVX_RES
(
RID_SVXPAGE_NUM_POSITION
),
rSet
),
aLevelGB
(
this
,
ResId
(
GB_LEVEL
)),
aPositionFL
(
this
,
ResId
(
FL_POSITION
)),
aLevelFT
(
this
,
ResId
(
FT_LEVEL
)),
aLevelLB
(
this
,
ResId
(
LB_LEVEL
)),
aPositionGB
(
this
,
ResId
(
GB_POSITION
)),
aAlignFT
(
this
,
ResId
(
FT_ALIGN
)),
aAlignLB
(
this
,
ResId
(
LB_ALIGN
)),
aDistBorderFT
(
this
,
ResId
(
FT_BORDERDIST
)),
...
...
@@ -3188,7 +3187,6 @@ SvxNumPositionTabPage::SvxNumPositionTabPage(Window* pParent,
aIndentFT
(
this
,
ResId
(
FT_INDENT
)),
aIndentMF
(
this
,
ResId
(
MF_INDENT
)),
aStandardPB
(
this
,
ResId
(
PB_STANDARD
)),
aPreviewGB
(
this
,
ResId
(
GB_PREVIEW
)),
pPreviewWIN
(
new
SvxNumberingPreview
(
this
,
ResId
(
WIN_PREVIEW
))),
bInInintControl
(
FALSE
),
nActNumLvl
(
USHRT_MAX
),
...
...
svx/source/dialog/numpages.hrc
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: numpages.hrc,v $
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
* last change: $Author: os $ $Date: 2001-0
1-31 12:23:10
$
* last change: $Author: os $ $Date: 2001-0
5-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -97,17 +97,16 @@
#define BT_BULLET 213
#define
BG_VALUES
220
#define
FL_VALUES
220
#define VS_VALUES 221
#define ST_CUSTOMIZE 222
#define FT_ERROR 223
#define CB_LINKED 224
#define GB_LEVEL 150
#define LB_LEVEL 151
#define GB_FORMAT 152
#define GB_PREVIEW 153
#define GB_POSITION 154
#define FT_LEVEL 151
#define LB_LEVEL 152
#define FL_FORMAT 153
#define FL_POSITION 154
#define FT_PREFIX 155
#define ED_PREFIX 156
#define FT_FMT 157
...
...
@@ -142,7 +141,7 @@
#define FT_ALL_LEVEL 186
#define PB_STANDARD 187
#define CB_SAME_LEVEL 188
#define
GB
_SAME_LEVEL 189
#define
FL
_SAME_LEVEL 189
#define FT_BUL_COLOR 190
#define LB_BUL_COLOR 191
#define FT_BUL_REL_SIZE 192
...
...
svx/source/dialog/numpages.src
Dosyayı görüntüle @
857d086e
This diff is collapsed.
Click to expand it.
svx/source/dialog/paragrph.cxx
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.cxx,v $
*
* $Revision: 1.1
4
$
* $Revision: 1.1
5
$
*
* last change: $Author:
ama $ $Date: 2001-04-25 10:35:29
$
* last change: $Author:
os $ $Date: 2001-05-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -630,7 +630,7 @@ void SvxStdParagraphTabPage::Reset( const SfxItemSet& rSet )
if
(
nHtmlMode
&
HTMLMODE_ON
)
{
aRegisterCB
.
Hide
();
aRegister
GB
.
Hide
();
aRegister
FL
.
Hide
();
aAutoCB
.
Hide
();
if
(
!
(
nHtmlMode
&
HTMLMODE_SOME_STYLES
))
// IE oder SW
{
...
...
@@ -690,21 +690,20 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( Window* pParent,
aAutoCB
(
this
,
ResId
(
CB_AUTO
)
),
aRightLabel
(
this
,
ResId
(
FT_RIGHTINDENT
)
),
aRightIndent
(
this
,
ResId
(
ED_RIGHTINDENT
)
),
aIndentFrm
(
this
,
ResId
(
GB
_INDENT
)
),
aIndentFrm
(
this
,
ResId
(
FL
_INDENT
)
),
aTopLabel
(
this
,
ResId
(
FT_TOPDIST
)
),
aTopDist
(
this
,
ResId
(
ED_TOPDIST
)
),
aBottomLabel
(
this
,
ResId
(
FT_BOTTOMDIST
)
),
aBottomDist
(
this
,
ResId
(
ED_BOTTOMDIST
)
),
aDistFrm
(
this
,
ResId
(
GB
_DIST
)
),
aDistFrm
(
this
,
ResId
(
FL
_DIST
)
),
aLineDist
(
this
,
ResId
(
LB_LINEDIST
)
),
aLineDistAtLabel
(
this
,
ResId
(
FT_LINEDIST
)
),
aLineDistAtPercentBox
(
this
,
ResId
(
ED_LINEDISTPERCENT
)
),
aLineDistAtMetricBox
(
this
,
ResId
(
ED_LINEDISTMETRIC
)
),
aLineDistFrm
(
this
,
ResId
(
GB
_LINEDIST
)
),
aLineDistFrm
(
this
,
ResId
(
FL
_LINEDIST
)
),
aExampleWin
(
this
,
ResId
(
WN_EXAMPLE
)
),
aExampleFrm
(
this
,
ResId
(
GB_EXAMPLE
)
),
aRegisterCB
(
this
,
ResId
(
CB_REGISTER
)
),
aRegister
GB
(
this
,
ResId
(
GB
_REGISTER
)
),
aRegister
FL
(
this
,
ResId
(
FL
_REGISTER
)
),
sAbsDist
(
ResId
(
ST_LINEDIST_ABS
)
),
nMinFixDist
(
0L
),
...
...
@@ -982,7 +981,7 @@ void SvxStdParagraphTabPage::UpdateExample_Impl( BOOL bAll )
void
SvxStdParagraphTabPage
::
EnableRegisterMode
()
{
aRegisterCB
.
Show
();
aRegister
GB
.
Show
();
aRegister
FL
.
Show
();
}
/*-----------------16.01.97 19.54-------------------
...
...
@@ -1040,18 +1039,15 @@ SvxParaAlignTabPage::SvxParaAlignTabPage( Window* pParent, const SfxItemSet& rSe
aRight
(
this
,
ResId
(
BTN_RIGHTALIGN
)
),
aCenter
(
this
,
ResId
(
BTN_CENTERALIGN
)
),
aJustify
(
this
,
ResId
(
BTN_JUSTIFYALIGN
)
),
aAlignFrm
(
this
,
ResId
(
GB
_ALIGN
)
),
aAlignFrm
(
this
,
ResId
(
FL
_ALIGN
)
),
aLastLineFT
(
this
,
ResId
(
FT_LASTLINE
)
),
aLastLineLB
(
this
,
ResId
(
LB_LASTLINE
)
),
aExpandCB
(
this
,
ResId
(
CB_EXPAND
)
),
aVertExFL
(
this
,
ResId
(
FL_VERTEX
)
),
aExampleWin
(
this
,
ResId
(
WN_EXAMPLE
)
),
aExampleFrm
(
this
,
ResId
(
GB_EXAMPLE
)
),
aVertAlignFL
(
this
,
ResId
(
FL_VERTALIGN
)
),
aVertAlignLB
(
this
,
ResId
(
LB_VERTALIGN
)
)
{
FreeResource
();
aVertExFL
.
SetStyle
(
aVertExFL
.
GetStyle
()
|
WB_VERT
);
Link
aLink
=
LINK
(
this
,
SvxParaAlignTabPage
,
AlignHdl_Impl
);
aLeft
.
SetClickHdl
(
aLink
);
aRight
.
SetClickHdl
(
aLink
);
...
...
@@ -2141,11 +2137,11 @@ IMPL_LINK( SvxExtParagraphTabPage, PageBreakTypeHdl_Impl, RadioButton *, pBtn )
-----------------------------------------------------------------------*/
SvxAsianTabPage
::
SvxAsianTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rSet
)
:
SfxTabPage
(
pParent
,
ResId
(
RID_SVXPAGE_PARA_ASIAN
,
DIALOG_MGR
()
),
rSet
),
aOptions
GB
(
this
,
ResId
(
GB
_AS_OPTIONS
)),
aOptions
FL
(
this
,
ResId
(
FL
_AS_OPTIONS
)),
aHangingPunctCB
(
this
,
ResId
(
CB_AS_HANG_PUNC
)),
aAllowWordBreakCB
(
this
,
ResId
(
CB_AS_ALLOW_WORD_BREAK
)),
aForbiddenRulesCB
(
this
,
ResId
(
CB_AS_FORBIDDEN
)),
aCharDist
GB
(
this
,
ResId
(
GB
_AS_CHAR_DIST
)),
aCharDist
FL
(
this
,
ResId
(
FL
_AS_CHAR_DIST
)),
aPuntuationCB
(
this
,
ResId
(
CB_AS_PUNCTUATION
)),
aScriptSpaceCB
(
this
,
ResId
(
CB_AS_SCRIPT_SPACE
)),
aAdjustNumbersCB
(
this
,
ResId
(
CB_AS_ADJUST_NUMBERS
)),
...
...
@@ -2161,7 +2157,7 @@ SvxAsianTabPage::SvxAsianTabPage( Window* pParent, const SfxItemSet& rSet ) :
//JP 28.3.2001 - these options currently not available!
aAllowWordBreakCB
.
Hide
();
aCharDist
GB
.
Hide
();
aCharDist
FL
.
Hide
();
aPuntuationCB
.
Hide
();
aAdjustNumbersCB
.
Hide
();
aTextAlignFT
.
Hide
();
...
...
svx/source/dialog/paragrph.hrc
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.hrc,v $
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
* last change: $Author: os $ $Date: 2001-0
4-24 08:34:33
$
* last change: $Author: os $ $Date: 2001-0
5-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -69,47 +69,46 @@
#define ED_FLINEINDENT 13
#define FT_RIGHTINDENT 14
#define ED_RIGHTINDENT 15
#define
GB_INDENT
16
#define
FL_INDENT
16
#define FT_TOPDIST 20
#define ED_TOPDIST 21
#define FT_TOPDIST
20
#define ED_TOPDIST
21
#define FT_BOTTOMDIST 22
#define ED_BOTTOMDIST 23
#define
GB_DIST
24
#define
FL_DIST
24
#define BTN_LEFTALIGN 30
#define BTN_RIGHTALIGN 31
#define BTN_CENTERALIGN 32
#define BTN_JUSTIFYALIGN 33
#define
GB_ALIGN
34
#define FL_VERTALIGN 35
#define LB_VERTALIGN 36
#define FL_VERTEX 37
#define
FL_ALIGN
34
#define FL_VERTALIGN
35
#define LB_VERTALIGN
36
#define FL_VERTEX
37
#define LB_LINEDIST 40
#define FT_LINEDIST 41
#define LB_LINEDIST
40
#define FT_LINEDIST
41
#define ED_LINEDISTPERCENT 42
#define ED_LINEDISTMETRIC 43
#define GB_LINEDIST 44
#define WN_EXAMPLE 46
#define GB_EXAMPLE 47
#define FL_LINEDIST 44
#define WN_EXAMPLE 46
#define CB_AUTO 48
#define FT_LASTLINE
49
#define LB_LASTLINE
50
#define CB_EXPAND
51
#define ST_LINEDIST_ABS
52
#define CB_AUTO
48
#define FT_LASTLINE 49
#define LB_LASTLINE 50
#define CB_EXPAND 51
#define ST_LINEDIST_ABS 52
// ExtendedTabPage ----------------------------------------------------------
#define BTN_HYPHEN 50
#define FT_BEFORE 51
#define BTN_HYPHEN
50
#define FT_BEFORE
51
#define ED_HYPHENBEFORE 52
#define FT_HYPHENBEFORE 53
#define FT_AFTER 54
#define FT_AFTER
54
#define ED_HYPHENAFTER 55
#define FT_HYPHENAFTER 56
#define GB_HYPHEN 57
#define GB_HYPHEN
57
#define BTN_PAGEBREAK 60
#define BTN_BREAKPAGE 61
...
...
@@ -117,36 +116,36 @@
#define BTN_PAGEBREAKBEFORE 63
#define BTN_PAGEBREAKAFTER 64
#define BTN_PAGECOLL 65
#define LB_PAGECOLL 66
#define LB_PAGECOLL
66
#define BTN_KEEPTOGETHER 67
#define BTN_WIDOWS 68
#define ED_WIDOWS 69
#define FT_WIDOWS 70
#define BTN_ORPHANS 71
#define ED_ORPHANS 72
#define FT_ORPHANS 73
#define GB_OPTIONS 74
#define FT_PAGENUM 75
#define ED_PAGENUM 76
#define BTN_WIDOWS
68
#define ED_WIDOWS
69
#define FT_WIDOWS
70
#define BTN_ORPHANS
71
#define ED_ORPHANS
72
#define FT_ORPHANS
73
#define GB_OPTIONS
74
#define FT_PAGENUM
75
#define ED_PAGENUM
76
#define CB_KEEPTOGETHER 80
#define CB_KEEPTOGETHER
80
#define FT_MAXHYPH 81
#define ED_MAXHYPH 83
#define ED_MAXHYPH
83
#define CB_REGISTER 84
#define
GB_REGISTER
85
#define CB_REGISTER
84
#define
FL_REGISTER
85
//asian typography
#define
GB_AS_OPTIONS
1
#define CB_AS_HANG_PUNC 2
#define CB_AS_ALLOW_WORD_BREAK 3
#define CB_AS_FORBIDDEN 4
#define
GB_AS_CHAR_DIST
5
#define CB_AS_PUNCTUATION 6
#define
FL_AS_OPTIONS
1
#define CB_AS_HANG_PUNC
2
#define CB_AS_ALLOW_WORD_BREAK
3
#define CB_AS_FORBIDDEN
4
#define
FL_AS_CHAR_DIST
5
#define CB_AS_PUNCTUATION
6
#define CB_AS_SCRIPT_SPACE 7
#define CB_AS_ADJUST_NUMBERS 8
#define FT_TEXT_ALIGN 9
#define LB_TEXT_ALIGN 10
#define CB_AS_ADJUST_NUMBERS
8
#define FT_TEXT_ALIGN
9
#define LB_TEXT_ALIGN
10
#endif
svx/source/dialog/paragrph.src
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: paragrph.src,v $
*
* $Revision: 1.
19
$
* $Revision: 1.
20
$
*
* last change: $Author:
kz $ $Date: 2001-05-10 07:20:28
$
* last change: $Author:
os $ $Date: 2001-05-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -248,10 +248,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Text[ catalan ] = "Auto~mtico";
Text[ finnish ] = "~Automaattinen";
};
GroupBox GB
_INDENT
FixedLine FL
_INDENT
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 17
2 , 71
) ;
Size = MAP_APPFONT ( 17
3 , 8
) ;
Text = "Einzug" ;
Text [ ENGLISH ] = "Indent" ;
Text [ norwegian ] = "Innrykk" ;
...
...
@@ -367,10 +367,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Last = 9999 ;
SpinSize = 10 ;
};
GroupBox GB
_DIST
FixedLine FL
_DIST
{
Pos = MAP_APPFONT ( 6 , 77 ) ;
Size = MAP_APPFONT ( 17
2 , 42
) ;
Size = MAP_APPFONT ( 17
3 , 8
) ;
Text = "Abstand" ;
Text [ ENGLISH ] = "Distance" ;
Text [ norwegian ] = "Avstand" ;
...
...
@@ -712,10 +712,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Last = 9999 ;
SpinSize = 10 ;
};
GroupBox GB
_LINEDIST
FixedLine FL
_LINEDIST
{
Pos = MAP_APPFONT ( 6 , 122 ) ;
Size = MAP_APPFONT ( 17
2 , 26
) ;
Size = MAP_APPFONT ( 17
3 , 8
) ;
Text = "Zeilenabstand" ;
Text [ ENGLISH ] = "Line spacing" ;
Text [ norwegian ] = "Linjeavstand" ;
...
...
@@ -743,37 +743,8 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
};
Window WN_EXAMPLE
{
Pos = MAP_APPFONT ( 191 , 14 ) ;
Size = MAP_APPFONT ( 56 , 128 ) ;
};
GroupBox GB_EXAMPLE
{
Pos = MAP_APPFONT ( 185 , 3 ) ;
Size = MAP_APPFONT ( 68 , 145 ) ;
Text = "Vorschau" ;
Text [ ENGLISH ] = "Example" ;
Text [ norwegian ] = "Eksempel" ;
Text [ italian ] = "Anteprima" ;
Text [ portuguese_brazilian ] = "Exemplo" ;
Text [ portuguese ] = "Previsualizar" ;
Text [ finnish ] = "Esikatselu" ;
Text [ danish ] = "Eksempel" ;
Text [ french ] = "Aperu" ;
Text [ swedish ] = "Frhandsvisning" ;
Text [ dutch ] = "Voorbeeld" ;
Text [ spanish ] = "Previsualizacin" ;
Text [ english_us ] = "Preview" ;
Text[ chinese_simplified ] = "Ԥ";
Text[ russian ] = "";
Text[ polish ] = "Podgld";
Text[ japanese ] = "ޭ";
Text[ chinese_traditional ] = "w";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "̸ ";
Text[ turkish ] = "nizleme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Previsualizacin";
Pos = MAP_APPFONT ( 185 , 7 ) ;
Size = MAP_APPFONT ( 68 , 112 ) ;
};
CheckBox CB_REGISTER
{
...
...
@@ -804,10 +775,10 @@ TabPage RID_SVXPAGE_STD_PARAGRAPH
Text[ catalan ] = "Con~siderar";
Text[ finnish ] = "~Aktivoi";
};
GroupBox GB
_REGISTER
FixedLine FL
_REGISTER
{
Pos = MAP_APPFONT ( 6 , 151 ) ;
Size = MAP_APPFONT (
247 , 24
) ;
Size = MAP_APPFONT (
173 , 8
) ;
Text = "Registerhaltigkeit" ;
Text [ ENGLISH ] = "" ;
Hide = TRUE ;
...
...
@@ -862,7 +833,7 @@ TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
Text [ dutch ] = "Uitlijning" ;
Text [ portuguese ] = "Alinhamento" ;
Size = MAP_APPFONT ( 260 , 185 ) ;
FixedLine
GB
_ALIGN
FixedLine
FL
_ALIGN
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 173 , 8 ) ;
...
...
@@ -1212,49 +1183,17 @@ TabPage RID_SVXPAGE_ALIGN_PARAGRAPH
Text[ catalan ] = "E~xpandir una palabra";
Text[ finnish ] = "~Laajenna yksittinen sana";
};
FixedLine FL_VERTEX
{
Pos = MAP_APPFONT ( 179 , 14 ) ;
Size = MAP_APPFONT ( 4 , 128 ) ;
};
Window WN_EXAMPLE
{
Pos = MAP_APPFONT ( 191 , 14 ) ;
// Pos = MAP_APPFONT ( 185 , 7 ) ;
// Size = MAP_APPFONT ( 68 , 112 ) ;
Pos = MAP_APPFONT ( 185 , 7 ) ;
Size = MAP_APPFONT ( 56 , 128 ) ;
};
FixedLine GB_EXAMPLE
{
Pos = MAP_APPFONT ( 185 , 3 ) ;
Size = MAP_APPFONT ( 68 , 8 ) ;
Text = "Vorschau" ;
Text [ ENGLISH ] = "Example" ;
Text [ norwegian ] = "Eksempel" ;
Text [ italian ] = "Anteprima" ;
Text [ portuguese_brazilian ] = "Exemplo" ;
Text [ portuguese ] = "Previsualizar" ;
Text [ finnish ] = "Vorschau" ;
Text [ danish ] = "Eksempel" ;
Text [ french ] = "Aperu" ;
Text [ swedish ] = "Frhandsvisning" ;
Text [ dutch ] = "Voorbeeld" ;
Text [ spanish ] = "Previsualizacin" ;
Text [ english_us ] = "Preview" ;
Text[ chinese_simplified ] = "Ԥ";
Text[ russian ] = "";
Text[ polish ] = "Podgld";
Text[ japanese ] = "ޭ";
Text[ chinese_traditional ] = "w";
Text[ arabic ] = "";
Text[ greek ] = "";
Text[ korean ] = "̸ ";
Text[ turkish ] = "nizleme";
Text[ language_user1 ] = " ";
Text[ catalan ] = "Preview";
};
FixedLine FL_VERTALIGN
{
Pos = MAP_APPFONT ( 6 , 146 ) ;
Size = MAP_APPFONT (
248
, 8 ) ;
Size = MAP_APPFONT (
173
, 8 ) ;
Text = "Vertikale Textausrichtung" ;
Text [ ENGLISH ] = "Vertical text alignment" ;
Hide = TRUE;
...
...
@@ -2256,10 +2195,10 @@ TabPage RID_SVXPAGE_PARA_ASIAN
Text = "Asiatische Typographie" ;
Text [ English ] = "Asian typography" ;
Size = MAP_APPFONT ( 260 , 185 ) ;
GroupBox GB
_AS_OPTIONS
FixedLine FL
_AS_OPTIONS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 248 ,
52
) ;
Size = MAP_APPFONT ( 248 ,
8
) ;
Text = "Z~eilenwechsel" ;
Text [ ENGLISH ] = "Line break" ;
Text[ english_us ] = "L~ine change";
...
...
@@ -2364,10 +2303,10 @@ TabPage RID_SVXPAGE_PARA_ASIAN
Text[ catalan ] = "Permitir puntuacin libre";
Text[ finnish ] = "Hngende ~Interpunktion zulassen";
};
GroupBox GB
_AS_CHAR_DIST
FixedLine FL
_AS_CHAR_DIST
{
Pos = MAP_APPFONT ( 6 , 58 ) ;
Size = MAP_APPFONT ( 248 ,
6
8 ) ;
Size = MAP_APPFONT ( 248 , 8 ) ;
Text = "Zeichenabstand" ;
Text [ ENGLISH ] = "Character distance" ;
Text[ english_us ] = "Character spacing";
...
...
svx/source/dialog/tabstpge.cxx
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.cxx,v $
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
* last change: $Author:
rt $ $Date: 2000-10-24 12:20:14
$
* last change: $Author:
os $ $Date: 2001-05-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -151,7 +151,8 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
SfxTabPage
(
pParent
,
ResId
(
RID_SVXPAGE_TABULATOR
,
DIALOG_MGR
()
),
rAttr
),
aTabBox
(
this
,
ResId
(
ED_TABPOS
)
),
aTabLabel
(
this
,
ResId
(
GB_TABPOS
)
),
aTabLabel
(
this
,
ResId
(
FL_TABPOS
)
),
aTabLabelVert
(
this
,
ResId
(
FL_TABPOS_VERT
)
),
aLeftTab
(
this
,
ResId
(
BTN_TABTYPE_LEFT
)
),
aRightTab
(
this
,
ResId
(
BTN_TABTYPE_RIGHT
)
),
aCenterTab
(
this
,
ResId
(
BTN_TABTYPE_CENTER
)
),
...
...
@@ -162,14 +163,15 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
pDezWin
(
new
TabWin_Impl
(
this
,
ResId
(
WIN_TABDECIMAL
),
RULER_TAB_DECIMAL
)
),
aDezChar
(
this
,
ResId
(
ED_TABTYPE_DECCHAR
)
),
aDezCharLabel
(
this
,
ResId
(
FT_TABTYPE_DECCHAR
)
),
aTabTypeLabel
(
this
,
ResId
(
GB_TABTYPE
)
),
aTabTypeLabel
(
this
,
ResId
(
FL_TABTYPE
)
),
aTabTypeLabelVert
(
this
,
ResId
(
FL_TABTYPE_VERT
)
),
aNoFillChar
(
this
,
ResId
(
BTN_FILLCHAR_NO
)
),
aFillPoints
(
this
,
ResId
(
BTN_FILLCHAR_POINTS
)
),
aFillDashLine
(
this
,
ResId
(
BTN_FILLCHAR_DASHLINE
)
),
aFillSolidLine
(
this
,
ResId
(
BTN_FILLCHAR_UNDERSCORE
)
),
aFillSpecial
(
this
,
ResId
(
BTN_FILLCHAR_OTHER
)
),
aFillChar
(
this
,
ResId
(
ED_FILLCHAR_OTHER
)
),
aFillLabel
(
this
,
ResId
(
GB
_FILLCHAR
)
),
aFillLabel
(
this
,
ResId
(
FL
_FILLCHAR
)
),
aNewBtn
(
this
,
ResId
(
BTN_NEW
)
),
aDelAllBtn
(
this
,
ResId
(
BTN_DELALL
)
),
aDelBtn
(
this
,
ResId
(
BTN_DEL
)
),
...
...
@@ -189,6 +191,10 @@ SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,
FieldUnit
eFUnit
=
GetModuleFieldUnit
(
&
rAttr
);
SetFieldUnit
(
aTabBox
,
eFUnit
);
// vertical separators
aTabLabelVert
.
SetStyle
(
aTabLabelVert
.
GetStyle
()
|
WB_VERT
);
aTabTypeLabelVert
.
SetStyle
(
aTabTypeLabelVert
.
GetStyle
()
|
WB_VERT
);
// Buttons initialisieren
aNewBtn
.
SetClickHdl
(
LINK
(
this
,
SvxTabulatorTabPage
,
NewHdl_Impl
)
);
aDelBtn
.
SetClickHdl
(
LINK
(
this
,
SvxTabulatorTabPage
,
DelHdl_Impl
)
);
...
...
svx/source/dialog/tabstpge.hrc
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.hrc,v $
*
* $Revision: 1.
1.1.1
$
* $Revision: 1.
2
$
*
* last change: $Author:
hr $ $Date: 2000-09-18 17:01:1
2 $
* last change: $Author:
os $ $Date: 2001-05-11 07:41:5
2 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -63,11 +63,12 @@
// defines ------------------------------------------------------------------
#define ED_TABPOS 10
#define GB_TABPOS 11
#define ED_TABPOS 10
#define FL_TABPOS 11
#define FL_TABPOS_VERT 12
#define BTN_TABTYPE_LEFT 20
#define WIN_TABLEFT 21
#define WIN_TABLEFT
21
#define BTN_TABTYPE_RIGHT 22
#define WIN_TABRIGHT 23
#define BTN_TABTYPE_CENTER 24
...
...
@@ -76,19 +77,21 @@
#define WIN_TABDECIMAL 27
#define ED_TABTYPE_DECCHAR 28
#define FT_TABTYPE_DECCHAR 29
#define GB_TABTYPE 30
#define FL_TABTYPE 30
#define FL_TABTYPE_VERT 31
#define BTN_FILLCHAR_NO 40
#define BTN_FILLCHAR_POINTS 41
#define BTN_FILLCHAR_DASHLINE 42
#define BTN_FILLCHAR_UNDERSCORE 43
#define BTN_FILLCHAR_DASHLINE
42
#define BTN_FILLCHAR_UNDERSCORE
43
#define BTN_FILLCHAR_OTHER 44
#define ED_FILLCHAR_OTHER 45
#define
GB_FILLCHAR
46
#define
FL_FILLCHAR
46
#define BTN_NEW 50
#define BTN_DEL 51
#define BTN_DELALL 52
#define BTN_NEW
50
#define BTN_DEL
51
#define BTN_DELALL
52
#endif
...
...
svx/source/dialog/tabstpge.src
Dosyayı görüntüle @
857d086e
...
...
@@ -2,9 +2,9 @@
*
* $RCSfile: tabstpge.src,v $
*
* $Revision: 1.
7
$
* $Revision: 1.
8
$
*
* last change: $Author:
kz $ $Date: 2001-05-10 07:54:58
$
* last change: $Author:
os $ $Date: 2001-05-11 07:41:52
$
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
...
...
@@ -92,10 +92,10 @@ TabPage RID_SVXPAGE_TABULATOR
DecimalDigits = 2 ;
Unit = FUNIT_CM ;
};
GroupBox GB
_TABPOS
FixedLine FL
_TABPOS
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 57 ,
112
) ;
Size = MAP_APPFONT ( 57 ,
8
) ;
Text = "Position" ;
Text [ ENGLISH ] = "Position" ;
Text [ norwegian ] = "Posisjon" ;
...
...
@@ -121,6 +121,11 @@ TabPage RID_SVXPAGE_TABULATOR
Text[ language_user1 ] = " ";
Text[ catalan ] = "Posicin";
};
FixedLine FL_TABPOS_VERT
{
Pos = MAP_APPFONT ( 63 , 14 ) ;
Size = MAP_APPFONT ( 4 , 101 ) ;
};
RadioButton BTN_TABTYPE_LEFT
{
Pos = MAP_APPFONT ( 75 , 14 ) ;
...
...
@@ -294,10 +299,10 @@ TabPage RID_SVXPAGE_TABULATOR
Size = MAP_APPFONT ( 9 , 12 ) ;
Left = TRUE ;
};
GroupBox GB
_TABTYPE
FixedLine FL
_TABTYPE
{
Pos = MAP_APPFONT ( 69 , 3 ) ;
Size = MAP_APPFONT ( 61 ,
112
) ;
Size = MAP_APPFONT ( 61 ,
8
) ;
Text = "Typ" ;
Text [ ENGLISH ] = "Type" ;
Text [ norwegian ] = "Type" ;
...
...
@@ -323,6 +328,11 @@ TabPage RID_SVXPAGE_TABULATOR
Text[ language_user1 ] = " ";
Text[ catalan ] = "Tipo";
};
FixedLine FL_TABTYPE_VERT
{
Pos = MAP_APPFONT ( 130 , 14 ) ;
Size = MAP_APPFONT ( 4 , 101) ;
};
RadioButton BTN_FILLCHAR_NO
{
Pos = MAP_APPFONT ( 142 , 14 ) ;
...
...
@@ -407,10 +417,10 @@ TabPage RID_SVXPAGE_TABULATOR
Size = MAP_APPFONT ( 9 , 12 ) ;
Left = TRUE ;
};
GroupBox GB
_FILLCHAR
FixedLine FL
_FILLCHAR
{
Pos = MAP_APPFONT ( 136 , 3 ) ;
Size = MAP_APPFONT ( 65 ,
112
) ;
Size = MAP_APPFONT ( 65 ,
8
) ;
Text = "Fllzeichen" ;
Text [ ENGLISH ] = "Fill character" ;
Text [ norwegian ] = "Fylltegn" ;
...
...
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