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
2df21aa9
Kaydet (Commit)
2df21aa9
authored
Nis 18, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.
Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30
üst
72d8c94d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
shell.hxx
include/sfx2/shell.hxx
+0
-3
tabvwsh.cxx
sc/source/ui/view/tabvwsh.cxx
+1
-1
drvwshrg.cxx
sd/source/ui/view/drvwshrg.cxx
+2
-2
view0.cxx
sw/source/core/uibase/uiview/view0.cxx
+1
-1
No files found.
include/sfx2/shell.hxx
Dosyayı görüntüle @
2df21aa9
...
@@ -352,9 +352,6 @@ inline void SfxShell::SetPool
...
@@ -352,9 +352,6 @@ inline void SfxShell::SetPool
#define SFX_VISIBILITY_SERVER 0x8000
#define SFX_VISIBILITY_SERVER 0x8000
#define SFX_VISIBILITY_NOCONTEXT 0xFFFF // Always visable
#define SFX_VISIBILITY_NOCONTEXT 0xFFFF // Always visable
#define SFX_CHILDWINDOW_CONTEXT_REGISTRATION(nId) \
GetStaticInterface()->RegisterChildWindow( nId, true )
#define SFX_STATUSBAR_REGISTRATION(rResId) \
#define SFX_STATUSBAR_REGISTRATION(rResId) \
GetStaticInterface()->RegisterStatusBar( rResId )
GetStaticInterface()->RegisterStatusBar( rResId )
...
...
sc/source/ui/view/tabvwsh.cxx
Dosyayı görüntüle @
2df21aa9
...
@@ -55,7 +55,7 @@ SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL))
...
@@ -55,7 +55,7 @@ SFX_IMPL_INTERFACE(ScTabViewShell,SfxViewShell,ScResId(SCSTR_TABVIEWSHELL))
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxInfoBarContainerChild
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxInfoBarContainerChild
::
GetChildWindowId
());
SFX_CHILDWINDOW_CONTEXT_REGISTRATION
(
SID_NAVIGATOR
);
GetStaticInterface
()
->
RegisterChildWindow
(
SID_NAVIGATOR
,
true
);
GetStaticInterface
()
->
RegisterChildWindow
(
::
sfx2
::
sidebar
::
SidebarChildWindow
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
::
sfx2
::
sidebar
::
SidebarChildWindow
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
ScNameDlgWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
ScNameDlgWrapper
::
GetChildWindowId
());
...
...
sd/source/ui/view/drvwshrg.cxx
Dosyayı görüntüle @
2df21aa9
...
@@ -66,7 +66,7 @@ SFX_IMPL_INTERFACE(DrawViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL))
...
@@ -66,7 +66,7 @@ SFX_IMPL_INTERFACE(DrawViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL))
{
{
GetStaticInterface
()
->
RegisterPopupMenu
(
SdResId
(
RID_DRAW_TEXTOBJ_INSIDE_POPUP
));
GetStaticInterface
()
->
RegisterPopupMenu
(
SdResId
(
RID_DRAW_TEXTOBJ_INSIDE_POPUP
));
SFX_CHILDWINDOW_CONTEXT_REGISTRATION
(
SID_NAVIGATOR
);
GetStaticInterface
()
->
RegisterChildWindow
(
SID_NAVIGATOR
,
true
);
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxInfoBarContainerChild
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxInfoBarContainerChild
::
GetChildWindowId
());
...
@@ -92,7 +92,7 @@ SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL)) //SOH
...
@@ -92,7 +92,7 @@ SFX_IMPL_INTERFACE(GraphicViewShell, SfxShell, SdResId(STR_DRAWVIEWSHELL)) //SOH
{
{
GetStaticInterface
()
->
RegisterPopupMenu
(
SdResId
(
RID_DRAW_TEXTOBJ_INSIDE_POPUP
));
GetStaticInterface
()
->
RegisterPopupMenu
(
SdResId
(
RID_DRAW_TEXTOBJ_INSIDE_POPUP
));
SFX_CHILDWINDOW_CONTEXT_REGISTRATION
(
SID_NAVIGATOR
);
GetStaticInterface
()
->
RegisterChildWindow
(
SID_NAVIGATOR
,
true
);
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SvxFontWorkChildWindow
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SvxFontWorkChildWindow
::
GetChildWindowId
());
...
...
sw/source/core/uibase/uiview/view0.cxx
Dosyayı görüntüle @
2df21aa9
...
@@ -90,7 +90,7 @@ SFX_IMPL_NAMED_VIEWFACTORY(SwView, "Default")
...
@@ -90,7 +90,7 @@ SFX_IMPL_NAMED_VIEWFACTORY(SwView, "Default")
SFX_IMPL_INTERFACE
(
SwView
,
SfxViewShell
,
SW_RES
(
RID_TOOLS_TOOLBOX
)
)
SFX_IMPL_INTERFACE
(
SwView
,
SfxViewShell
,
SW_RES
(
RID_TOOLS_TOOLBOX
)
)
{
{
SFX_CHILDWINDOW_CONTEXT_REGISTRATION
(
SID_NAVIGATOR
);
GetStaticInterface
()
->
RegisterChildWindow
(
SID_NAVIGATOR
,
true
);
GetStaticInterface
()
->
RegisterChildWindow
(
::
sfx2
::
sidebar
::
SidebarChildWindow
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
::
sfx2
::
sidebar
::
SidebarChildWindow
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
GetStaticInterface
()
->
RegisterChildWindow
(
SfxTemplateDialogWrapper
::
GetChildWindowId
());
...
...
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