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
45540432
Kaydet (Commit)
45540432
authored
Tem 12, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SfxModelessDialog ResId ctor bites the dust
Change-Id: Ia1bc255de0f38c058a3ab622d87af8b346a2075f
üst
55dac4ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
basedlgs.hxx
include/sfx2/basedlgs.hxx
+3
-5
basedlgs.cxx
sfx2/source/dialog/basedlgs.cxx
+1
-13
No files found.
include/sfx2/basedlgs.hxx
Dosyayı görüntüle @
45540432
...
@@ -100,11 +100,9 @@ class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
...
@@ -100,11 +100,9 @@ class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
void
Init
(
SfxBindings
*
pBindinx
,
SfxChildWindow
*
pCW
);
void
Init
(
SfxBindings
*
pBindinx
,
SfxChildWindow
*
pCW
);
protected
:
protected
:
SfxModelessDialog
(
SfxBindings
*
,
SfxChildWindow
*
,
SfxModelessDialog
(
SfxBindings
*
,
SfxChildWindow
*
,
Window
*
,
const
ResId
&
);
Window
*
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
SfxModelessDialog
(
SfxBindings
*
,
SfxChildWindow
*
,
virtual
~
SfxModelessDialog
();
Window
*
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
);
virtual
~
SfxModelessDialog
();
virtual
bool
Close
()
SAL_OVERRIDE
;
virtual
bool
Close
()
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
void
Move
()
SAL_OVERRIDE
;
virtual
void
Move
()
SAL_OVERRIDE
;
...
...
sfx2/source/dialog/basedlgs.cxx
Dosyayı görüntüle @
45540432
...
@@ -322,14 +322,6 @@ IMPL_LINK_NOARG(SfxModelessDialog, TimerHdl)
...
@@ -322,14 +322,6 @@ IMPL_LINK_NOARG(SfxModelessDialog, TimerHdl)
return
0
;
return
0
;
}
}
SfxModelessDialog
::
SfxModelessDialog
(
SfxBindings
*
pBindinx
,
SfxChildWindow
*
pCW
,
Window
*
pParent
,
const
ResId
&
rResId
)
:
ModelessDialog
(
pParent
,
rResId
)
{
Init
(
pBindinx
,
pCW
);
SetHelpId
(
""
);
}
SfxModelessDialog
::
SfxModelessDialog
(
SfxBindings
*
pBindinx
,
SfxModelessDialog
::
SfxModelessDialog
(
SfxBindings
*
pBindinx
,
SfxChildWindow
*
pCW
,
Window
*
pParent
,
const
OString
&
rID
,
SfxChildWindow
*
pCW
,
Window
*
pParent
,
const
OString
&
rID
,
const
OUString
&
rUIXMLDescription
)
const
OUString
&
rUIXMLDescription
)
...
@@ -351,16 +343,12 @@ void SfxModelessDialog::Init(SfxBindings *pBindinx, SfxChildWindow *pCW)
...
@@ -351,16 +343,12 @@ void SfxModelessDialog::Init(SfxBindings *pBindinx, SfxChildWindow *pCW)
pImp
->
aMoveTimer
.
SetTimeoutHdl
(
LINK
(
this
,
SfxModelessDialog
,
TimerHdl
));
pImp
->
aMoveTimer
.
SetTimeoutHdl
(
LINK
(
this
,
SfxModelessDialog
,
TimerHdl
));
}
}
bool
SfxModelessDialog
::
Notify
(
NotifyEvent
&
rEvt
)
/* [Description]
/* [Description]
If a ModelessDialog is enabled its ViewFrame wil be activated.
If a ModelessDialog is enabled its ViewFrame wil be activated.
This is necessary by PluginInFrames.
This is necessary by PluginInFrames.
*/
*/
bool
SfxModelessDialog
::
Notify
(
NotifyEvent
&
rEvt
)
{
{
if
(
rEvt
.
GetType
()
==
EVENT_GETFOCUS
)
if
(
rEvt
.
GetType
()
==
EVENT_GETFOCUS
)
{
{
...
...
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