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
77590bf0
Kaydet (Commit)
77590bf0
authored
Ock 17, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop WB_CLIPCHILDREN so that enable/disable redraws correctly
Change-Id: I0df16b743e451f5b9ac05f09ed694f34779c0465
üst
251f2169
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pvfundlg.cxx
sc/source/ui/dbgui/pvfundlg.cxx
+1
-1
No files found.
sc/source/ui/dbgui/pvfundlg.cxx
Dosyayı görüntüle @
77590bf0
...
@@ -164,7 +164,7 @@ ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle)
...
@@ -164,7 +164,7 @@ ScDPFunctionListBox::ScDPFunctionListBox(Window* pParent, WinBits nStyle)
extern
"C"
SAL_DLLPUBLIC_EXPORT
Window
*
SAL_CALL
makeScDPFunctionListBox
(
Window
*
pParent
,
VclBuilder
::
stringmap
&
rMap
)
extern
"C"
SAL_DLLPUBLIC_EXPORT
Window
*
SAL_CALL
makeScDPFunctionListBox
(
Window
*
pParent
,
VclBuilder
::
stringmap
&
rMap
)
{
{
WinBits
nWinStyle
=
WB_
CLIPCHILDREN
|
WB_
LEFT
|
WB_VCENTER
|
WB_3DLOOK
|
WB_SIMPLEMODE
;
WinBits
nWinStyle
=
WB_LEFT
|
WB_VCENTER
|
WB_3DLOOK
|
WB_SIMPLEMODE
;
OString
sBorder
=
VclBuilder
::
extractCustomProperty
(
rMap
);
OString
sBorder
=
VclBuilder
::
extractCustomProperty
(
rMap
);
if
(
!
sBorder
.
isEmpty
())
if
(
!
sBorder
.
isEmpty
())
nWinStyle
|=
WB_BORDER
;
nWinStyle
|=
WB_BORDER
;
...
...
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