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
d66b7570
Kaydet (Commit)
d66b7570
authored
Eyl 23, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Leftover XLIB_Window -> Window
Change-Id: I51aa3e3fbf440bbd16d43ab8113cd69937060bf3
üst
0f5756e2
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
xplugin.cxx
extensions/source/plugin/base/xplugin.cxx
+1
-1
sysplug.hxx
extensions/source/plugin/inc/plugin/unx/sysplug.hxx
+1
-1
npnapi.cxx
extensions/source/plugin/unx/npnapi.cxx
+1
-1
npwrap.cxx
extensions/source/plugin/unx/npwrap.cxx
+2
-2
npwrap.hxx
extensions/source/plugin/unx/npwrap.hxx
+1
-1
sysplug.cxx
extensions/source/plugin/unx/sysplug.cxx
+1
-1
No files found.
extensions/source/plugin/base/xplugin.cxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -536,7 +536,7 @@ void XPlugin_Impl::loadPlugin()
if
(
!
socketpair
(
AF_UNIX
,
SOCK_STREAM
,
0
,
sv
)
)
pComm
=
new
UnxPluginComm
(
m_aDescription
.
Mimetype
,
m_aDescription
.
PluginName
,
(
XLIB_
Window
)
pEnvData
->
aWindow
,
(
Window
)
pEnvData
->
aWindow
,
sv
[
0
],
sv
[
1
]
);
...
...
extensions/source/plugin/inc/plugin/unx/sysplug.hxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -41,7 +41,7 @@ private:
public
:
UnxPluginComm
(
const
OUString
&
mimetype
,
const
OUString
&
library
,
XLIB_
Window
aParent
,
Window
aParent
,
int
nDescriptor1
,
int
nDescriptor2
);
...
...
extensions/source/plugin/unx/npnapi.cxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -764,7 +764,7 @@ IMPL_LINK( PluginConnector, WorkOnNewMessageHdl, Mediator*, /*pMediator*/ )
{
if
(
!
pInst
->
pWidget
)
{
pInst
->
pWidget
=
CreateNewShell
(
&
(
pInst
->
pShell
),
(
XLIB_
Window
)
pWindow
->
window
);
pInst
->
pWidget
=
CreateNewShell
(
&
(
pInst
->
pShell
),
(
Window
)
pWindow
->
window
);
}
// fill in NPWindow and NPCallbackStruct
...
...
extensions/source/plugin/unx/npwrap.cxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -119,7 +119,7 @@ IMPL_LINK( PluginConnector, NewMessageHdl, Mediator*, /*pMediator*/ )
}
Widget
createSubWidget
(
char
*
/*pPluginText*/
,
Widget
shell
,
XLIB_
Window
aParentWindow
)
Widget
createSubWidget
(
char
*
/*pPluginText*/
,
Widget
shell
,
Window
aParentWindow
)
{
Widget
newWidget
=
XtVaCreateManagedWidget
(
#if defined USE_MOTIF
...
...
@@ -152,7 +152,7 @@ Widget createSubWidget( char* /*pPluginText*/, Widget shell, XLIB_Window aParent
return
newWidget
;
}
void
*
CreateNewShell
(
void
**
pShellReturn
,
XLIB_
Window
aParentWindow
)
void
*
CreateNewShell
(
void
**
pShellReturn
,
Window
aParentWindow
)
{
String
n
,
c
;
XtGetApplicationNameAndClass
(
pXtAppDisplay
,
&
n
,
&
c
);
...
...
extensions/source/plugin/unx/npwrap.hxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -22,7 +22,7 @@
#include <sal/config.h>
void
*
CreateNewShell
(
void
**
pShellReturn
,
XLIB_
Window
aParentWindow
);
void
*
CreateNewShell
(
void
**
pShellReturn
,
Window
aParentWindow
);
void
LoadAdditionalLibs
(
const
char
*
);
...
...
extensions/source/plugin/unx/sysplug.cxx
Dosyayı görüntüle @
d66b7570
...
...
@@ -52,7 +52,7 @@
UnxPluginComm
::
UnxPluginComm
(
const
OUString
&
/*mimetype*/
,
const
OUString
&
library
,
XLIB_
Window
aParent
,
Window
aParent
,
int
nDescriptor1
,
int
nDescriptor2
)
:
...
...
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