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
d1539f91
Kaydet (Commit)
d1539f91
authored
Ara 04, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sfx2: SfxItemPtrMap is used only in shell.cxx
Change-Id: I9f76a114fcdf761ddaaf40666e4330d20ca72b98
üst
5e4c2691
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
dispatch.hxx
include/sfx2/dispatch.hxx
+0
-12
shell.cxx
sfx2/source/control/shell.cxx
+14
-0
No files found.
include/sfx2/dispatch.hxx
Dosyayı görüntüle @
d1539f91
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
#include <sfx2/bindings.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/viewfrm.hxx>
#include <map>
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_ptr.hpp>
class
SfxSlotServer
;
class
SfxSlotServer
;
...
@@ -63,17 +62,6 @@ namespace com
...
@@ -63,17 +62,6 @@ namespace com
//=========================================================================
//=========================================================================
// Maps the Which() field to a pointer to a SfxPoolItem
class
SfxItemPtrMap
:
public
std
::
map
<
sal_uInt16
,
SfxPoolItem
*>
{
public
:
~
SfxItemPtrMap
()
{
for
(
iterator
it
=
begin
();
it
!=
end
();
++
it
)
delete
it
->
second
;
}
};
class
SFX2_DLLPUBLIC
SfxDispatcher
class
SFX2_DLLPUBLIC
SfxDispatcher
{
{
boost
::
scoped_ptr
<
SfxDispatcher_Impl
>
pImp
;
boost
::
scoped_ptr
<
SfxDispatcher_Impl
>
pImp
;
...
...
sfx2/source/control/shell.cxx
Dosyayı görüntüle @
d1539f91
...
@@ -44,6 +44,20 @@
...
@@ -44,6 +44,20 @@
#include <sfx2/msgpool.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/sidebar/ContextChangeBroadcaster.hxx>
#include <sfx2/sidebar/ContextChangeBroadcaster.hxx>
#include <map>
// Maps the Which() field to a pointer to a SfxPoolItem
class
SfxItemPtrMap
:
public
std
::
map
<
sal_uInt16
,
SfxPoolItem
*>
{
public
:
~
SfxItemPtrMap
()
{
for
(
iterator
it
=
begin
();
it
!=
end
();
++
it
)
delete
it
->
second
;
}
};
//====================================================================
//====================================================================
DBG_NAME
(
SfxShell
)
DBG_NAME
(
SfxShell
)
...
...
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