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
563dd59c
Kaydet (Commit)
563dd59c
authored
Tem 09, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#100809 Paragraph styles drop-down list
Change-Id: I9453c3c877dcd39268f7c910e8918947bdeb8fd4
üst
b05dade3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
tbcontrl.cxx
svx/source/tbxctrls/tbcontrl.cxx
+3
-1
No files found.
svx/source/tbxctrls/tbcontrl.cxx
Dosyayı görüntüle @
563dd59c
...
@@ -398,14 +398,16 @@ void SvxStyleBox_Impl::ReleaseFocus()
...
@@ -398,14 +398,16 @@ void SvxStyleBox_Impl::ReleaseFocus()
IMPL_LINK_TYPED
(
SvxStyleBox_Impl
,
MenuSelectHdl
,
Menu
*
,
pMenu
,
bool
)
IMPL_LINK_TYPED
(
SvxStyleBox_Impl
,
MenuSelectHdl
,
Menu
*
,
pMenu
,
bool
)
{
{
OUString
sEntry
=
GetSelectEntry
();
OUString
sEntry
=
GetSelectEntry
();
sal_uInt16
nMenuId
=
pMenu
->
GetCurItemId
();
ReleaseFocus
();
// It must be after getting entry pos!
ReleaseFocus
();
// It must be after getting entry pos!
if
(
IsInDropDown
())
ToggleDropDown
();
Sequence
<
PropertyValue
>
aArgs
(
2
);
Sequence
<
PropertyValue
>
aArgs
(
2
);
aArgs
[
0
].
Name
=
"Param"
;
aArgs
[
0
].
Name
=
"Param"
;
aArgs
[
0
].
Value
=
makeAny
(
sEntry
);
aArgs
[
0
].
Value
=
makeAny
(
sEntry
);
aArgs
[
1
].
Name
=
"Family"
;
aArgs
[
1
].
Name
=
"Family"
;
aArgs
[
1
].
Value
=
makeAny
(
sal_Int16
(
eStyleFamily
));
aArgs
[
1
].
Value
=
makeAny
(
sal_Int16
(
eStyleFamily
));
sal_uInt16
nMenuId
=
pMenu
->
GetCurItemId
();
switch
(
nMenuId
)
{
switch
(
nMenuId
)
{
case
RID_SVX_UPDATE_STYLE
:
case
RID_SVX_UPDATE_STYLE
:
{
{
...
...
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