Home
last modified time | relevance | path

Searched refs:CreateObject (Results 1 – 25 of 134) sorted by relevance

123456

/trunk/main/extensions/test/ole/VisualBasic/
H A DModule1.vb36 objServiceManager = CreateObject("com.sun.star.ServiceManager")
41 objEventListener = CreateObject("VBasicEventListener.VBEventListener")
498 structClass.CreateObject(structInstance)
607 arrObj(countvar) = CreateObject("VBasicEventListener.VBEventListener")
634 arEventListener(countvar) = CreateObject("VBasicEventListener.VBEventListener")
649 arEventListener2(countvar) = CreateObject("VBasicEventListener.VBEventListener")
663 arEventListener3(countvar) = CreateObject("VBasicEventListener.VBEventListener")
800 arArEventListener(i, j) = CreateObject("VBasicEventListener.VBEventListener")
818 arArEventListener2(i, j) = CreateObject("VBasicEventListener.VBEventListener")
838 seq1(i) = CreateObject("VBasicEventListener.VBEventListener")
[all …]
/trunk/main/sd/res/webview/
H A Dcommon.inc46 Set aFSObject = CreateObject("Scripting.FileSystemObject")
67 Set aFSObject = CreateObject( "Scripting.FileSystemObject" )
85 Set aFSObject = CreateObject("Scripting.FileSystemObject")
102 Set aFSObject = CreateObject( "Scripting.FileSystemObject" )
122 Set aFSObject = CreateObject( "Scripting.FileSystemObject" )
/trunk/main/migrationanalysis/src/driver_docs/
H A DDocAnalysisRunMacro.vbs44 set daFso = WScript.CreateObject("Scripting.FileSystemObject")
45 set daWshShell = Wscript.CreateObject("Wscript.Shell")
60 Set daWrd = wscript.CreateObject("Word.Application")
121 Set daXl = wscript.CreateObject("Excel.Application")
182 Set daPP = wscript.CreateObject("PowerPoint.Application")
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx665 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( aColor, sal_False ) ); in ReadRecordParams()
679 pOut->CreateObject( GDI_DUMMY ); in ReadRecordParams()
685 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( Color( COL_WHITE ), sal_False ) ); in ReadRecordParams()
691 pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( Color( COL_WHITE ), sal_False ) ); in ReadRecordParams()
735 pOut->CreateObject( GDI_PEN, new WinMtfLineStyle( ReadColor(), aLineInfo, bTransparent ) ); in ReadRecordParams()
743 …pOut->CreateObject( GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ? sal_Tru… in ReadRecordParams()
776 pOut->CreateObject( GDI_FONT, new WinMtfFontStyle( aLogFont ) ); in ReadRecordParams()
782 pOut->CreateObject( GDI_DUMMY ); in ReadRecordParams()
788 pOut->CreateObject( GDI_DUMMY ); in ReadRecordParams()
794 pOut->CreateObject( GDI_DUMMY ); in ReadRecordParams()
H A Denhwmf.cxx635 …pOut->CreateObject( nIndex, GDI_PEN, new WinMtfLineStyle( ReadColor(), aLineInfo, bTransparent ) ); in ReadEnhWMF()
689 … pOut->CreateObject( nIndex, GDI_PEN, new WinMtfLineStyle( aColorRef, aLineInfo, bTransparent ) ); in ReadEnhWMF()
701 …pOut->CreateObject( nIndex, GDI_BRUSH, new WinMtfFillStyle( ReadColor(), ( nStyle == BS_HOLLOW ) ?… in ReadEnhWMF()
1039 pOut->CreateObject( nIndex, GDI_FONT, new WinMtfFontStyle( aLogFont ) ); in ReadEnhWMF()
1335 pOut->CreateObject( nIndex, GDI_BRUSH, new WinMtfFillStyle( aColor, sal_False ) ); in ReadEnhWMF()
H A Dwinmtf.hxx633 void CreateObject( GDIObjectType, void* pStyle = NULL );
634 void CreateObject( sal_Int32 nIndex, GDIObjectType, void* pStyle = NULL );
/trunk/main/basic/source/classes/
H A Dsb.cxx421 SbxObject* SbiFactory::CreateObject( const String& rClass ) in CreateObject() function in SbiFactory
460 virtual SbxObject* CreateObject( const String& );
471 SbxObject* SbOLEFactory::CreateObject( const String& rClassName ) in CreateObject() function in SbOLEFactory
485 virtual SbxObject* CreateObject( const String& );
494 SbxObject* SbFormFactory::CreateObject( const String& rClassName ) in CreateObject() function in SbFormFactory
588 virtual SbxObject* CreateObject( const String& );
597 SbxObject* SbTypeFactory::CreateObject( const String& rClassName ) in CreateObject() function in SbTypeFactory
612 SbxObject* pRetObj = pTYPEFAC->CreateObject( rClassName ); in createUserTypeImpl()
881 SbxObject* SbClassFactory::CreateObject( const String& rClassName ) in CreateObject() function in SbClassFactory
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx220 SbxObject* SbxBase::CreateObject( const XubString& rClass ) in CreateObject() function in SbxBase
226 pNew = p->aFacs.GetObject( i )->CreateObject( rClass ); in CreateObject()
381 SbxObject* SbxFactory::CreateObject( const XubString& ) in CreateObject() function in SbxFactory
/trunk/main/extensions/test/ole/DCOM/dcom_test/
H A DModule1.bas31 Set objServiceManager = CreateObject("com.sun.star.ServiceManager")
46 propClass.CreateObject prop
H A Dreadme.txt3 Set objServiceManager = CreateObject("com.sun.star.ServiceManager", "\\jl-1036")
/trunk/main/vcl/unx/generic/window/
H A Dsalobj.cxx53 SalObject* X11SalInstance::CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool… in CreateObject() function in X11SalInstance
55 return X11SalObject::CreateObject( pParent, pWindowData, bShow ); in CreateObject()
58 X11SalObject* X11SalObject::CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Boo… in CreateObject() function in X11SalObject
/trunk/main/basic/source/inc/
H A Dsbintern.hxx46 virtual SbxObject* CreateObject( const String& );
79 virtual SbxObject* CreateObject( const String& );
H A Dobject.hxx93 virtual SbxObject* CreateObject( const String& );
/trunk/main/vcl/unx/gtk/app/
H A Dgtkinst.cxx198 SalObject* GtkInstance::CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bS… in CreateObject() function in GtkInstance
203 return X11SalObject::CreateObject( pParent, pWindowData, bShow ); in CreateObject()
/trunk/main/basic/inc/basic/
H A Dsbxfac.hxx42 virtual SbxObject* CreateObject( const String& );
H A Dsbstdobj.hxx44 virtual SbxObject* CreateObject( const String& rClassName );
/trunk/main/extensions/test/ole/DCOM/Clients/WriterDemo/
H A DModule1.bas26 Set obj = CreateObject("dcomtest.writerdemo.wsc")
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkinst.hxx85 …virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bSho…
/trunk/main/vcl/inc/unx/
H A Dsalobj.h76 …static VCL_DLLPUBLIC X11SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData,…
H A Dsalinst.h73 …virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bSho…
/trunk/main/odk/examples/OLE/vbscript/
H A DWriterDemo.vbs37 Set objServiceManager= WScript.CreateObject("com.sun.star.ServiceManager")
/trunk/main/vcl/inc/os2/
H A Dsalinst.h60 …virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bShow…
/trunk/main/vcl/inc/win/
H A Dsalinst.h52 …virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bShow…
/trunk/main/vcl/unx/headless/
H A Dsvpinst.hxx136 …virtual SalObject* CreateObject( SalFrame* pParent, SystemWindowData* pWindowData, sal_Bool bShow…
/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx1053 return CreateObject( GetServiceNameFromFactory( rFact ), eMode ); in CreateObjectByFactoryName()
1057 SfxObjectShell* SfxObjectShell::CreateObject( const String& rServiceName, SfxObjectCreateMode eCrea… in CreateObject() function in SfxObjectShell

Completed in 155 milliseconds

123456