Searched refs:BasicDocShell (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/basctl/source/basicide/ |
H A D | basdoc.cxx | 41 #define BasicDocShell macro 47 TYPEINIT1(BasicDocShell, SfxObjectShell); 48 DBG_NAME(BasicDocShell); 50 SFX_IMPL_OBJECTFACTORY( BasicDocShell, SvGlobalName(), SFXOBJECTSHELL_STD_NORMAL, "sbasic" ) 52 SFX_IMPL_INTERFACE( BasicDocShell, SfxObjectShell, IDEResId( 0 ) ) 57 BasicDocShell::BasicDocShell() in BasicDocShell() function in BasicDocShell 65 __EXPORT BasicDocShell::~BasicDocShell() in ~BasicDocShell() 70 SfxPrinter* BasicDocShell::GetPrinter( sal_Bool bCreate ) in GetPrinter() 78 void BasicDocShell::SetPrinter( SfxPrinter* pPr ) in SetPrinter() 87 void BasicDocShell::FillClass( SvGlobalName*, sal_uInt32*, String*, String*, String*, sal_Int32, sa… in FillClass() [all …]
|
H A D | iderdll.cxx | 92 SfxObjectFactory* pFact = &BasicDocShell::Factory(); in Init() 99 BASIC_MOD() = new BasicIDEModule( pMgr, &BasicDocShell::Factory() ); in Init() 104 SfxObjectFactory& rFactory = BasicDocShell::Factory(); in Init() 107 BasicDocShell::RegisterInterface( pMod ); in Init()
|
H A D | basdoc.hxx | 33 class BasicDocShell: public SfxObjectShell class 54 BasicDocShell(); 55 ~BasicDocShell();
|
H A D | basides2.cxx | 146 BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell(); in GetPrinter() 156 BasicDocShell* pDocShell = (BasicDocShell*)GetViewFrame()->GetObjectShell(); in SetPrinter()
|
H A D | unomodel.cxx | 121 SfxObjectShell* pShell = new BasicDocShell(); in SIDEModel_createInstance()
|
H A D | basobj3.cxx | 508 if ( pObjShell && pObjShell->ISA( BasicDocShell ) ) in GetBindingsPtr()
|
H A D | basidesh.cxx | 156 SFX_VIEW_REGISTRATION( BasicDocShell );
|
/aoo41x/main/basctl/sdi/ |
H A D | baside.sdi | 468 shell BasicDocShell
|
Completed in 16 milliseconds