Searched refs:BasicDLL (Results 1 – 5 of 5) sorted by relevance
38 ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetSttResMgr()) ) in SttResId()43 ResId( nId, *((*(BasicDLL**)GetAppData(SHL_BASIC))->GetBasResMgr()) ) in BasResId()47 BasicDLL::BasicDLL() in BasicDLL() function in BasicDLL49 *(BasicDLL**)GetAppData(SHL_BASIC) = this; in BasicDLL()57 BasicDLL::~BasicDLL() in ~BasicDLL()63 void BasicDLL::EnableBreak( sal_Bool bEnable ) in EnableBreak()65 BasicDLL* pThis = *(BasicDLL**)GetAppData(SHL_BASIC); in EnableBreak()71 void BasicDLL::SetDebugMode( sal_Bool bDebugMode ) in SetDebugMode()73 BasicDLL* pThis = *(BasicDLL**)GetAppData(SHL_BASIC); in SetDebugMode()80 void BasicDLL::BasicBreak() in BasicBreak()[all …]
31 class BasicDLL class41 BasicDLL();42 ~BasicDLL();53 #define BASIC_DLL() (*(BasicDLL**)GetAppData( SHL_BASIC ) )
151 static BasicDLL* pBasic = NULL;362 pBasic = new BasicDLL; in SfxApplication()
380 BasicDLL::SetDebugMode( sal_True ); in BasicExecute()382 BasicDLL::SetDebugMode( sal_False ); in BasicExecute()384 BasicDLL::EnableBreak( sal_True ); in BasicExecute()
578 BasicDLL aBasiDLL; in Main()
Completed in 37 milliseconds