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
4c6e54a1
Kaydet (Commit)
4c6e54a1
authored
Haz 27, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun: redundant function redeclaration
Change-Id: I6c9b85ab587f6fb9f585c9714c3a1076f627c7d3
üst
10d91ef9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
XIM.h
vcl/inc/unx/XIM.h
+0
-2
i18n_cb.hxx
vcl/inc/unx/i18n_cb.hxx
+0
-1
i18n_im.cxx
vcl/unx/generic/app/i18n_im.cxx
+0
-3
No files found.
vcl/inc/unx/XIM.h
Dosyayı görüntüle @
4c6e54a1
...
@@ -22,8 +22,6 @@
...
@@ -22,8 +22,6 @@
#include <X11/Xlib.h>
#include <X11/Xlib.h>
#include <X11/Xresource.h>
#include <X11/Xresource.h>
extern
Status
XCloseIM
(
XIM
);
#ifndef XIMCallback1
#ifndef XIMCallback1
typedef
int
(
*
XIMProc1
)(
XIC
,
XPointer
,
XPointer
);
typedef
int
(
*
XIMProc1
)(
XIC
,
XPointer
,
XPointer
);
typedef
struct
{
typedef
struct
{
...
...
vcl/inc/unx/i18n_cb.hxx
Dosyayı görüntüle @
4c6e54a1
...
@@ -29,7 +29,6 @@ extern "C" {
...
@@ -29,7 +29,6 @@ extern "C" {
// xim callbacks
// xim callbacks
void
PreeditDoneCallback
(
XIC
ic
,
XPointer
client_data
,
XPointer
call_data
);
void
PreeditDoneCallback
(
XIC
ic
,
XPointer
client_data
,
XPointer
call_data
);
int
PreeditStartCallback
(
XIC
ic
,
XPointer
client_data
,
XPointer
call_data
);
int
PreeditStartCallback
(
XIC
ic
,
XPointer
client_data
,
XPointer
call_data
);
void
PreeditDoneCallback
(
XIC
ic
,
XPointer
client_data
,
XPointer
call_data
);
void
PreeditDrawCallback
(
XIC
ic
,
XPointer
client_data
,
void
PreeditDrawCallback
(
XIC
ic
,
XPointer
client_data
,
XIMPreeditDrawCallbackStruct
*
call_data
);
XIMPreeditDrawCallbackStruct
*
call_data
);
void
PreeditCaretCallback
(
XIC
ic
,
XPointer
client_data
,
void
PreeditCaretCallback
(
XIC
ic
,
XPointer
client_data
,
...
...
vcl/unx/generic/app/i18n_im.cxx
Dosyayı görüntüle @
4c6e54a1
...
@@ -43,9 +43,6 @@
...
@@ -43,9 +43,6 @@
using
namespace
vcl
;
using
namespace
vcl
;
#include "unx/i18n_cb.hxx"
#include "unx/i18n_cb.hxx"
#if defined(SOLARIS) || defined(LINUX)
extern
"C"
char
*
XSetIMValues
(
XIM
im
,
...);
#endif
// kinput2 IME needs special key handling since key release events are filtered in
// kinput2 IME needs special key handling since key release events are filtered in
// preeditmode and XmbResetIC does not work
// preeditmode and XmbResetIC does not work
...
...
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