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
8eb33ee1
Kaydet (Commit)
8eb33ee1
authored
Şub 13, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#43399 hidden radio button should also gets unset
üst
d6916216
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
typeselectionpage.cxx
extensions/source/abpilot/typeselectionpage.cxx
+5
-7
No files found.
extensions/source/abpilot/typeselectionpage.cxx
Dosyayı görüntüle @
8eb33ee1
...
@@ -110,9 +110,13 @@ namespace abp
...
@@ -110,9 +110,13 @@ namespace abp
m_aAllTypes
.
push_back
(
ButtonItem
(
&
m_aOE
,
AST_OE
,
bWithMozilla
&&
!
bUnx
)
);
m_aAllTypes
.
push_back
(
ButtonItem
(
&
m_aOE
,
AST_OE
,
bWithMozilla
&&
!
bUnx
)
);
m_aAllTypes
.
push_back
(
ButtonItem
(
&
m_aOther
,
AST_OTHER
,
true
)
);
m_aAllTypes
.
push_back
(
ButtonItem
(
&
m_aOther
,
AST_OTHER
,
true
)
);
bool
bFirstVisible
=
true
;
Link
aTypeSelectionHandler
=
LINK
(
this
,
TypeSelectionPage
,
OnTypeSelected
);
Link
aTypeSelectionHandler
=
LINK
(
this
,
TypeSelectionPage
,
OnTypeSelected
);
const
Size
aSpacing
(
LogicToPixel
(
Size
(
0
,
3
),
MAP_APPFONT
)
);
const
Size
aSpacing
(
LogicToPixel
(
Size
(
0
,
3
),
MAP_APPFONT
)
);
if
(
!
m_aAllTypes
.
empty
()
)
{
ButtonItem
aItem
=
m_aAllTypes
[
0
];
aItem
.
m_pItem
->
SetStyle
(
aItem
.
m_pItem
->
GetStyle
()
|
WB_GROUP
);
}
for
(
::
std
::
vector
<
ButtonItem
>::
const_iterator
loop
=
m_aAllTypes
.
begin
();
for
(
::
std
::
vector
<
ButtonItem
>::
const_iterator
loop
=
m_aAllTypes
.
begin
();
loop
!=
m_aAllTypes
.
end
();
++
loop
)
loop
!=
m_aAllTypes
.
end
();
++
loop
)
{
{
...
@@ -125,12 +129,6 @@ namespace abp
...
@@ -125,12 +129,6 @@ namespace abp
aTopLeft
.
Y
()
+=
aItemSize
.
Height
()
+
aSpacing
.
Height
();
aTopLeft
.
Y
()
+=
aItemSize
.
Height
()
+
aSpacing
.
Height
();
aItem
.
m_pItem
->
SetClickHdl
(
aTypeSelectionHandler
);
aItem
.
m_pItem
->
SetClickHdl
(
aTypeSelectionHandler
);
aItem
.
m_pItem
->
Show
();
aItem
.
m_pItem
->
Show
();
if
(
bFirstVisible
)
{
aItem
.
m_pItem
->
SetStyle
(
aItem
.
m_pItem
->
GetStyle
()
|
WB_GROUP
);
bFirstVisible
=
false
;
}
}
}
}
}
}
}
...
...
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