Searched refs:SbxAppData (Results 1 – 3 of 3) sorted by relevance
45 SbxAppData* GetSbxData_Impl() in TYPEINIT0()47 SbxAppData** ppData = (SbxAppData**) ::GetAppData( SHL_SBX ); in TYPEINIT0()48 SbxAppData* p = *ppData; in TYPEINIT0()50 p = *ppData = new SbxAppData; in TYPEINIT0()54 SbxAppData::~SbxAppData() in ~SbxAppData()131 SbxAppData* p = GetSbxData_Impl(); in SetError()148 SbxAppData* p = GetSbxData_Impl(); in AddFactory()165 SbxAppData* p = GetSbxData_Impl(); in RemoveFactory()200 SbxAppData* p = GetSbxData_Impl(); in Create()222 SbxAppData* p = GetSbxData_Impl(); in CreateObject()
869 SbxAppData* pData = GetSbxData_Impl(); in Format()
41 struct BASIC_DLLPUBLIC SbxAppData struct51 SbxAppData() : eSbxError( SbxERR_OK ), aFacs(), pBasicFormater( NULL ) {} in SbxAppData() argument52 ~SbxAppData();55 BASIC_DLLPUBLIC SbxAppData* GetSbxData_Impl();