Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 25 of 75) sorted by relevance

123

/trunk/main/sot/inc/sot/
H A Dobject.hxx144 static void * CreateInstance( SotObject ** = NULL ); \
154 static void * CreateInstance( SotObject ** = NULL ); \
169 ClassName::CreateInstance ); \
173 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
206 ClassName::CreateInstance ); \
211 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
248 ClassName::CreateInstance ); \
254 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
290 ClassName::CreateInstance );\
297 void * __EXPORT ClassName::CreateInstance( SotObject ** ppObj ) \
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx81 Reference< XInterface > ScfApiHelper::CreateInstance( in CreateInstance() function in ScfApiHelper
99 Reference< XInterface > ScfApiHelper::CreateInstance( SfxObjectShell* pShell, const OUString& rServ… in CreateInstance() function in ScfApiHelper
101 return CreateInstance( GetServiceFactory( pShell ), rServiceName ); in CreateInstance()
104 Reference< XInterface > ScfApiHelper::CreateInstance( const OUString& rServiceName ) in CreateInstance() function in ScfApiHelper
106 return CreateInstance( ::comphelper::getProcessServiceFactory(), rServiceName ); in CreateInstance()
/trunk/main/tools/inc/tools/
H A Dpstm.hxx47 Register( Class::StaticClassId(), Class::CreateInstance )
71 static void * CreateInstance( SvPersistBase ** ppBase ); \
82 void * Class::CreateInstance( SvPersistBase ** ppBase )\
/trunk/main/sc/source/filter/inc/
H A Dfapihelper.hxx77 static XInterfaceRef CreateInstance(
82 static XInterfaceRef CreateInstance(
87 static XInterfaceRef CreateInstance( const ::rtl::OUString& rServiceName );
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx287 ScfApiHelper::CreateInstance( pDocShell, SERVICE_CHART2_DATAPROVIDER ), UNO_QUERY ); in InitConversion()
725 xLabeledSeq.set( ScfApiHelper::CreateInstance( SERVICE_CHART2_LABELEDDATASEQ ), UNO_QUERY ); in lclCreateLabeledDataSequence()
871 ScfApiHelper::CreateInstance( SERVICE_CHART2_FORMATTEDSTRING ), UNO_QUERY ); in CreateStringSequence()
1148 xTitle.set( ScfApiHelper::CreateInstance( SERVICE_CHART2_TITLE ), UNO_QUERY ); in CreateTitle()
1638 xRegCurve.set( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateRegressionCurve()
1700 xErrorBar.set( ScfApiHelper::CreateInstance( SERVICE_CHART2_ERRORBAR ), UNO_QUERY ); in CreateErrorBar()
1944 xDataSeries.set( ScfApiHelper::CreateInstance( SERVICE_CHART2_DATASERIES ), UNO_QUERY ); in CreateDataSeries()
2304 Reference< XChartType > xChartType( ScfApiHelper::CreateInstance( aService ), UNO_QUERY ); in CreateChartType()
2471 … Reference< XLegend > xLegend( ScfApiHelper::CreateInstance( SERVICE_CHART2_LEGEND ), UNO_QUERY ); in CreateLegend()
3015 rScaleData.Scaling.set( ScfApiHelper::CreateInstance( aScalingService ), UNO_QUERY ); in Convert()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx118 static SfxViewShell *CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView); \
125 SfxViewShell* __EXPORT Class::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView) \
129 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
/trunk/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx43 SfxViewShell* __EXPORT OutlineViewShellBase::CreateInstance ( in CreateInstance() function in sd::OutlineViewShellBase
53 &CreateInstance,&InitFactory,nPrio,"Outline"); in RegisterFactory()
H A DSlideSorterViewShellBase.cxx43 SfxViewShell* __EXPORT SlideSorterViewShellBase::CreateInstance ( in CreateInstance() function in sd::SlideSorterViewShellBase
57 &CreateInstance,&InitFactory,nPrio,"SlideSorter"); in RegisterFactory()
H A DGraphicViewShellBase.cxx45 SfxViewShell* __EXPORT GraphicViewShellBase::CreateInstance ( in CreateInstance() function in sd::GraphicViewShellBase
55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
H A DImpressViewShellBase.cxx45 SfxViewShell* __EXPORT ImpressViewShellBase::CreateInstance ( in CreateInstance() function in sd::ImpressViewShellBase
55 &CreateInstance,&InitFactory,nPrio,"Default"); in RegisterFactory()
H A DPresentationViewShellBase.cxx52 SfxViewShell* __EXPORT PresentationViewShellBase::CreateInstance ( in CreateInstance() function in sd::PresentationViewShellBase
63 &CreateInstance,&InitFactory,nPrio,"FullScreenPresentation"); in RegisterFactory()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch498 …UpdateRegistry, class::_ClassFactoryCreatorClass::CreateInstance, class::_CreatorClass::CreateInst…
550 static HRESULT WINAPI CreateInstance(CComObject<Base>** pp);
748 static HRESULT WINAPI CreateInstance(LPUNKNOWN pUnkOuter, CComAggObject<contained>** pp)
802 static HRESULT WINAPI CreateInstance(LPUNKNOWN pUnkOuter, CComPolyObject<contained>** pp)
909 - hRes = _Module.CreateInstance(m_pfnCreateInstance, riid, ppvObj);
910 + hRes = _Module.CreateInstance((LPVOID)m_pfnCreateInstance, riid, p…
920 static HRESULT CreateInstance(IUnknown* punkOuter, Q** pp)
924 return T::_CreatorClass::CreateInstance(NULL, __uuidof(Q), (void**) pp);
/trunk/main/desktop/source/so_comp/
H A Dservices.cxx65 SOEvaluation::CreateInstance,
66 OEMPreloadJob::CreateInstance,
/trunk/main/xmloff/source/transform/
H A DXMLFilterRegistration.cxx81 typedef uno::Reference< ::uno::XInterface > (SAL_CALL * CreateInstance)( typedef
88 CreateInstance createInstance;
/trunk/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx189 Reference< XInterface > SAL_CALL CreateInstance( const Reference< XMultiServiceFactory > &r) in CreateInstance() function
263 CreateInstance, getSupportedServiceNames() ) ); in component_getFactory()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx282 NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in SetNumberingSettings()
378 NBOTypeMgrBase* pNumbering = NBOutlineTypeMgrFact::CreateInstance(eNBOType::NUMBERING); in UserDraw()
427 NBOTypeMgrBase* pBullets = NBOutlineTypeMgrFact::CreateInstance(eNBOType::MIXBULLETS); in UserDraw()
/trunk/main/xmlhelp/source/treeview/
H A Dtvfactory.cxx240 TVFactory::CreateInstance, in createServiceFactory()
247 TVFactory::CreateInstance( in CreateInstance() function in TVFactory
/trunk/main/extensions/source/ole/
H A Dservprov.hxx101 STDMETHOD(CreateInstance)(IUnknown FAR* punkOuter, REFIID riid, void FAR* FAR* ppv);
143 STDMETHOD(CreateInstance)(IUnknown FAR* punkOuter, REFIID riid, void FAR* FAR* ppv);
/trunk/main/embedserv/source/inprocserv/
H A Ddllentry.cxx149 STDMETHOD(CreateInstance)(IUnknown FAR* punkOuter, REFIID riid, void FAR* FAR* ppv);
307 STDMETHODIMP InprocEmbedProvider_Impl::CreateInstance(IUnknown FAR* punkOuter, in CreateInstance() function in inprocserv::InprocEmbedProvider_Impl
/trunk/main/sd/source/ui/framework/module/
H A DModuleController.cxx83 return Reference<XInterface>(ModuleController::CreateInstance(rxContext), UNO_QUERY); in ModuleController_createInstance()
111 Reference<XModuleController> ModuleController::CreateInstance ( in CreateInstance() function in sd::framework::ModuleController
/trunk/main/remotebridges/examples/
H A Dofficeclient.cxx246 Reference< XInterface > SAL_CALL CreateInstance( const Reference< XMultiServiceFactory > &r) in CreateInstance() function
318 CreateInstance, getSupportedServiceNames() ) ); in component_getFactory()
/trunk/main/pyuno/source/loader/
H A Dpyuno_loader.cxx162 Reference< XInterface > CreateInstance( const Reference< XComponentContext > & ctx ) in CreateInstance() function
220 pyuno_loader::CreateInstance, pyuno_loader::getImplementationName,
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx280 Reference< XInterface > SAL_CALL CreateInstance( const Reference< XMultiServiceFactory > &r) in CreateInstance() function
355 CreateInstance, getSupportedServiceNames() ) ); in component_getFactory()
/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx273 … ? svx::sidebar::NBOutlineTypeMgrFact::CreateInstance( svx::sidebar::eNBOType::NUMBERING ) in ExecSetNumber()
274 … : svx::sidebar::NBOutlineTypeMgrFact::CreateInstance( svx::sidebar::eNBOType::MIXBULLETS ); in ExecSetNumber()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1681 cliObj = System::Activator::CreateInstance(cliType); in map_to_cli()
1900 System::Array* arEnum = System::Array::CreateInstance( in map_to_cli()
1914 System::Array* ar= System::Array::CreateInstance( in map_to_cli()
1935 System::Array *ar= System::Array::CreateInstance( in map_to_cli()
1956 System::Array* ar= System::Array::CreateInstance(ifaceType, nElements); in map_to_cli()

Completed in 116 milliseconds

123