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
26a17669
Kaydet (Commit)
26a17669
authored
Mar 16, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make the OCMA UCP build again, add .component file
üst
a45a39c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
16 deletions
+41
-16
makefile.mk
ucb/source/ucp/odma/makefile.mk
+7
-0
odma_services.cxx
ucb/source/ucp/odma/odma_services.cxx
+0
-16
ucpodma1.component
ucb/source/ucp/odma/ucpodma1.component
+34
-0
No files found.
ucb/source/ucp/odma/makefile.mk
100755 → 100644
Dosyayı görüntüle @
26a17669
...
...
@@ -102,3 +102,10 @@ LIB3OBJFILES=$(SLO3FILES)
.INCLUDE
:
target.mk
ALLTAR
:
$(MISC)/$(TARGET)$(UCP_VERSION).component
$(MISC)/$(TARGET)$(UCP_VERSION).component .ERRREMOVE
:
$(SOLARENV)/bin/createcomponent.xslt
\
$(TARGET)$(UCP_VERSION).component
$(XSLTPROC)
--nonet
--stringparam
uri
\
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)'
-o
$@
\
$(SOLARENV)/bin/createcomponent.xslt
$(TARGET)$(UCP_VERSION).component
ucb/source/ucp/odma/odma_services.cxx
Dosyayı görüntüle @
26a17669
...
...
@@ -45,22 +45,6 @@ extern "C" void SAL_CALL component_getImplementationEnvironment(
*
ppEnvTypeName
=
CPPU_CURRENT_LANGUAGE_BINDING_NAME
;
}
//=========================================================================
extern
"C"
sal_Bool
SAL_CALL
component_writeInfo
(
void
*
/*pServiceManager*/
,
void
*
pRegistryKey
)
{
return
pRegistryKey
&&
//////////////////////////////////////////////////////////////////////
// Write info into registry.
//////////////////////////////////////////////////////////////////////
// @@@ Adjust namespace names.
writeInfo
(
pRegistryKey
,
::
odma
::
ContentProvider
::
getImplementationName_Static
(),
::
odma
::
ContentProvider
::
getSupportedServiceNames_Static
()
);
}
//=========================================================================
extern
"C"
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
...
...
ucb/source/ucp/odma/ucpodma1.component
0 → 100644
Dosyayı görüntüle @
26a17669
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.ucb.FileProvider"
>
<service
name=
"com.sun.star.ucb.ODMAContentProvider"
/>
</implementation>
</component>
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