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
45fb35c7
Kaydet (Commit)
45fb35c7
authored
Tem 28, 2011
tarafından
Matúš Kukan
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add prefixes for component_getFactory
üst
a8b4cb8b
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
25 additions
and
36 deletions
+25
-36
chartcontroller.component
chart2/source/controller/chartcontroller.component
+1
-1
_serviceregistration_controller.cxx
...ource/controller/main/_serviceregistration_controller.cxx
+1
-1
chartmodel.component
chart2/source/model/chartmodel.component
+1
-1
_serviceregistration_model.cxx
chart2/source/model/main/_serviceregistration_model.cxx
+1
-1
_serviceregistration_tools.cxx
chart2/source/tools/_serviceregistration_tools.cxx
+1
-1
charttools.component
chart2/source/tools/charttools.component
+1
-1
chartview.component
chart2/source/view/chartview.component
+1
-1
_serviceregistration_view.cxx
chart2/source/view/main/_serviceregistration_view.cxx
+1
-1
xestream.cxx
sc/source/filter/excel/xestream.cxx
+1
-1
appluno.cxx
sc/source/ui/unoobj/appluno.cxx
+1
-1
detreg.cxx
sc/source/ui/unoobj/detreg.cxx
+1
-1
service.cxx
sc/source/ui/vba/service.cxx
+2
-2
sc.component
sc/util/sc.component
+1
-1
scd.component
sc/util/scd.component
+1
-1
scfilt.component
sc/util/scfilt.component
+1
-1
vbaobj.component
sc/util/vbaobj.component
+1
-1
analysis.component
scaddins/source/analysis/analysis.component
+1
-1
analysis.cxx
scaddins/source/analysis/analysis.cxx
+3
-14
date.component
scaddins/source/datefunc/date.component
+1
-1
datefunc.cxx
scaddins/source/datefunc/datefunc.cxx
+1
-1
solver.component
sccomp/source/solver/solver.component
+1
-1
solver.cxx
sccomp/source/solver/solver.cxx
+1
-1
No files found.
chart2/source/controller/chartcontroller.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"chartcontroller"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.chart.ElementSelectorToolbarController"
>
<implementation
name=
"com.sun.star.comp.chart.ElementSelectorToolbarController"
>
<service
name=
"com.sun.star.frame.ToolbarController"
/>
<service
name=
"com.sun.star.frame.ToolbarController"
/>
...
...
chart2/source/controller/main/_serviceregistration_controller.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -102,7 +102,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_controller[] =
...
@@ -102,7 +102,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_controller[] =
// component exports
// component exports
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
hartcontroller_c
omponent_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
::
cppu
::
component_getFactoryHelper
(
return
::
cppu
::
component_getFactoryHelper
(
...
...
chart2/source/model/chartmodel.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"chartmodel"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.chart.AreaChartType"
>
<implementation
name=
"com.sun.star.comp.chart.AreaChartType"
>
<service
name=
"com.sun.star.chart2.AreaChartType"
/>
<service
name=
"com.sun.star.chart2.AreaChartType"
/>
...
...
chart2/source/model/main/_serviceregistration_model.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -185,7 +185,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_model[] =
...
@@ -185,7 +185,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_model[] =
// component exports
// component exports
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
hartmodel_c
omponent_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
void
*
pResult
=
::
cppu
::
component_getFactoryHelper
(
void
*
pResult
=
::
cppu
::
component_getFactoryHelper
(
...
...
chart2/source/tools/_serviceregistration_tools.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -177,7 +177,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] =
...
@@ -177,7 +177,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_tools[] =
// component exports
// component exports
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
harttools_c
omponent_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
::
cppu
::
component_getFactoryHelper
(
return
::
cppu
::
component_getFactoryHelper
(
...
...
chart2/source/tools/charttools.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"charttools"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.chart2.ExponentialScaling"
>
<implementation
name=
"com.sun.star.chart2.ExponentialScaling"
>
<service
name=
"com.sun.star.chart2.ExponentialScaling"
/>
<service
name=
"com.sun.star.chart2.ExponentialScaling"
/>
...
...
chart2/source/view/chartview.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"chartview"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.chart2.ChartView"
>
<implementation
name=
"com.sun.star.comp.chart2.ChartView"
>
<service
name=
"com.sun.star.chart2.ChartView"
/>
<service
name=
"com.sun.star.chart2.ChartView"
/>
...
...
chart2/source/view/main/_serviceregistration_view.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -48,7 +48,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_view[] =
...
@@ -48,7 +48,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_view[] =
// component exports
// component exports
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
c
hartview_c
omponent_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
pRegistryKey
)
{
{
return
::
cppu
::
component_getFactoryHelper
(
return
::
cppu
::
component_getFactoryHelper
(
...
...
sc/source/filter/excel/xestream.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -1204,7 +1204,7 @@ extern "C"
...
@@ -1204,7 +1204,7 @@ extern "C"
{
0
,
0
,
0
,
0
,
0
,
0
}
{
0
,
0
,
0
,
0
,
0
,
0
}
};
};
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
XMultiServiceFactory
*
pServiceManager
,
XRegistryKey
*
pRegistryKey
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
scfilt_
component_getFactory
(
const
sal_Char
*
pImplName
,
XMultiServiceFactory
*
pServiceManager
,
XRegistryKey
*
pRegistryKey
)
{
{
return
::
cppu
::
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
entries
);
return
::
cppu
::
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
entries
);
...
...
sc/source/ui/unoobj/appluno.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -186,7 +186,7 @@ SC_SIMPLE_SERVICE_INFO( ScSpreadsheetSettings, "ScSpreadsheetSettings", SCSPREAD
...
@@ -186,7 +186,7 @@ SC_SIMPLE_SERVICE_INFO( ScSpreadsheetSettings, "ScSpreadsheetSettings", SCSPREAD
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
sc_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
{
{
if
(
!
pServiceManager
)
if
(
!
pServiceManager
)
...
...
sc/source/ui/unoobj/detreg.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::lang;
...
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::lang;
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplementationName
,
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
scd_
component_getFactory
(
const
sal_Char
*
pImplementationName
,
void
*
pServiceManager
,
void
*
pServiceManager
,
void
*
/* pRegistryKey */
)
void
*
/* pRegistryKey */
)
{
{
...
...
sc/source/ui/vba/service.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -78,11 +78,11 @@ extern sdecl::ServiceDecl const serviceDecl;
...
@@ -78,11 +78,11 @@ extern sdecl::ServiceDecl const serviceDecl;
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
vbaobj_
component_getFactory
(
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
const
sal_Char
*
pImplName
,
lang
::
XMultiServiceFactory
*
pServiceManager
,
registry
::
XRegistryKey
*
pRegistryKey
)
registry
::
XRegistryKey
*
pRegistryKey
)
{
{
OSL_TRACE
(
"In component_getFactory for %s"
,
pImplName
);
OSL_TRACE
(
"In
vbaobj_
component_getFactory for %s"
,
pImplName
);
void
*
pRet
=
component_getFactoryHelper
(
void
*
pRet
=
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
range
::
serviceDecl
,
workbook
::
serviceDecl
,
worksheet
::
serviceDecl
,
globals
::
serviceDecl
,
window
::
serviceDecl
,
hyperlink
::
serviceDecl
,
application
::
serviceDecl
);
pImplName
,
pServiceManager
,
pRegistryKey
,
range
::
serviceDecl
,
workbook
::
serviceDecl
,
worksheet
::
serviceDecl
,
globals
::
serviceDecl
,
window
::
serviceDecl
,
hyperlink
::
serviceDecl
,
application
::
serviceDecl
);
if
(
!
pRet
)
if
(
!
pRet
)
...
...
sc/util/sc.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"sc"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.Calc.FilterOptionsDialog"
>
<implementation
name=
"com.sun.star.comp.Calc.FilterOptionsDialog"
>
<service
name=
"com.sun.star.ui.dialogs.FilterOptionsDialog"
/>
<service
name=
"com.sun.star.ui.dialogs.FilterOptionsDialog"
/>
...
...
sc/util/scd.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"scd"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.calc.FormatDetector"
>
<implementation
name=
"com.sun.star.comp.calc.FormatDetector"
>
<service
name=
"com.sun.star.frame.ExtendedTypeDetection"
/>
<service
name=
"com.sun.star.frame.ExtendedTypeDetection"
/>
...
...
sc/util/scfilt.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"scfilt"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.oox.ExcelFilterExport"
>
<implementation
name=
"com.sun.star.comp.oox.ExcelFilterExport"
>
<service
name=
"com.sun.star.comp.oox.ExcelFilterExport"
/>
<service
name=
"com.sun.star.comp.oox.ExcelFilterExport"
/>
...
...
sc/util/vbaobj.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"vbaobj"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"ScVbaApplication"
>
<implementation
name=
"ScVbaApplication"
>
<service
name=
"ooo.vba.excel.Application"
/>
<service
name=
"ooo.vba.excel.Application"
/>
...
...
scaddins/source/analysis/analysis.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"analysis"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.sheet.addin.AnalysisImpl"
>
<implementation
name=
"com.sun.star.sheet.addin.AnalysisImpl"
>
<service
name=
"com.sun.star.sheet.AddIn"
/>
<service
name=
"com.sun.star.sheet.AddIn"
/>
...
...
scaddins/source/analysis/analysis.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -47,17 +47,11 @@
...
@@ -47,17 +47,11 @@
using
namespace
::
rtl
;
using
namespace
::
rtl
;
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
//------------------------------------------------------------------
//
// entry points for service registration / instantiation
//
//------------------------------------------------------------------
extern
"C"
{
extern
"C"
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
analysis_component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
if
(
pServiceManager
&&
STRING
::
createFromAscii
(
pImplName
)
==
AnalysisAddIn
::
getImplementationName_Static
()
)
if
(
pServiceManager
&&
STRING
::
createFromAscii
(
pImplName
)
==
AnalysisAddIn
::
getImplementationName_Static
()
)
{
{
...
@@ -78,11 +72,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplN
...
@@ -78,11 +72,6 @@ SAL_DLLPUBLIC_EXPORT void* SAL_CALL component_getFactory( const sal_Char* pImplN
}
}
}
// extern C
//------------------------------------------------------------------------
//------------------------------------------------------------------------
//
//
// "normal" service implementation
// "normal" service implementation
...
...
scaddins/source/datefunc/date.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"date"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.sheet.addin.DateFunctionsImpl"
>
<implementation
name=
"com.sun.star.sheet.addin.DateFunctionsImpl"
>
<service
name=
"com.sun.star.sheet.AddIn"
/>
<service
name=
"com.sun.star.sheet.AddIn"
/>
...
...
scaddins/source/datefunc/datefunc.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -235,7 +235,7 @@ uno::Reference< uno::XInterface > SAL_CALL ScaDateAddIn_CreateInstance(
...
@@ -235,7 +235,7 @@ uno::Reference< uno::XInterface > SAL_CALL ScaDateAddIn_CreateInstance(
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
date_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
{
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
sccomp/source/solver/solver.component
Dosyayı görüntüle @
45fb35c7
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
**********************************************************************-->
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"solver"
xmlns=
"http://openoffice.org/2010/uno-components"
>
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.Calc.Solver"
>
<implementation
name=
"com.sun.star.comp.Calc.Solver"
>
<service
name=
"com.sun.star.sheet.Solver"
/>
<service
name=
"com.sun.star.sheet.Solver"
/>
...
...
sccomp/source/solver/solver.cxx
Dosyayı görüntüle @
45fb35c7
...
@@ -596,7 +596,7 @@ uno::Reference<uno::XInterface> SolverComponent_createInstance( const uno::Refer
...
@@ -596,7 +596,7 @@ uno::Reference<uno::XInterface> SolverComponent_createInstance( const uno::Refer
extern
"C"
extern
"C"
{
{
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
SAL_DLLPUBLIC_EXPORT
void
*
SAL_CALL
solver_
component_getFactory
(
const
sal_Char
*
pImplName
,
void
*
pServiceManager
,
void
*
/*pRegistryKey*/
)
{
{
OUString
aImplName
(
OUString
::
createFromAscii
(
pImplName
)
);
OUString
aImplName
(
OUString
::
createFromAscii
(
pImplName
)
);
void
*
pRet
=
0
;
void
*
pRet
=
0
;
...
...
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