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
665114b0
Kaydet (Commit)
665114b0
authored
Ock 29, 2001
tarafından
Daniel Vogelheim
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- added: graphics load/load cancel/load error event IDs to list of known IDs
- fixed: association event IDs to event names
üst
560111ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
40 deletions
+49
-40
unoevent.cxx
sw/source/core/unocore/unoevent.cxx
+49
-40
No files found.
sw/source/core/unocore/unoevent.cxx
Dosyayı görüntüle @
665114b0
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: unoevent.cxx,v $
* $RCSfile: unoevent.cxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author: dvo $ $Date: 2001-01-
04 17:39:20
$
* last change: $Author: dvo $ $Date: 2001-01-
29 16:56:19
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -94,6 +94,10 @@
...
@@ -94,6 +94,10 @@
#include <sfx2/sfx.hrc>
#include <sfx2/sfx.hrc>
#endif
#endif
#ifndef _SVX_SVXIDS_HRC
#include <svx/svxids.hrc>
#endif
#ifndef _FMTINFMT_HXX
#ifndef _FMTINFMT_HXX
#include "fmtinfmt.hxx"
#include "fmtinfmt.hxx"
#endif
#endif
...
@@ -171,47 +175,48 @@ const USHORT aKnownEventIDs[] =
...
@@ -171,47 +175,48 @@ const USHORT aKnownEventIDs[] =
SFX_EVENT_TOGGLEFULLSCREENMODE
,
SFX_EVENT_TOGGLEFULLSCREENMODE
,
SFX_EVENT_SAVEDOCDONE
,
SFX_EVENT_SAVEDOCDONE
,
SFX_EVENT_SAVEASDOCDONE
,
SFX_EVENT_SAVEASDOCDONE
,
SVX_EVENT_IMAGE_LOAD
,
// ??? graphics load faulty, terminated, success
SVX_EVENT_IMAGE_ABORT
,
SVX_EVENT_IMAGE_ERROR
,
0
0
};
};
const
sal_Char
*
aKnownEventNames
[]
=
const
sal_Char
*
aKnownEventNames
[]
=
{
{
"OnSelect"
,
"OnSelect"
,
// SW_EVENT_OBJECT_SELECT
"OnInsertStart"
,
"OnInsertStart"
,
// SW_EVENT_START_INS_GLOSSARY
"OnInsertDone"
,
"OnInsertDone"
,
// SW_EVENT_END_INS_GLOSSARY
"OnMailMerge"
,
"OnMailMerge"
,
// SW_EVENT_MAIL_MERGE
"OnAlphaCharInput"
,
"OnAlphaCharInput"
,
// SW_EVENT_FRM_KEYINPUT_ALPHA
"OnNonAlphaCharInput"
,
"OnNonAlphaCharInput"
,
// SW_EVENT_FRM_KEYINPUT_NOALPHA
"OnResize"
,
"OnResize"
,
// SW_EVENT_FRM_RESIZE
"OnMove"
,
"OnMove"
,
// SW_EVENT_FRM_MOVE
"PageCountChange"
,
"PageCountChange"
,
// SW_EVENT_PAGE_COUNT
"OnMouseOver"
,
"OnMouseOver"
,
// SFX_EVENT_MOUSEOVER_OBJECT
"OnClick"
,
"OnClick"
,
// SFX_EVENT_MOUSECLICK_OBJECT
"OnMouseOut"
,
"OnMouseOut"
,
// SFX_EVENT_MOUSEOUT_OBJECT
"OnLoad
Error"
,
"OnLoad
"
,
// SFX_EVENT_OPENDOC
,
"On
LoadCancel"
,
"On
Unload"
,
// SFX_EVENT_CLOSEDOC
,
"On
LoadDone"
,
"On
StartApp"
,
// SFX_EVENT_STARTAPP
,
"On
Load"
,
"On
CloseApp"
,
// SFX_EVENT_CLOSEAPP
,
"On
Unload"
,
"On
New"
,
// SFX_EVENT_CREATEDOC
,
"OnS
tartApp"
,
"OnS
ave"
,
// SFX_EVENT_SAVEDOC
,
"On
CloseApp"
,
"On
SaveAs"
,
// SFX_EVENT_SAVEASDOC
,
"On
New"
,
"On
Focus"
,
// SFX_EVENT_ACTIVATEDOC
,
"On
Save"
,
"On
Unfocus"
,
// SFX_EVENT_DEACTIVATEDOC
,
"On
SaveAs"
,
"On
Print"
,
// SFX_EVENT_PRINTDOC
,
"On
Focus"
,
"On
Error"
,
// SFX_EVENT_ONERROR
,
"On
Unfocus"
,
"On
LoadFinished"
,
// SFX_EVENT_LOADFINISHED
,
"On
Print"
,
"On
SaveFinished"
,
// SFX_EVENT_SAVEFINISHED
,
"On
Error"
,
"On
ModifyChanged"
,
// SFX_EVENT_MODIFYCHANGED
,
"On
LoadFinished"
,
"On
PrepareUnload"
,
// SFX_EVENT_PREPARECLOSEDOC
,
"On
SaveFinished"
,
"On
NewMail"
,
// SFX_EVENT_NEWMESSAGE
,
"On
ModifyChanged"
,
"On
ToggleFullscreen"
,
// SFX_EVENT_TOGGLEFULLSCREENMODE
,
"On
PrepareUnload"
,
"On
SaveDone"
,
// SFX_EVENT_SAVEDOCDONE
,
"On
NewMail"
,
"On
SaveAsDone"
,
// SFX_EVENT_SAVEASDOCDONE
,
"On
ToggleFullscreen"
,
"On
LoadError"
,
// SVX_EVENT_IMAGE_LOAD
,
"On
SaveDone"
,
"On
LoadCancel"
,
// SVX_EVENT_IMAGE_ABORT
,
"On
SaveAsDone"
,
"On
LoadDone"
,
// SVX_EVENT_IMAGE_ERROR
,
NULL
NULL
};
};
...
@@ -227,7 +232,9 @@ const USHORT aGraphicEvents[] =
...
@@ -227,7 +232,9 @@ const USHORT aGraphicEvents[] =
SFX_EVENT_MOUSEOVER_OBJECT
,
SFX_EVENT_MOUSEOVER_OBJECT
,
SFX_EVENT_MOUSECLICK_OBJECT
,
SFX_EVENT_MOUSECLICK_OBJECT
,
SFX_EVENT_MOUSEOUT_OBJECT
,
SFX_EVENT_MOUSEOUT_OBJECT
,
// graphics load (faulty|terminated|successful)
SVX_EVENT_IMAGE_LOAD
,
SVX_EVENT_IMAGE_ABORT
,
SVX_EVENT_IMAGE_ERROR
,
0
0
};
};
...
@@ -278,7 +285,9 @@ const USHORT aFrameStyleEvents[] =
...
@@ -278,7 +285,9 @@ const USHORT aFrameStyleEvents[] =
SFX_EVENT_MOUSEOVER_OBJECT
,
SFX_EVENT_MOUSEOVER_OBJECT
,
SFX_EVENT_MOUSECLICK_OBJECT
,
SFX_EVENT_MOUSECLICK_OBJECT
,
SFX_EVENT_MOUSEOUT_OBJECT
,
SFX_EVENT_MOUSEOUT_OBJECT
,
// graphics load (faulty|terminated|successful)
SVX_EVENT_IMAGE_LOAD
,
SVX_EVENT_IMAGE_ABORT
,
SVX_EVENT_IMAGE_ERROR
,
0
0
};
};
...
...
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