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
22c0e655
Kaydet (Commit)
22c0e655
authored
Eyl 18, 2012
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some more fixes for ENABLE_SDREMOTE.
Change-Id: I56a8235ec0b844fc427c9d646357eb28943bf688
üst
8f81eb2d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
sddll.hxx
sd/inc/sddll.hxx
+3
-1
sddll.cxx
sd/source/ui/app/sddll.cxx
+2
-0
RemoteDialog.cxx
sd/source/ui/dlg/RemoteDialog.cxx
+3
-1
No files found.
sd/inc/sddll.hxx
Dosyayı görüntüle @
22c0e655
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
git
clone
git
:
//anongit.freedesktop.org/libreoffice/core libo
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
/*************************************************************************
*
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
...
@@ -45,7 +45,9 @@
...
@@ -45,7 +45,9 @@
class
SdDLL
class
SdDLL
{
{
protected
:
protected
:
#ifdef ENABLE_SDREMOTE
static
void
RegisterRemotes
();
static
void
RegisterRemotes
();
#endif
static
void
RegisterFactorys
();
static
void
RegisterFactorys
();
static
void
RegisterInterfaces
();
static
void
RegisterInterfaces
();
static
void
RegisterControllers
();
static
void
RegisterControllers
();
...
...
sd/source/ui/app/sddll.cxx
Dosyayı görüntüle @
22c0e655
...
@@ -125,7 +125,9 @@ void SdDLL::Init()
...
@@ -125,7 +125,9 @@ void SdDLL::Init()
SdrObjFactory
::
InsertMakeUserDataHdl
(
LINK
(
&
aSdObjectFactory
,
SdObjectFactory
,
MakeUserData
));
SdrObjFactory
::
InsertMakeUserDataHdl
(
LINK
(
&
aSdObjectFactory
,
SdObjectFactory
,
MakeUserData
));
// register your exotic remote controlls here
// register your exotic remote controlls here
#ifdef ENABLE_SDREMOTE
RegisterRemotes
();
RegisterRemotes
();
#endif
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
sd/source/ui/dlg/RemoteDialog.cxx
Dosyayı görüntüle @
22c0e655
...
@@ -66,6 +66,7 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton)
...
@@ -66,6 +66,7 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton)
else
else
return
1
;
return
1
;
#endif
#endif
return
0
;
}
}
IMPL_LINK_NOARG
(
RemoteDialog
,
CloseHdl
)
IMPL_LINK_NOARG
(
RemoteDialog
,
CloseHdl
)
...
@@ -76,8 +77,8 @@ IMPL_LINK_NOARG( RemoteDialog, CloseHdl )
...
@@ -76,8 +77,8 @@ IMPL_LINK_NOARG( RemoteDialog, CloseHdl )
RemoteServer
::
setBluetoothDiscoverable
(
false
);
RemoteServer
::
setBluetoothDiscoverable
(
false
);
}
}
Close
();
Close
();
return
0
;
#endif
#endif
return
0
;
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
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