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
519f4b75
Kaydet (Commit)
519f4b75
authored
Nis 01, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
teach SmShowChar how to resize
and other cleanups Change-Id: I1f6a57a6cb7c06a37e9c845fa93815d31008e6e1
üst
26fdfce8
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
115 additions
and
114 deletions
+115
-114
dialog.hxx
starmath/inc/dialog.hxx
+1
-1
helpids.h
starmath/inc/helpids.h
+0
-1
dialog.cxx
starmath/source/dialog.cxx
+10
-17
dialog.hrc
starmath/source/dialog.hrc
+0
-29
symdefinedialog.ui
starmath/uiconfig/smath/ui/symdefinedialog.ui
+103
-65
charmap.cxx
svx/source/dialog/charmap.cxx
+1
-1
No files found.
starmath/inc/dialog.hxx
Dosyayı görüntüle @
519f4b75
...
@@ -373,6 +373,7 @@ public:
...
@@ -373,6 +373,7 @@ public:
class
SmShowChar
:
public
Control
class
SmShowChar
:
public
Control
{
{
virtual
void
Paint
(
const
Rectangle
&
)
SAL_OVERRIDE
;
virtual
void
Paint
(
const
Rectangle
&
)
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
public
:
public
:
SmShowChar
(
Window
*
pParent
,
WinBits
nStyle
)
SmShowChar
(
Window
*
pParent
,
WinBits
nStyle
)
...
@@ -424,7 +425,6 @@ class SmSymDefineDialog : public ModalDialog
...
@@ -424,7 +425,6 @@ class SmSymDefineDialog : public ModalDialog
DECL_LINK
(
AddClickHdl
,
Button
*
);
DECL_LINK
(
AddClickHdl
,
Button
*
);
DECL_LINK
(
ChangeClickHdl
,
Button
*
);
DECL_LINK
(
ChangeClickHdl
,
Button
*
);
DECL_LINK
(
DeleteClickHdl
,
Button
*
);
DECL_LINK
(
DeleteClickHdl
,
Button
*
);
DECL_LINK
(
HelpButtonClickHdl
,
Button
*
);
void
FillSymbols
(
ComboBox
&
rComboBox
,
bool
bDeleteText
=
true
);
void
FillSymbols
(
ComboBox
&
rComboBox
,
bool
bDeleteText
=
true
);
void
FillSymbolSets
(
ComboBox
&
rComboBox
,
bool
bDeleteText
=
true
);
void
FillSymbolSets
(
ComboBox
&
rComboBox
,
bool
bDeleteText
=
true
);
...
...
starmath/inc/helpids.h
Dosyayı görüntüle @
519f4b75
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
#define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG"
#define HID_SMA_FONTDIALOG "STARMATH_HID_SMA_FONTDIALOG"
#define HID_SMA_DISTANCEDIALOG "STARMATH_HID_SMA_DISTANCEDIALOG"
#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"
#define HID_SMA_WIN_DOCUMENT "STARMATH_HID_SMA_WIN_DOCUMENT"
#define HID_SMA_COMMAND_WIN_EDIT "STARMATH_HID_SMA_COMMAND_WIN_EDIT"
#define HID_SMA_COMMAND_WIN_EDIT "STARMATH_HID_SMA_COMMAND_WIN_EDIT"
...
...
starmath/source/dialog.cxx
Dosyayı görüntüle @
519f4b75
...
@@ -269,7 +269,6 @@ void SmShowFont::SetFont(const Font& rFont)
...
@@ -269,7 +269,6 @@ void SmShowFont::SetFont(const Font& rFont)
SetTextColor
(
aTxtColor
);
SetTextColor
(
aTxtColor
);
}
}
IMPL_LINK_INLINE_START
(
SmFontDialog
,
FontSelectHdl
,
ComboBox
*
,
pComboBox
)
IMPL_LINK_INLINE_START
(
SmFontDialog
,
FontSelectHdl
,
ComboBox
*
,
pComboBox
)
{
{
Face
.
SetName
(
pComboBox
->
GetText
());
Face
.
SetName
(
pComboBox
->
GetText
());
...
@@ -1615,8 +1614,16 @@ void SmShowChar::SetSymbol( sal_UCS4 cChar, const Font &rFont )
...
@@ -1615,8 +1614,16 @@ void SmShowChar::SetSymbol( sal_UCS4 cChar, const Font &rFont )
Invalidate
();
Invalidate
();
}
}
void
SmShowChar
::
Resize
()
{
Control
::
Resize
();
const
OUString
&
rText
=
GetText
();
if
(
rText
.
isEmpty
())
return
;
sal_Int32
nStrIndex
=
0
;
sal_UCS4
cChar
=
rText
.
iterateCodePoints
(
&
nStrIndex
);
SetSymbol
(
cChar
,
GetFont
());
//force recalculation of size
}
void
SmSymDefineDialog
::
FillSymbols
(
ComboBox
&
rComboBox
,
bool
bDeleteText
)
void
SmSymDefineDialog
::
FillSymbols
(
ComboBox
&
rComboBox
,
bool
bDeleteText
)
{
{
...
@@ -1963,17 +1970,6 @@ void SmSymDefineDialog::UpdateButtons()
...
@@ -1963,17 +1970,6 @@ void SmSymDefineDialog::UpdateButtons()
pDeleteBtn
->
Enable
(
bDelete
);
pDeleteBtn
->
Enable
(
bDelete
);
}
}
IMPL_LINK
(
SmSymDefineDialog
,
HelpButtonClickHdl
,
Button
*
,
EMPTYARG
/*pButton*/
)
{
// start help system
Help
*
pHelp
=
Application
::
GetHelp
();
if
(
pHelp
)
{
pHelp
->
Start
(
OUString
(
"HID_SMA_SYMDEFINEDIALOG"
),
pHelpBtn
);
}
return
0
;
}
SmSymDefineDialog
::
SmSymDefineDialog
(
Window
*
pParent
,
SmSymDefineDialog
::
SmSymDefineDialog
(
Window
*
pParent
,
OutputDevice
*
pFntListDevice
,
SmSymbolManager
&
rMgr
)
:
OutputDevice
*
pFntListDevice
,
SmSymbolManager
&
rMgr
)
:
ModalDialog
(
pParent
,
"EditSymbols"
,
"modules/smath/ui/symdefinedialog.ui"
),
ModalDialog
(
pParent
,
"EditSymbols"
,
"modules/smath/ui/symdefinedialog.ui"
),
...
@@ -1995,13 +1991,10 @@ SmSymDefineDialog::SmSymDefineDialog(Window * pParent,
...
@@ -1995,13 +1991,10 @@ SmSymDefineDialog::SmSymDefineDialog(Window * pParent,
get
(
pSymbolName
,
"symbolName"
);
get
(
pSymbolName
,
"symbolName"
);
get
(
pSymbolDisplay
,
"symbolDisplay"
);
get
(
pSymbolDisplay
,
"symbolDisplay"
);
get
(
pSymbolSetName
,
"symbolSetName"
);
get
(
pSymbolSetName
,
"symbolSetName"
);
get
(
pHelpBtn
,
"help"
);
get
(
pAddBtn
,
"add"
);
get
(
pAddBtn
,
"add"
);
get
(
pChangeBtn
,
"modify"
);
get
(
pChangeBtn
,
"modify"
);
get
(
pDeleteBtn
,
"delete"
);
get
(
pDeleteBtn
,
"delete"
);
pHelpBtn
->
SetClickHdl
(
LINK
(
this
,
SmSymDefineDialog
,
HelpButtonClickHdl
));
pFontList
=
new
FontList
(
pFntListDevice
);
pFontList
=
new
FontList
(
pFntListDevice
);
pOrigSymbol
=
0
;
pOrigSymbol
=
0
;
...
...
starmath/source/dialog.hrc
deleted
100644 → 0
Dosyayı görüntüle @
26fdfce8
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _DIALOG_HRC_
#define _DIALOG_HRC_
#define FT_FONTS_SUBSET 110
#define LB_FONTS_SUBSET 111
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
starmath/uiconfig/smath/ui/symdefinedialog.ui
Dosyayı görüntüle @
519f4b75
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.16.1 -->
<interface>
<interface>
<
!-- interface-requires gtk+ 3.0 --
>
<
requires
lib=
"gtk+"
version=
"3.0"
/
>
<!-- interface-requires LibreOffice 1.0 -->
<!-- interface-requires LibreOffice 1.0 -->
<object
class=
"GtkDialog"
id=
"EditSymbols"
>
<object
class=
"GtkDialog"
id=
"EditSymbols"
>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
...
@@ -15,57 +16,57 @@
...
@@ -15,57 +16,57 @@
<object
class=
"GtkBox"
id=
"box1"
>
<object
class=
"GtkBox"
id=
"box1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"spacing"
>
12
</property>
<property
name=
"spacing"
>
12
</property>
<child>
<child>
<object
class=
"GtkGrid"
id=
"grid1"
>
<object
class=
"GtkGrid"
id=
"grid1"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"orientation"
>
vertical
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"column_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
24
</property>
<child>
<object
class=
"GtkLabel"
id=
"oldSymbolText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"margin_top"
>
6
</property>
<property
name=
"yalign"
>
0.49000000953674316
</property>
<property
name=
"label"
translatable=
"yes"
>
_Old symbol
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
oldSymbols
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkLabel"
id=
"oldSymbolSetText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0.56000000238418579
</property>
<property
name=
"label"
translatable=
"yes"
>
O_ld symbol set
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
oldSymbolSets
</property>
<property
name=
"ellipsize"
>
start
</property>
</object>
<packing>
<property
name=
"left_attach"
>
2
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<child>
<object
class=
"Gtk
ComboBox"
id=
"oldSymbols
"
>
<object
class=
"Gtk
Grid"
id=
"grid4
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<child
internal-child=
"entry"
>
<property
name=
"orientation"
>
vertical
</property>
<object
class=
"GtkEntry"
id=
"combobox-entry"
>
<property
name=
"column_spacing"
>
6
</property>
<child>
<object
class=
"GtkLabel"
id=
"oldSymbolSetText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
O_ld symbol set
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
oldSymbolSets
</property>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkComboBox"
id=
"oldSymbolSets"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<object
class=
"GtkEntry"
id=
"combobox-entry1"
>
<property
name=
"can_focus"
>
True
</property>
</object>
</child>
</object>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</child>
</object>
</object>
<packing>
<packing>
...
@@ -76,18 +77,51 @@
...
@@ -76,18 +77,51 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"Gtk
ComboBox"
id=
"oldSymbolSets
"
>
<object
class=
"Gtk
Grid"
id=
"grid5
"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<child
internal-child=
"entry"
>
<property
name=
"orientation"
>
vertical
</property>
<object
class=
"GtkEntry"
id=
"combobox-entry1"
>
<property
name=
"column_spacing"
>
6
</property>
<child>
<object
class=
"GtkLabel"
id=
"oldSymbolText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"margin_top"
>
6
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Old symbol
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
oldSymbols
</property>
</object>
</object>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
<child>
<object
class=
"GtkComboBox"
id=
"oldSymbols"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<object
class=
"GtkEntry"
id=
"combobox-entry5"
>
<property
name=
"can_focus"
>
True
</property>
</object>
</child>
</object>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
</packing>
</child>
</child>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
3
</property>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"top_attach"
>
0
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"width"
>
1
</property>
<property
name=
"height"
>
1
</property>
<property
name=
"height"
>
1
</property>
...
@@ -106,7 +140,6 @@
...
@@ -106,7 +140,6 @@
<property
name=
"height_request"
>
250
</property>
<property
name=
"height_request"
>
250
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"valign"
>
end
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
</object>
</object>
...
@@ -120,17 +153,21 @@
...
@@ -120,17 +153,21 @@
<object
class=
"GtkGrid"
id=
"grid2"
>
<object
class=
"GtkGrid"
id=
"grid2"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"column_spacing"
>
24
</property>
<property
name=
"column_spacing"
>
24
</property>
<child>
<child>
<object
class=
"GtkGrid"
id=
"grid3"
>
<object
class=
"GtkGrid"
id=
"grid3"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"row_spacing"
>
2
</property>
<property
name=
"row_spacing"
>
2
</property>
<property
name=
"column_spacing"
>
6
</property>
<property
name=
"column_spacing"
>
6
</property>
<property
name=
"row_homogeneous"
>
True
</property>
<child>
<child>
<object
class=
"GtkLabel"
id=
"symbolText"
>
<object
class=
"GtkLabel"
id=
"symbolText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Symbol
</property>
<property
name=
"label"
translatable=
"yes"
>
_Symbol
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
symbols
</property>
<property
name=
"mnemonic_widget"
>
symbols
</property>
...
@@ -146,8 +183,7 @@
...
@@ -146,8 +183,7 @@
<object
class=
"GtkLabel"
id=
"symbolSetText"
>
<object
class=
"GtkLabel"
id=
"symbolSetText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"margin_top"
>
6
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"yalign"
>
0.51999998092651367
</property>
<property
name=
"label"
translatable=
"yes"
>
Symbol s_et
</property>
<property
name=
"label"
translatable=
"yes"
>
Symbol s_et
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
symbolSets
</property>
<property
name=
"mnemonic_widget"
>
symbolSets
</property>
...
@@ -163,6 +199,7 @@
...
@@ -163,6 +199,7 @@
<object
class=
"GtkLabel"
id=
"fontText"
>
<object
class=
"GtkLabel"
id=
"fontText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Font
</property>
<property
name=
"label"
translatable=
"yes"
>
_Font
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
fonts
</property>
<property
name=
"mnemonic_widget"
>
fonts
</property>
...
@@ -178,6 +215,7 @@
...
@@ -178,6 +215,7 @@
<object
class=
"GtkLabel"
id=
"styleText"
>
<object
class=
"GtkLabel"
id=
"styleText"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Typeface
</property>
<property
name=
"label"
translatable=
"yes"
>
_Typeface
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
styles
</property>
<property
name=
"mnemonic_widget"
>
styles
</property>
...
@@ -193,6 +231,7 @@
...
@@ -193,6 +231,7 @@
<object
class=
"GtkLabel"
id=
"fontsSubsetFT"
>
<object
class=
"GtkLabel"
id=
"fontsSubsetFT"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0
</property>
<property
name=
"label"
translatable=
"yes"
>
_Subset
</property>
<property
name=
"label"
translatable=
"yes"
>
_Subset
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"mnemonic_widget"
>
fontsSubsetLB
</property>
<property
name=
"mnemonic_widget"
>
fontsSubsetLB
</property>
...
@@ -208,6 +247,8 @@
...
@@ -208,6 +247,8 @@
<object
class=
"GtkComboBox"
id=
"fonts"
>
<object
class=
"GtkComboBox"
id=
"fonts"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"left_attach"
>
1
</property>
...
@@ -220,6 +261,8 @@
...
@@ -220,6 +261,8 @@
<object
class=
"GtkComboBox"
id=
"fontsSubsetLB"
>
<object
class=
"GtkComboBox"
id=
"fontsSubsetLB"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"left_attach"
>
1
</property>
...
@@ -232,8 +275,8 @@
...
@@ -232,8 +275,8 @@
<object
class=
"svtlo-FontStyleBox"
id=
"styles"
>
<object
class=
"svtlo-FontStyleBox"
id=
"styles"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"vexpand"
>
True
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
1
</property>
<property
name=
"left_attach"
>
1
</property>
...
@@ -246,6 +289,8 @@
...
@@ -246,6 +289,8 @@
<object
class=
"GtkComboBox"
id=
"symbols"
>
<object
class=
"GtkComboBox"
id=
"symbols"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<child
internal-child=
"entry"
>
<object
class=
"GtkEntry"
id=
"combobox-entry2"
>
<object
class=
"GtkEntry"
id=
"combobox-entry2"
>
...
@@ -264,6 +309,8 @@
...
@@ -264,6 +309,8 @@
<object
class=
"GtkComboBox"
id=
"symbolSets"
>
<object
class=
"GtkComboBox"
id=
"symbolSets"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"hexpand"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<child
internal-child=
"entry"
>
<object
class=
"GtkEntry"
id=
"combobox-entry3"
>
<object
class=
"GtkEntry"
id=
"combobox-entry3"
>
...
@@ -298,7 +345,6 @@
...
@@ -298,7 +345,6 @@
<object
class=
"GtkLabel"
id=
"oldSymbolName"
>
<object
class=
"GtkLabel"
id=
"oldSymbolName"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"yalign"
>
0.49000000953674316
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
0
</property>
<property
name=
"left_attach"
>
0
</property>
...
@@ -308,7 +354,7 @@
...
@@ -308,7 +354,7 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"smlo-SmShowChar"
id=
"oldSymbolDisplay"
>
<object
class=
"smlo-SmShowChar"
id=
"oldSymbolDisplay
:border
"
>
<property
name=
"width_request"
>
60
</property>
<property
name=
"width_request"
>
60
</property>
<property
name=
"height_request"
>
60
</property>
<property
name=
"height_request"
>
60
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
...
@@ -337,8 +383,6 @@
...
@@ -337,8 +383,6 @@
<object
class=
"GtkLabel"
id=
"symbolName"
>
<object
class=
"GtkLabel"
id=
"symbolName"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"xalign"
>
0.50999999046325684
</property>
<property
name=
"yalign"
>
0.49000000953674316
</property>
</object>
</object>
<packing>
<packing>
<property
name=
"left_attach"
>
2
</property>
<property
name=
"left_attach"
>
2
</property>
...
@@ -348,7 +392,7 @@
...
@@ -348,7 +392,7 @@
</packing>
</packing>
</child>
</child>
<child>
<child>
<object
class=
"smlo-SmShowChar"
id=
"symbolDisplay"
>
<object
class=
"smlo-SmShowChar"
id=
"symbolDisplay
:border
"
>
<property
name=
"width_request"
>
60
</property>
<property
name=
"width_request"
>
60
</property>
<property
name=
"height_request"
>
60
</property>
<property
name=
"height_request"
>
60
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
...
@@ -376,12 +420,9 @@
...
@@ -376,12 +420,9 @@
<child>
<child>
<object
class=
"GtkButton"
id=
"delete"
>
<object
class=
"GtkButton"
id=
"delete"
>
<property
name=
"label"
>
gtk-delete
</property>
<property
name=
"label"
>
gtk-delete
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"relief"
>
half
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
</object>
<packing>
<packing>
...
@@ -394,11 +435,9 @@
...
@@ -394,11 +435,9 @@
<child>
<child>
<object
class=
"GtkButton"
id=
"modify"
>
<object
class=
"GtkButton"
id=
"modify"
>
<property
name=
"label"
translatable=
"yes"
>
_Modify
</property>
<property
name=
"label"
translatable=
"yes"
>
_Modify
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_underline"
>
True
</property>
<property
name=
"use_underline"
>
True
</property>
</object>
</object>
<packing>
<packing>
...
@@ -411,11 +450,9 @@
...
@@ -411,11 +450,9 @@
<child>
<child>
<object
class=
"GtkButton"
id=
"add"
>
<object
class=
"GtkButton"
id=
"add"
>
<property
name=
"label"
>
gtk-add
</property>
<property
name=
"label"
>
gtk-add
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
</object>
<packing>
<packing>
...
@@ -429,6 +466,8 @@
...
@@ -429,6 +466,8 @@
<object
class=
"GtkImage"
id=
"rightArrow"
>
<object
class=
"GtkImage"
id=
"rightArrow"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"halign"
>
center
</property>
<property
name=
"valign"
>
center
</property>
<property
name=
"pixbuf"
>
starmath/res/ar_right.png
</property>
<property
name=
"pixbuf"
>
starmath/res/ar_right.png
</property>
</object>
</object>
<packing>
<packing>
...
@@ -477,8 +516,9 @@
...
@@ -477,8 +516,9 @@
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_default"
>
True
</property>
<property
name=
"has_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"image_position"
>
bottom
</property>
<property
name=
"image_position"
>
bottom
</property>
</object>
</object>
...
@@ -495,7 +535,6 @@
...
@@ -495,7 +535,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
</object>
<packing>
<packing>
...
@@ -511,7 +550,6 @@
...
@@ -511,7 +550,6 @@
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"can_focus"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"receives_default"
>
True
</property>
<property
name=
"use_action_appearance"
>
False
</property>
<property
name=
"use_stock"
>
True
</property>
<property
name=
"use_stock"
>
True
</property>
</object>
</object>
<packing>
<packing>
...
...
svx/source/dialog/charmap.cxx
Dosyayı görüntüle @
519f4b75
...
@@ -65,7 +65,7 @@ SvxShowCharSet::SvxShowCharSet(Window* pParent, const ResId& rResId)
...
@@ -65,7 +65,7 @@ SvxShowCharSet::SvxShowCharSet(Window* pParent, const ResId& rResId)
}
}
SvxShowCharSet
::
SvxShowCharSet
(
Window
*
pParent
)
SvxShowCharSet
::
SvxShowCharSet
(
Window
*
pParent
)
:
Control
(
pParent
,
WB_TABSTOP
)
:
Control
(
pParent
,
WB_TABSTOP
|
WB_BORDER
)
,
m_pAccessible
(
NULL
)
,
m_pAccessible
(
NULL
)
,
aVscrollSB
(
this
,
WB_VERT
)
,
aVscrollSB
(
this
,
WB_VERT
)
{
{
...
...
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