Home
last modified time | relevance | path

Searched refs:pBasic (Results 26 – 50 of 59) sorted by relevance

123

/trunk/main/basic/source/runtime/
H A Dsbdiagnose.cxx123 xAssertionChannelBasic = pBasic; in RTLFUNC()
126 (void)pBasic; in RTLFUNC()
H A Druntime.cxx279 pBasic = p; in SbiInstance()
487 StarBASIC* pErrBasic = GetCurrentBasic( pBasic ); in Abort()
489 pBasic->Stop(); in Abort()
H A Dinputbox.cxx158 (void)pBasic; in IMPL_LINK_INLINE_END()
/trunk/main/basic/source/comp/
H A Dscanner.cxx44 pBasic = p; in SbiScanner()
97 if( pBasic ) in GenError()
112 bRes = pBasic->CError( code, aError, nLine, nc, nCol2 ); in GenError()
/trunk/main/basic/source/basmgr/
H A Dbasicmanagerrepository.cxx474 StarBASIC* pBasic = new StarBASIC( pAppBasic ); in impl_createManagerForModel() local
475 pBasic->SetFlag( SBX_EXTSEARCH ); in impl_createManagerForModel()
476 _out_rpBasicManager = new BasicManager( pBasic, NULL, sal_True ); in impl_createManagerForModel()
/trunk/main/basic/source/inc/
H A Druntime.hxx189 StarBASIC* pBasic; member in SbiInstance
241 StarBASIC* GetBasic( void ) { return pBasic; } in GetBasic()
275 friend void SbRtl_CallByName( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dscanner.hxx50 StarBASIC* pBasic; // Instanz fuer Fehler-Callbacks member in SbiScanner
89 StarBASIC* GetBasic() { return pBasic; } in GetBasic()
H A Dsbtrace.hxx50 void RTL_Impl_TraceCommand( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
H A Dparser.hxx73 StarBASIC* pBasic; // StarBASIC-Instanz member in SbiParser
H A Dpropacc.hxx189 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite );
/trunk/main/sfx2/source/appl/
H A Dapp.cxx151 static BasicDLL* pBasic = NULL; variable
362 pBasic = new BasicDLL; in SfxApplication()
377 delete pBasic; in ~SfxApplication()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbaapplicationbase.cxx436 StarBASIC* pBasic = dynamic_cast< StarBASIC* >( pMod->GetParent() ); in Quit() local
437 if ( pBasic ) in Quit()
438 pBasic->QuitAndExitApplication(); in Quit()
H A Dvbahelper.cxx378 SbxObject* pBasic = dynamic_cast< SbxObject* > ( SFX_APP()->GetBasic() ); in getCurrentDoc() local
379 SbxObject* basicChosen = pBasic ; in getCurrentDoc()
385 SbxObject* p = pBasic; in getCurrentDoc()
1356 if( StarBASIC* pBasic = pShell->GetBasicManager()->GetLib( sProj ) ) in getUnoDocModule() local
1357 if( SbModule* pMod = pBasic->FindModule( aModName ) ) in getUnoDocModule()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx999 StarBASIC* pBasic = pBasMgr? pBasMgr->GetLib( aLibName ) : 0; in createModImpl() local
1000 if ( pBasic ) in createModImpl()
1001 pModule = pBasic->FindModule( aModName ); in createModImpl()
1024 if( pBasic && rDocument.isInVBAMode() ) in createModImpl()
H A Dbastypes.cxx590 StarBASIC* pBasic = pBasMgr->GetLib( aOULibName ); in Command() local
591 if( pBasic ) in Command()
597 SbModule* pActiveModule = (SbModule*)pBasic->FindModule( pWin->GetName() ); in Command()
H A Dbasidesh.cxx1055 void BasicIDEShell::ImplStartListening( StarBASIC* pBasic ) in ImplStartListening() argument
1057 StartListening( pBasic->GetBroadcaster(), sal_True /* Nur einmal anmelden */ ); in ImplStartListening()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx163 BasicLibInfo* FindLibInfo( StarBASIC* pBasic ) const;
164 void CheckModules( StarBASIC* pBasic, sal_Bool bReference ) const;
H A Dsbstar.hxx213 GetModelFromBasic( SbxObject* pBasic );
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx242 SbxObject* pBasic = dynamic_cast< SbxObject* > ( SFX_APP()->GetBasic() ); in getCurrentDocument() local
243 SbxObject* basicChosen = pBasic ; in getCurrentDocument()
249 SbxObject* p = pBasic; in getCurrentDocument()
H A Dvbaapplication.cxx434 StarBASIC* pBasic = SFX_APP()->GetBasic(); in wait() local
439 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("W… in wait()
1113 StarBASIC* pBasic = SFX_APP()->GetBasic(); in Caller() local
1114 …SbMethod* pMeth = (SbMethod*)pBasic->GetRtl()->Find( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("F… in Caller()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx374 void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreatePropertySet() argument
376 (void)pBasic; in RTL_Impl_CreatePropertySet()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1678 StarBASIC *pBasic = pBasicMan->GetLib( --nLibCount ); in ReloadFromHtml() local
1679 if( pBasic ) in ReloadFromHtml()
1683 String aLibName( pBasic->GetName() ); in ReloadFromHtml()
1694 pBasic->Clear(); in ReloadFromHtml()
/trunk/main/sc/inc/
H A Ddrawpage.hxx39 ScDrawPage(ScDrawLayer& rNewModel, StarBASIC* pBasic, sal_Bool bMasterPage=sal_False);
/trunk/main/basctl/source/inc/
H A Dbasobj.hxx59 long HandleBasicError( StarBASIC* pBasic );
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx927 StarBASIC* pBasic = mpShell->GetBasic(); in firing_Impl() local
928 SbModule* pModule = pBasic->FindModule( evt.ScriptCode ); in firing_Impl()

Completed in 194 milliseconds

123