Lines Matching refs:GetClass
121 SbxClassType SbxObject::GetClass() const in GetClass() function in SbxObject
348 if( pVar ) switch( pVar->GetClass() ) in FindVar()
362 SbxVariable* pOld = pArray->Find( pVar->GetName(), pVar->GetClass() ); in FindVar()
515 if( pVar->GetClass() == SbxCLASS_PROPERTY ) in Insert()
537 ( pVar->GetClass() >= SbxCLASS_DONTCARE && in Insert()
538 pVar->GetClass() <= SbxCLASS_OBJECT ) in Insert()
539 ? pCls[ pVar->GetClass()-1 ] : "Unknown class", aNameStr1.GetBuffer(), aNameStr1.GetBuffer() ); in Insert()
551 switch( pVar->GetClass() ) in QuickInsert()
577 ( pVar->GetClass() >= SbxCLASS_DONTCARE && in QuickInsert()
578 pVar->GetClass() <= SbxCLASS_OBJECT ) in QuickInsert()
579 ? pCls[ pVar->GetClass()-1 ] : "Unknown class", aNameStr1.GetBuffer(), aNameStr1.GetBuffer() ); in QuickInsert()
590 switch( pVar->GetClass() ) in VCPtrInsert()
667 if( pVar ) switch( pVar->GetClass() ) in VCPtrFindVar()
1040 SbxClassType SbxMethod::GetClass() const in GetClass() function in SbxMethod
1045 SbxClassType SbxProperty::GetClass() const in GetClass() function in SbxProperty