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
e813b9c2
Kaydet (Commit)
e813b9c2
authored
Nis 03, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: fdo#39793 open the 'Font' tab after Set Language ... More ...
Change-Id: I23c80a462ef473defe5536f9090167ae734553b7
üst
993f4921
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
olmenu.cxx
sw/source/core/uibase/lingu/olmenu.cxx
+2
-2
textsh1.cxx
sw/source/core/uibase/shells/textsh1.cxx
+4
-0
No files found.
sw/source/core/uibase/lingu/olmenu.cxx
Dosyayı görüntüle @
e813b9c2
...
@@ -848,7 +848,7 @@ void SwSpellPopup::Execute( sal_uInt16 nId )
...
@@ -848,7 +848,7 @@ void SwSpellPopup::Execute( sal_uInt16 nId )
else
if
(
nId
==
MN_SET_SELECTION_MORE
)
else
if
(
nId
==
MN_SET_SELECTION_MORE
)
{
{
//Open Format/Character Dialog
//Open Format/Character Dialog
sw_CharDialog
(
*
m_pSh
,
true
,
nId
,
0
,
0
);
sw_CharDialog
(
*
m_pSh
,
true
,
SID_ATTR_CHAR_FONT
,
0
,
0
);
}
}
else
if
(
MN_SET_LANGUAGE_PARAGRAPH_START
<=
nId
&&
nId
<=
MN_SET_LANGUAGE_PARAGRAPH_END
)
else
if
(
MN_SET_LANGUAGE_PARAGRAPH_START
<=
nId
&&
nId
<=
MN_SET_LANGUAGE_PARAGRAPH_END
)
{
{
...
@@ -880,7 +880,7 @@ void SwSpellPopup::Execute( sal_uInt16 nId )
...
@@ -880,7 +880,7 @@ void SwSpellPopup::Execute( sal_uInt16 nId )
m_pSh
->
Push
();
// save cursor
m_pSh
->
Push
();
// save cursor
SwLangHelper
::
SelectCurrentPara
(
*
m_pSh
);
SwLangHelper
::
SelectCurrentPara
(
*
m_pSh
);
//Open Format/Character Dialog
//Open Format/Character Dialog
sw_CharDialog
(
*
m_pSh
,
true
,
nId
,
0
,
0
);
sw_CharDialog
(
*
m_pSh
,
true
,
SID_ATTR_CHAR_FONT
,
0
,
0
);
m_pSh
->
Pop
(
sal_False
);
// restore cursor
m_pSh
->
Pop
(
sal_False
);
// restore cursor
}
}
}
}
...
...
sw/source/core/uibase/shells/textsh1.cxx
Dosyayı görüntüle @
e813b9c2
...
@@ -181,6 +181,10 @@ void sw_CharDialog( SwWrtShell &rWrtSh, bool bUseDialog, sal_uInt16 nSlot,const
...
@@ -181,6 +181,10 @@ void sw_CharDialog( SwWrtShell &rWrtSh, bool bUseDialog, sal_uInt16 nSlot,const
{
{
pDlg
->
SetCurPageId
(
"fonteffect"
);
pDlg
->
SetCurPageId
(
"fonteffect"
);
}
}
else
if
(
pDlg
&&
nSlot
==
SID_ATTR_CHAR_FONT
)
{
pDlg
->
SetCurPageId
(
"font"
);
}
const
SfxItemSet
*
pSet
=
NULL
;
const
SfxItemSet
*
pSet
=
NULL
;
if
(
!
bUseDialog
)
if
(
!
bUseDialog
)
...
...
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