Lines Matching refs:BasicDocShell
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()
93 void BasicDocShell::Draw( OutputDevice *, const JobSetup &, sal_uInt16 ) in Draw()