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
fc71ed95
Kaydet (Commit)
fc71ed95
authored
Eyl 30, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix comments
Change-Id: Ia5bc8b0dec8cecdec06a71377ac5cd3a52109955
üst
3fb51feb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
shlib.hxx
include/cppuhelper/shlib.hxx
+6
-13
No files found.
include/cppuhelper/shlib.hxx
Dosyayı görüntüle @
fc71ed95
...
...
@@ -30,13 +30,6 @@
namespace
cppu
{
// Note the pointless redundancy
// "::com::sun::star::lang::XSingleComponentFactory or
// ::com::sun::star::lang::XSingleComponentFactory" in the doc
// comments below. Whether the documentation is supposed to mean only
// XSingleComponentFactory, or whether the other one should be
// something else, I don't know.
/** Loads a shared library component and gets the factory out of it. You can give either a
fully qualified libname or single lib name. The libname need not be pre/postfixed
(e.g. xxx.dll). You can give parameter rPath to force lookup of the library in a specific
...
...
@@ -48,8 +41,8 @@ namespace cppu
@param xMgr service manager to be provided to the component
@param xKey registry key to be provided to the component
@return
factory instance (com::sun::star::lang::XSingleComponentFactory or
com::sun::star::lang::XSingle
Component
Factory)
factory instance (com::sun::star::lang::XSingleComponentFactory or
legacy
com::sun::star::lang::XSingle
Service
Factory)
*/
CPPUHELPER_DLLPUBLIC
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
loadSharedLibComponentFactory
(
...
...
@@ -72,8 +65,8 @@ SAL_CALL loadSharedLibComponentFactory(
@param xKey registry key to be provided to the component
@param rPrefix optional component prefix
@return
factory instance (com::sun::star::lang::XSingleComponentFactory or
com::sun::star::lang::XSingle
Component
Factory)
factory instance (com::sun::star::lang::XSingleComponentFactory or
legacy
com::sun::star::lang::XSingle
Service
Factory)
*/
CPPUHELPER_DLLPUBLIC
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
loadSharedLibComponentFactory
(
...
...
@@ -92,8 +85,8 @@ SAL_CALL loadSharedLibComponentFactory(
@param xKey registry key to be provided to the component
@param rPrefix optional component prefix
@return
factory instance (com::sun::star::lang::XSingleComponentFactory or
com::sun::star::lang::XSingle
Component
Factory)
factory instance (com::sun::star::lang::XSingleComponentFactory or
legacy
com::sun::star::lang::XSingle
Service
Factory)
*/
CPPUHELPER_DLLPUBLIC
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>
SAL_CALL
invokeStaticComponentFactory
(
...
...
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