Home
last modified time | relevance | path

Searched refs:pVBAGlobals (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/basic/source/classes/
H A Dsb.cxx224 if ( !pVBAGlobals ) in getVBAGlobals()
242 pVBAGlobals = (SbUnoObject*)Find( aVBAHook , SbxCLASS_DONTCARE ); in getVBAGlobals()
244 return pVBAGlobals; in getVBAGlobals()
254 return pVBAGlobals->Find( rName, t ); in VBAFind()
934 pVBAGlobals = NULL; in StarBASIC()
/AOO41X/main/basic/inc/basic/
H A Dsbstar.hxx76 SbxObjectRef pVBAGlobals; member in StarBASIC