Home
last modified time | relevance | path

Searched refs:SbxCLASS_DONTCARE (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/basic/source/runtime/
H A Dstep2.cxx99 pElem = pMeth->GetStatics()->Find( aName, SbxCLASS_DONTCARE ); in FindElement()
103 pElem = refLocals->Find( aName, SbxCLASS_DONTCARE ); in FindElement()
110 pElem = pObj->Find( aName, SbxCLASS_DONTCARE ); in FindElement()
136 pElem = rBasic.VBAFind( aName, SbxCLASS_DONTCARE ); in FindElement()
295 pElem = refLocals->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern()
304 pElem = pMod->Find(aMethName, SbxCLASS_DONTCARE); in FindElementExtern()
343 pElem = pMod->Find( rName, SbxCLASS_DONTCARE ); in FindElementExtern()
1153 if( refLocals->Find( aName, SbxCLASS_DONTCARE ) == NULL ) in StepLOCAL()
1283 if( pStatics && ( pStatics->Find( aName, SbxCLASS_DONTCARE ) == NULL ) ) in StepSTATIC_Impl()
H A Dstdobj.cxx643 Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_DONTCARE ); in SbiStdObject()
644 Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Parent") ), SbxCLASS_DONTCARE ); in SbiStdObject()
H A Dstep1.cxx442 pClassData->mxIfaces->Find( aClass, SbxCLASS_DONTCARE ); in implIsClass()
H A Dmethods1.cxx152 SbxVariable* pFindVar = pObj->Find( aNameStr, SbxCLASS_DONTCARE ); in RTLFUNC()
/aoo41x/main/basic/source/sbx/
H A Dsbxobj.cxx182 if( !GetAll( SbxCLASS_DONTCARE ) ) in FindUserData()
221 ( t >= SbxCLASS_DONTCARE && t <= SbxCLASS_OBJECT ) in Find()
229 if( t == SbxCLASS_DONTCARE ) in Find()
294 SbxVariable* pMeth = FindQualified( rName, SbxCLASS_DONTCARE); in Call()
537 ( pVar->GetClass() >= SbxCLASS_DONTCARE && in Insert()
577 ( pVar->GetClass() >= SbxCLASS_DONTCARE && in QuickInsert()
905 GetAll( SbxCLASS_DONTCARE ); in Dump()
H A Dsbxexec.cxx179 refVar = QualifiedName( pObj, pGbl, &p, SbxCLASS_DONTCARE ); in Operand()
H A Dsbxbase.cxx99 return SbxCLASS_DONTCARE; in GetClass()
H A Dsbxarray.cxx473 && ( t == SbxCLASS_DONTCARE || pVar->GetClass() == t ) in Find()
/aoo41x/main/basic/source/comp/
H A Ddim.cxx604 if( pTypeMembers->Find( aElemName, SbxCLASS_DONTCARE) ) in DefType()
668 pType->Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_DONTCARE ); in DefType()
669 pType->Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Parent") ), SbxCLASS_DONTCARE ); in DefType()
804 pEnum->Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_DONTCARE ); in DefEnum()
805 pEnum->Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Parent") ), SbxCLASS_DONTCARE ); in DefEnum()
H A Dparser.cxx165 SbxVariable* pVar = GetBasic()->GetRtl()->Find( rSym, SbxCLASS_DONTCARE ); in CheckRTLForSym()
H A Dexprtree.cxx284 if( pModMethods->Find( aSym, SbxCLASS_DONTCARE ) ) in Term()
/aoo41x/main/basic/source/classes/
H A Dsb.cxx242 pVBAGlobals = (SbUnoObject*)Find( aVBAHook , SbxCLASS_DONTCARE ); in getVBAGlobals()
902 SbxVariable* pVar = xClassModules->Find( rClassName, SbxCLASS_DONTCARE ); in FindClass()
1328 if( t == SbxCLASS_DONTCARE || t == SbxCLASS_OBJECT ) in Find()
1349 if( t == SbxCLASS_OBJECT || t == SbxCLASS_DONTCARE ) in Find()
1371 if( !pRes && pNamed && ( t == SbxCLASS_METHOD || t == SbxCLASS_DONTCARE ) && in Find()
1983 SbUnoObject* pGlobs = dynamic_cast<SbUnoObject*>( Find( sVarName, SbxCLASS_DONTCARE ) ); in GetUNOConstant()
H A Deventatt.cxx299 pMethVar = pBasic->Find( aMacro, SbxCLASS_DONTCARE ); in firing_impl()
309 pMethVar = maBasicRef->FindQualified( aMacro, SbxCLASS_DONTCARE ); in firing_impl()
H A Dsbunoobj.cxx2420 Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_DONTCARE ); in SbUnoObject()
2421 Remove( XubString( RTL_CONSTASCII_USTRINGPARAM("Parent") ), SbxCLASS_DONTCARE ); in SbUnoObject()
2889 pRes = SbxObject::Find( rName, SbxCLASS_DONTCARE ); in Find()
3051 pObj->GetAll( SbxCLASS_DONTCARE ); in createAllObjectProperties()
H A Dsbxmod.cxx729 SbxVariable* pEnumVar = xArray->Find( rName, SbxCLASS_DONTCARE ); in Find()
2620 SbUnoObject* pGlobs = (SbUnoObject*)GetParent()->Find( aHook, SbxCLASS_DONTCARE ); in InitObject()
/aoo41x/main/basic/inc/basic/
H A Dsbxdef.hxx39 SbxCLASS_DONTCARE = 1, // don't care (search, not 0 due to StarBASIC) enumerator
/aoo41x/main/basic/source/basmgr/
H A Dbasmgr.cxx2275 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in getByName()
2317 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in hasByName()
2355 SbxVariable* pVar = mpLib->GetObjects()->Find( Name, SbxCLASS_DONTCARE ); in removeByName()
/aoo41x/main/basctl/source/basicide/
H A Dbaside2b.cxx1920 pSBX = pObj->Find( aVName, SbxCLASS_DONTCARE ); in ImplGetSBXForEntry()

Completed in 168 milliseconds