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
f4841c9a
Kaydet (Commit)
f4841c9a
authored
May 14, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
more refactorings in starmath dialogs..
Change-Id: I24b6584a72b4a8db031d9bf8906d8682e32e4545
üst
5b4408da
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
dialog.hxx
starmath/inc/dialog.hxx
+7
-9
dialog.cxx
starmath/source/dialog.cxx
+0
-0
No files found.
starmath/inc/dialog.hxx
Dosyayı görüntüle @
f4841c9a
...
...
@@ -100,23 +100,24 @@ class SmFontDialog : public ModalDialog
VclPtr
<
CheckBox
>
m_pItalicCheckBox
;
VclPtr
<
SmShowFont
>
m_pShowFont
;
vcl
::
Font
Face
;
vcl
::
Font
maFont
;
DECL_LINK
(
FontSelectHdl
,
ComboBox
*
);
DECL_LINK
(
FontModifyHdl
,
ComboBox
*
);
DECL_LINK
(
AttrChangeHdl
,
CheckBox
*
);
void
InitColor_Impl
();
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
public
:
SmFontDialog
(
vcl
::
Window
*
pParent
,
OutputDevice
*
pFntListDevice
,
bool
bHideCheckboxes
);
virtual
~
SmFontDialog
();
virtual
void
dispose
()
SAL_OVERRIDE
;
const
vcl
::
Font
&
GetFont
()
const
{
return
Face
;
}
void
SetFont
(
const
vcl
::
Font
&
rFont
);
const
vcl
::
Font
&
GetFont
()
const
{
return
maFont
;
}
void
SetFont
(
const
vcl
::
Font
&
rFont
);
};
/**************************************************************************/
...
...
@@ -372,7 +373,6 @@ class SmSymbolDialog : public ModalDialog
void
FillSymbolSets
(
bool
bDeleteText
=
true
);
void
SetSymbolSetManager
(
SmSymbolManager
&
rMgr
);
const
SmSym
*
GetSymbol
()
const
;
void
InitColor_Impl
();
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
...
...
@@ -467,8 +467,6 @@ class SmSymDefineDialog : public ModalDialog
return
const_cast
<
SmSymDefineDialog
*>
(
this
)
->
GetSymbol
(
rComboBox
);
}
void
InitColor_Impl
();
virtual
void
DataChanged
(
const
DataChangedEvent
&
rDCEvt
)
SAL_OVERRIDE
;
public
:
...
...
starmath/source/dialog.cxx
Dosyayı görüntüle @
f4841c9a
This diff is collapsed.
Click to expand it.
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