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
005ad68b
Kaydet (Commit)
005ad68b
authored
Şub 27, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ApplicationProperty and PropertyHandler are unused
Change-Id: I509210429995d4b69f30814222295d12065a7a85
üst
8f127332
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
27 deletions
+1
-27
apptypes.hxx
vcl/inc/vcl/apptypes.hxx
+0
-7
svapp.hxx
vcl/inc/vcl/svapp.hxx
+0
-11
svapp.cxx
vcl/source/app/svapp.cxx
+1
-9
No files found.
vcl/inc/vcl/apptypes.hxx
Dosyayı görüntüle @
005ad68b
...
@@ -37,13 +37,6 @@
...
@@ -37,13 +37,6 @@
#define EXC_MAJORTYPE ((sal_uInt16)0xFF00)
#define EXC_MAJORTYPE ((sal_uInt16)0xFF00)
#define EXC_MINORTYPE ((sal_uInt16)0x00FF)
#define EXC_MINORTYPE ((sal_uInt16)0x00FF)
class
VCL_DLLPUBLIC
ApplicationProperty
{
public
:
virtual
~
ApplicationProperty
()
{}
TYPEINFO
();
};
#define VCL_INPUT_MOUSE 0x0001
#define VCL_INPUT_MOUSE 0x0001
#define VCL_INPUT_KEYBOARD 0x0002
#define VCL_INPUT_KEYBOARD 0x0002
#define VCL_INPUT_PAINT 0x0004
#define VCL_INPUT_PAINT 0x0004
...
...
vcl/inc/vcl/svapp.hxx
Dosyayı görüntüle @
005ad68b
...
@@ -126,15 +126,6 @@ private:
...
@@ -126,15 +126,6 @@ private:
rtl
::
OUString
aData
;
rtl
::
OUString
aData
;
};
};
class
VCL_DLLPUBLIC
PropertyHandler
{
public
:
virtual
void
Property
(
ApplicationProperty
&
)
=
0
;
protected
:
~
PropertyHandler
()
{}
};
// ---------------
// ---------------
// - Application -
// - Application -
// ---------------
// ---------------
...
@@ -249,8 +240,6 @@ public:
...
@@ -249,8 +240,6 @@ public:
virtual
void
AppEvent
(
const
ApplicationEvent
&
rAppEvent
);
virtual
void
AppEvent
(
const
ApplicationEvent
&
rAppEvent
);
virtual
void
Property
(
ApplicationProperty
&
);
#ifndef NO_GETAPPWINDOW
#ifndef NO_GETAPPWINDOW
static
WorkWindow
*
GetAppWindow
();
static
WorkWindow
*
GetAppWindow
();
#endif
#endif
...
...
vcl/source/app/svapp.cxx
Dosyayı görüntüle @
005ad68b
...
@@ -1807,17 +1807,9 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
...
@@ -1807,17 +1807,9 @@ bool InitAccessBridge( bool bShowCancel, bool &rCancelled )
return
bRet
;
return
bRet
;
}
}
// MT: App
Property, App
Event was in oldsv.cxx, but is still needed...
// MT: AppEvent was in oldsv.cxx, but is still needed...
// ------------------------------------------------------------------------
// ------------------------------------------------------------------------
TYPEINIT0
(
ApplicationProperty
)
// ------------------------------------------------------------------------
void
Application
::
Property
(
ApplicationProperty
&
/*rProp*/
)
{
}
void
Application
::
AppEvent
(
const
ApplicationEvent
&
/*rAppEvent*/
)
void
Application
::
AppEvent
(
const
ApplicationEvent
&
/*rAppEvent*/
)
{
{
}
}
...
...
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