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
fbc634d4
Kaydet (Commit)
fbc634d4
authored
Eyl 08, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make this ctor of MessageDialog for the builder only
Change-Id: Ic92f6e46164bdb2e15a0a23876fce5be10a73324
üst
ae2efbf1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
layout.hxx
include/vcl/layout.hxx
+3
-1
layout.cxx
vcl/source/window/layout.cxx
+0
-1
No files found.
include/vcl/layout.hxx
Dosyayı görüntüle @
fbc634d4
...
@@ -719,6 +719,9 @@ private:
...
@@ -719,6 +719,9 @@ private:
void
setButtonHandlers
(
VclButtonBox
*
pButtonBox
);
void
setButtonHandlers
(
VclButtonBox
*
pButtonBox
);
short
get_response
(
const
Window
*
pWindow
)
const
;
short
get_response
(
const
Window
*
pWindow
)
const
;
void
create_owned_areas
();
void
create_owned_areas
();
friend
class
VclBuilder
;
MessageDialog
(
Window
*
pParent
,
WinBits
nStyle
=
WB_MOVEABLE
|
WB_3DLOOK
|
WB_CLOSEABLE
);
public
:
public
:
MessageDialog
(
Window
*
pParent
,
MessageDialog
(
Window
*
pParent
,
...
@@ -726,7 +729,6 @@ public:
...
@@ -726,7 +729,6 @@ public:
VclMessageType
eMessageType
=
VCL_MESSAGE_ERROR
,
VclMessageType
eMessageType
=
VCL_MESSAGE_ERROR
,
VclButtonsType
eButtonsType
=
VCL_BUTTONS_OK
,
VclButtonsType
eButtonsType
=
VCL_BUTTONS_OK
,
WinBits
nStyle
=
WB_MOVEABLE
|
WB_3DLOOK
|
WB_CLOSEABLE
);
WinBits
nStyle
=
WB_MOVEABLE
|
WB_3DLOOK
|
WB_CLOSEABLE
);
MessageDialog
(
Window
*
pParent
,
WinBits
nStyle
=
WB_MOVEABLE
|
WB_3DLOOK
|
WB_CLOSEABLE
);
MessageDialog
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
MessageDialog
(
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
virtual
bool
set_property
(
const
OString
&
rKey
,
const
OString
&
rValue
)
SAL_OVERRIDE
;
virtual
bool
set_property
(
const
OString
&
rKey
,
const
OString
&
rValue
)
SAL_OVERRIDE
;
virtual
short
Execute
()
SAL_OVERRIDE
;
virtual
short
Execute
()
SAL_OVERRIDE
;
...
...
vcl/source/window/layout.cxx
Dosyayı görüntüle @
fbc634d4
...
@@ -1946,7 +1946,6 @@ MessageDialog::MessageDialog(Window* pParent, WinBits nStyle)
...
@@ -1946,7 +1946,6 @@ MessageDialog::MessageDialog(Window* pParent, WinBits nStyle)
,
m_pSecondaryMessage
(
NULL
)
,
m_pSecondaryMessage
(
NULL
)
{
{
SetType
(
WINDOW_MESSBOX
);
SetType
(
WINDOW_MESSBOX
);
create_owned_areas
();
}
}
MessageDialog
::
MessageDialog
(
Window
*
pParent
,
MessageDialog
::
MessageDialog
(
Window
*
pParent
,
...
...
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