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
98add982
Kaydet (Commit)
98add982
authored
Mar 26, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Attempt to translate some German comments, but not all.
üst
34ab87b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
tpline.cxx
cui/source/tabpages/tpline.cxx
+13
-12
No files found.
cui/source/tabpages/tpline.cxx
Dosyayı görüntüle @
98add982
...
...
@@ -158,10 +158,10 @@ SvxLineTabPage::SvxLineTabPage
aCtlPreview
.
SetAccessibleName
(
String
(
CUI_RES
(
STR_EXAMPLE
)));
//
diese Page braucht
ExchangeSupport
//
This Page requires
ExchangeSupport
SetExchangeSupport
();
// Metri
k einstellen
// Metri
c set
FieldUnit
eFUnit
=
GetModuleFieldUnit
(
rInAttrs
);
switch
(
eFUnit
)
...
...
@@ -214,7 +214,7 @@ SvxLineTabPage::SvxLineTabPage
Link
aEdgeStyle
=
LINK
(
this
,
SvxLineTabPage
,
ChangeEdgeStyleHdl_Impl
);
maLBEdgeStyle
.
SetSelectHdl
(
aEdgeStyle
);
//
#58425# Symbole auf einer Linie (z.B. StarChart) , MB-Handler setzen
//
Symbols on a line (eg star charts), MB-handler set
aSymbolMB
.
SetSelectHdl
(
LINK
(
this
,
SvxLineTabPage
,
GraphicHdl_Impl
));
aSymbolMB
.
SetActivateHdl
(
LINK
(
this
,
SvxLineTabPage
,
MenuCreateHdl_Impl
));
aSymbolWidthMF
.
SetModifyHdl
(
LINK
(
this
,
SvxLineTabPage
,
SizeHdl_Impl
));
...
...
@@ -224,13 +224,13 @@ SvxLineTabPage::SvxLineTabPage
aSymbolRatioCB
.
Check
(
sal_True
);
ShowSymbolControls
(
sal_False
);
// #63083#
nActLineWidth
=
-
1
;
}
//#58425# Symbole auf einer Linie (z.B. StarChart) , Symbol-Controls aktivieren
void
SvxLineTabPage
::
ShowSymbolControls
(
sal_Bool
bOn
)
{
// Symbols on a line (eg star charts), symbol-enable controls
bSymbols
=
bOn
;
aSymbolWidthFT
.
Show
(
bOn
);
aSymbolWidthMF
.
Show
(
bOn
);
...
...
@@ -241,10 +241,11 @@ void SvxLineTabPage::ShowSymbolControls(sal_Bool bOn)
aSymbolMB
.
Show
(
bOn
);
aCtlPreview
.
ShowSymbol
(
bOn
);
}
// -----------------------------------------------------------------------
//#58425# Symbole auf einer Linie (z.B. StarChart) , dtor neu!
SvxLineTabPage
::~
SvxLineTabPage
()
{
//Symbols on a line (eg star charts), dtor new!
delete
aSymbolMB
.
GetPopupMenu
()
->
GetPopupMenu
(
MN_GALLERY
);
if
(
pSymbolList
)
...
...
@@ -259,20 +260,20 @@ SvxLineTabPage::~SvxLineTabPage()
}
void
SvxLineTabPage
::
Construct
()
{
//
Farbtabelle
//
Color chart
aLbColor
.
Fill
(
pColorList
);
FillListboxes
();
}
void
SvxLineTabPage
::
FillListboxes
()
{
// Lin
ienstile
// Lin
e styles
sal_uInt16
nOldSelect
=
aLbLineStyle
.
GetSelectEntryPos
();
aLbLineStyle
.
FillStyles
();
aLbLineStyle
.
Fill
(
pDashList
);
aLbLineStyle
.
SelectEntryPos
(
nOldSelect
);
// Lin
ienEndenSti
le
// Lin
e end sty
le
String
sNone
(
SVX_RES
(
RID_SVXSTR_NONE
)
);
nOldSelect
=
aLbStartStyle
.
GetSelectEntryPos
();
aLbStartStyle
.
Clear
();
...
...
@@ -298,7 +299,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet )
sal_uInt16
nPos
;
sal_uInt16
nCount
;
// Dash
liste
// Dash
list
if
(
(
*
pnDashListState
&
CT_MODIFIED
)
||
(
*
pnDashListState
&
CT_CHANGED
)
)
{
...
...
@@ -307,7 +308,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet )
GetNewDashList
();
*
pnDashListState
=
CT_NONE
;
// Style
liste
// Style
list
nPos
=
aLbLineStyle
.
GetSelectEntryPos
();
aLbLineStyle
.
Clear
();
...
...
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