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
4cf1a6ba
Kaydet (Commit)
4cf1a6ba
authored
Eki 19, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:defaultparams
Change-Id: I4cb8e39dfe7efcb7ac75ebf41e3d76b8f12750f2
üst
191e636b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
formula.cxx
formula/source/ui/dlg/formula.cxx
+4
-4
No files found.
formula/source/ui/dlg/formula.cxx
Dosyayı görüntüle @
4cf1a6ba
...
...
@@ -979,7 +979,7 @@ void FormulaDlg_Impl::ClearAllParas()
m_pFtEditName
->
Hide
();
m_pParaWinBox
->
Hide
();
m_pBtnForward
->
Enable
(
true
);
//@new
m_pBtnForward
->
Enable
();
//@new
m_pFtHeadLine
->
Show
();
m_pFtFuncName
->
Show
();
m_pFtFuncDesc
->
Show
();
...
...
@@ -1059,7 +1059,7 @@ IMPL_LINK_TYPED( FormulaDlg_Impl, BtnHdl, Button*, pBtn, void )
else
if
(
pBtn
==
m_pBtnBackward
)
{
bEditFlag
=
false
;
m_pBtnForward
->
Enable
(
true
);
m_pBtnForward
->
Enable
();
EditNextFunc
(
false
);
m_pMEFormula
->
Invalidate
();
m_pMEFormula
->
Update
();
...
...
@@ -1243,7 +1243,7 @@ IMPL_LINK_TYPED( FormulaDlg_Impl, FxHdl, ParaWin&, rPtr, void )
{
if
(
&
rPtr
==
pParaWin
)
{
m_pBtnForward
->
Enable
(
true
);
//@ In order to be able to input another function.
m_pBtnForward
->
Enable
();
//@ In order to be able to input another function.
m_pTabCtrl
->
SetCurPageId
(
TP_FUNCTION
);
OUString
aUndoStr
=
m_pHelper
->
getCurrentFormula
();
// it will be added before a ";"
...
...
@@ -1597,7 +1597,7 @@ IMPL_LINK_NOARG_TYPED(FormulaDlg_Impl, FuncSelHdl, FuncPage&, void)
{
const
IFunctionDescription
*
pDesc
=
pFuncPage
->
GetFuncDesc
(
pFuncPage
->
GetFunction
()
);
if
(
pDesc
!=
pFuncDesc
)
m_pBtnForward
->
Enable
(
true
);
//new
if
(
pDesc
!=
pFuncDesc
)
m_pBtnForward
->
Enable
();
//new
if
(
pDesc
)
{
...
...
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