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
56208a1b
Kaydet (Commit)
56208a1b
authored
Ock 20, 2012
tarafından
August Sodora
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
DECL_PTRSTACK->std::stack
üst
f7c1f80a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
dispatch.hxx
sfx2/inc/sfx2/dispatch.hxx
+4
-5
dispatch.cxx
sfx2/source/control/dispatch.cxx
+0
-0
No files found.
sfx2/inc/sfx2/dispatch.hxx
Dosyayı görüntüle @
56208a1b
...
@@ -37,10 +37,11 @@
...
@@ -37,10 +37,11 @@
#include <sfx2/bindings.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/viewfrm.hxx>
#include <deque>
class
SfxSlotServer
;
class
SfxSlotServer
;
class
SfxShell
;
class
SfxShell
;
class
SfxRequest
;
class
SfxRequest
;
class
SfxShellStack_Impl
;
class
SfxHintPoster
;
class
SfxHintPoster
;
class
SfxViewFrame
;
class
SfxViewFrame
;
class
SfxBindings
;
class
SfxBindings
;
...
@@ -64,20 +65,18 @@ namespace com
...
@@ -64,20 +65,18 @@ namespace com
}
}
}
}
//=========================================================================
#define SFX_SHELL_POP_UNTIL 4
#define SFX_SHELL_POP_UNTIL 4
#define SFX_SHELL_POP_DELETE 2
#define SFX_SHELL_POP_DELETE 2
#define SFX_SHELL_PUSH 1
#define SFX_SHELL_PUSH 1
//=========================================================================
typedef
SfxPoolItem
*
SfxPoolItemPtr
;
typedef
SfxPoolItem
*
SfxPoolItemPtr
;
SV_DECL_PTRARR_DEL
(
SfxItemPtrArray
,
SfxPoolItemPtr
,
4
,
4
)
SV_DECL_PTRARR_DEL
(
SfxItemPtrArray
,
SfxPoolItemPtr
,
4
,
4
)
// fuer shell.cxx
// fuer shell.cxx
typedef
SfxItemPtrArray
SfxItemArray_Impl
;
typedef
SfxItemPtrArray
SfxItemArray_Impl
;
typedef
std
::
deque
<
SfxShell
*>
SfxShellStack_Impl
;
class
SFX2_DLLPUBLIC
SfxDispatcher
class
SFX2_DLLPUBLIC
SfxDispatcher
{
{
SfxDispatcher_Impl
*
pImp
;
SfxDispatcher_Impl
*
pImp
;
...
...
sfx2/source/control/dispatch.cxx
Dosyayı görüntüle @
56208a1b
This diff is collapsed.
Click to expand it.
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