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
e201506a
Kaydet (Commit)
e201506a
authored
Agu 30, 2014
tarafından
Maxim Monastirsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Show the right tab for SID_CHAR_DLG_EFFECT
Change-Id: I3a8b7a9e973d20f06d423ec55cf689478ca98e0a
üst
f3cec45a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drtxtob1.cxx
sc/source/ui/drawfunc/drtxtob1.cxx
+1
-1
editsh.cxx
sc/source/ui/view/editsh.cxx
+1
-1
fuchar.cxx
sd/source/ui/func/fuchar.cxx
+1
-1
No files found.
sc/source/ui/drawfunc/drtxtob1.cxx
Dosyayı görüntüle @
e201506a
...
@@ -53,7 +53,7 @@ bool ScDrawTextObjectBar::ExecuteCharDlg( const SfxItemSet& rArgs,
...
@@ -53,7 +53,7 @@ bool ScDrawTextObjectBar::ExecuteCharDlg( const SfxItemSet& rArgs,
assert
(
pDlg
&&
"Dialog create fail!"
);
assert
(
pDlg
&&
"Dialog create fail!"
);
if
(
nSlot
==
SID_CHAR_DLG_EFFECT
)
if
(
nSlot
==
SID_CHAR_DLG_EFFECT
)
{
{
pDlg
->
SetCurPageId
(
RID_SVXPAGE_CHAR_EFFECTS
);
pDlg
->
SetCurPageId
(
"fonteffects"
);
}
}
bool
bRet
=
(
pDlg
->
Execute
()
==
RET_OK
);
bool
bRet
=
(
pDlg
->
Execute
()
==
RET_OK
);
...
...
sc/source/ui/view/editsh.cxx
Dosyayı görüntüle @
e201506a
...
@@ -460,7 +460,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
...
@@ -460,7 +460,7 @@ void ScEditShell::Execute( SfxRequest& rReq )
OSL_ENSURE
(
pDlg
,
"Dialog create fail!"
);
OSL_ENSURE
(
pDlg
,
"Dialog create fail!"
);
if
(
nSlot
==
SID_CHAR_DLG_EFFECT
)
if
(
nSlot
==
SID_CHAR_DLG_EFFECT
)
{
{
pDlg
->
SetCurPageId
(
RID_SVXPAGE_CHAR_EFFECTS
);
pDlg
->
SetCurPageId
(
"fonteffects"
);
}
}
short
nRet
=
pDlg
->
Execute
();
short
nRet
=
pDlg
->
Execute
();
// pDlg is needed below
// pDlg is needed below
...
...
sd/source/ui/func/fuchar.cxx
Dosyayı görüntüle @
e201506a
...
@@ -77,7 +77,7 @@ void FuChar::DoExecute( SfxRequest& rReq )
...
@@ -77,7 +77,7 @@ void FuChar::DoExecute( SfxRequest& rReq )
{
{
if
(
rReq
.
GetSlot
()
==
SID_CHAR_DLG_EFFECT
)
if
(
rReq
.
GetSlot
()
==
SID_CHAR_DLG_EFFECT
)
{
{
pDlg
->
SetCurPageId
(
RID_SVXPAGE_CHAR_EFFECTS
);
pDlg
->
SetCurPageId
(
"RID_SVXPAGE_CHAR_EFFECTS"
);
}
}
nResult
=
pDlg
->
Execute
();
nResult
=
pDlg
->
Execute
();
...
...
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