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
1ec3fac4
Kaydet (Commit)
1ec3fac4
authored
Tem 03, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't need an explicit help handler, the default will be fine
Change-Id: I61643e507a68e66e1798c2d21a3f9372027fda1a
üst
6ec6f14c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
30 deletions
+12
-30
dialog.hxx
starmath/inc/dialog.hxx
+0
-1
helpids.h
starmath/inc/helpids.h
+0
-1
dialog.cxx
starmath/source/dialog.cxx
+0
-13
fonttypedialog.ui
starmath/uiconfig/smath/ui/fonttypedialog.ui
+12
-15
No files found.
starmath/inc/dialog.hxx
Dosyayı görüntüle @
1ec3fac4
...
...
@@ -149,7 +149,6 @@ class SmFontTypeDialog : public ModalDialog
SmFontPickListBox
*
m_pSerifFont
;
SmFontPickListBox
*
m_pSansFont
;
SmFontPickListBox
*
m_pFixedFont
;
HelpButton
*
m_pHelpButton1
;
MenuButton
*
m_pMenuButton
;
PushButton
*
m_pDefaultButton
;
...
...
starmath/inc/helpids.h
Dosyayı görüntüle @
1ec3fac4
...
...
@@ -20,7 +20,6 @@
#define STARMATH_HELPIDS_H
#define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG"
#define HID_SMA_FONTTYPEDIALOG "STARMATH_HID_SMA_FONTTYPEDIALOG"
#define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG"
#define HID_SMA_SYMDEFINEDIALOG "STARMATH_HID_SMA_SYMDEFINEDIALOG"
#define HID_SMA_WIN_DOCUMENT "STARMATH_HID_SMA_WIN_DOCUMENT"
...
...
starmath/source/dialog.cxx
Dosyayı görüntüle @
1ec3fac4
...
...
@@ -533,17 +533,6 @@ IMPL_LINK_INLINE_START( SmFontTypeDialog, DefaultButtonClickHdl, Button *, EMPTY
}
IMPL_LINK_INLINE_END
(
SmFontTypeDialog
,
DefaultButtonClickHdl
,
Button
*
,
pButton
)
IMPL_LINK
(
SmFontTypeDialog
,
HelpButtonClickHdl
,
Button
*
,
EMPTYARG
/*pButton*/
)
{
// start help system
Help
*
pHelp
=
Application
::
GetHelp
();
if
(
pHelp
)
{
pHelp
->
Start
(
OUString
(
"HID_SMA_FONTTYPEDIALOG"
),
m_pHelpButton1
);
}
return
0
;
}
SmFontTypeDialog
::
SmFontTypeDialog
(
Window
*
pParent
,
OutputDevice
*
pFntListDevice
)
:
ModalDialog
(
pParent
,
"FontsDialog"
,
"modules/smath/ui/fonttypedialog.ui"
),
pFontListDev
(
pFntListDevice
)
...
...
@@ -555,12 +544,10 @@ SmFontTypeDialog::SmFontTypeDialog(Window * pParent, OutputDevice *pFntListDevic
get
(
m_pSerifFont
,
"serifCB"
);
get
(
m_pSansFont
,
"sansCB"
);
get
(
m_pFixedFont
,
"fixedCB"
);
get
(
m_pHelpButton1
,
"help"
);
get
(
m_pMenuButton
,
"modify"
);
get
(
m_pDefaultButton
,
"default"
);
m_pDefaultButton
->
SetClickHdl
(
LINK
(
this
,
SmFontTypeDialog
,
DefaultButtonClickHdl
));
m_pHelpButton1
->
SetClickHdl
(
LINK
(
this
,
SmFontTypeDialog
,
HelpButtonClickHdl
));
m_pMenuButton
->
GetPopupMenu
()
->
SetSelectHdl
(
LINK
(
this
,
SmFontTypeDialog
,
MenuSelectHdl
));
}
...
...
starmath/uiconfig/smath/ui/fonttypedialog.ui
Dosyayı görüntüle @
1ec3fac4
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object
class=
"GtkDialog"
id=
"FontsDialog"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"border_width"
>
6
</property>
...
...
@@ -23,7 +24,6 @@
<property
name=
"can_default"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
...
...
@@ -38,7 +38,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
...
...
@@ -53,7 +52,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
<packing>
...
...
@@ -68,7 +66,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
<packing>
...
...
@@ -83,7 +80,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
<packing>
...
...
@@ -126,8 +122,8 @@
<object
class=
"GtkGrid"
id=
"grid1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"
n_rows"
>
4
</property>
<property
name=
"
n_columns"
>
2
</property>
<property
name=
"
row_spacing"
>
6
</property>
<property
name=
"
column_spacing"
>
1
2
</property>
<child>
<object
class=
"GtkLabel"
id=
"label1"
>
<property
name=
"visible"
>
True
</property>
...
...
@@ -135,6 +131,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Variables
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
variableCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -153,6 +150,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Functions
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
functionCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -171,6 +169,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Numbers
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
numberCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -189,6 +188,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Text
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
textCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -291,7 +291,8 @@
<object
class=
"GtkGrid"
id=
"grid2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"n_columns"
>
2
</property>
<property
name=
"row_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
12
</property>
<child>
<object
class=
"GtkLabel"
id=
"label5"
>
<property
name=
"visible"
>
True
</property>
...
...
@@ -299,6 +300,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Serif
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
serifCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -317,6 +319,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
S_ans
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
sansCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -335,6 +338,7 @@
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
F_ixed
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
fixedCB
</property>
<attributes>
<attribute
name=
"weight"
value=
"normal"
/>
</attributes>
...
...
@@ -430,7 +434,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
_Variables
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -439,7 +442,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
_Functions
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -448,7 +450,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
_Numbers
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -457,7 +458,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem4"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
_Text
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -466,7 +466,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem5"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
_Serif
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -475,7 +474,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem6"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
S_ans
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
@@ -484,7 +482,6 @@
<object
class=
"GtkMenuItem"
id=
"menuitem7"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"label"
translatable=
"yes"
>
Fixe_d
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
...
...
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