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
40afe52c
Kaydet (Commit)
40afe52c
authored
Mar 01, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove DBG_UTILx
üst
fe3849c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
dispatch.cxx
sfx2/source/control/dispatch.cxx
+0
-41
No files found.
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
40afe52c
...
...
@@ -943,22 +943,9 @@ int SfxDispatcher::GetShellAndSlot_Impl
if
(
bRealSlot
&&
((
0
==
*
ppSlot
)
||
(
0
==
(
*
ppSlot
)
->
GetExecFnc
())
))
return
sal_False
;
#ifdef DBG_UTILx
ByteString
aMsg
(
nSlot
);
aMsg
+=
" found in "
;
aMsg
+=
(
*
ppShell
)
->
GetInterface
()
->
GetClassName
();
DbgTrace
(
aMsg
.
GetBuffer
()
);
#endif
return
sal_True
;
}
#ifdef DBG_UTILx
ByteString
aMsg
(
nSlot
);
aMsg
+=
" not found"
;
DbgTrace
(
aMsg
.
GetBuffer
()
);
#endif
return
sal_False
;
}
...
...
@@ -2175,11 +2162,6 @@ sal_Bool SfxDispatcher::_TryIntercept_Impl
{
rServer
.
SetSlot
(
pSlot
);
rServer
.
SetShellLevel
(
0
);
#ifdef DBG_UTILx
String
aMsg
(
nSlot
);
aMsg
+=
" intercepted"
;
DbgTrace
(
aMsg
.
GetBuffer
()
);
#endif
return
sal_True
;
}
}
...
...
@@ -2303,9 +2285,6 @@ sal_Bool SfxDispatcher::_FindServer
// search through all the shells of the chained dispatchers
// from top to bottom
#ifdef DBG_UTILx
String
aStack
(
"Stack:"
);
#endif
sal_uInt16
nFirstShell
=
pImp
->
bModal
&&
!
bModal
?
pImp
->
aStack
.
Count
()
:
0
;
for
(
sal_uInt16
i
=
nFirstShell
;
i
<
nTotCount
;
++
i
)
{
...
...
@@ -2346,20 +2325,6 @@ sal_Bool SfxDispatcher::_FindServer
pSlot
=
0
;
}
#ifdef DBG_UTILx
if
(
pSlot
)
{
String
aMsg
(
nSlot
);
aMsg
+=
" found in "
;
aMsg
+=
pObjShell
->
GetInterface
()
->
GetClassName
();
DbgTrace
(
aMsg
.
GetBuffer
()
);
}
else
{
aStack
+=
" "
;
aStack
+=
pObjShell
->
GetInterface
()
->
GetClassName
();
}
#endif
if
(
pSlot
&&
!
IsAllowed
(
nSlot
)
)
{
pSlot
=
NULL
;
...
...
@@ -2373,12 +2338,6 @@ sal_Bool SfxDispatcher::_FindServer
}
}
#ifdef DBG_UTILx
String
aMsg
(
nSlot
);
aMsg
+=
" not found in "
;
aMsg
+=
aStack
;
DbgTrace
(
aMsg
.
GetBuffer
()
);
#endif
return
sal_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