Searched refs:SbxARRAY (Results 1 – 19 of 19) sorted by relevance
| /AOO41X/main/basic/source/runtime/ |
| H A D | dllmgr.cxx | 153 if ((variable->GetType() & SbxARRAY) == 0) { in alignment() 273 if ((eVarType & SbxARRAY) == 0) { in marshal() 323 if ((eVarType & SbxARRAY) == 0) { in marshal() 387 if ((variable->GetType() & SbxARRAY) == 0) { in unmarshal()
|
| H A D | step0.cxx | 471 … if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl() 480 … if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl() 499 else if( !(eValType & SbxARRAY) ) in StepSET_Impl() 952 if( eType & SbxARRAY ) in StepREDIMP_ERASE() 987 if( eType & SbxARRAY ) in lcl_eraseImpl()
|
| H A D | stdobj.cxx | 158 { "arguments", SbxARRAY, 0,NULL,0 }, 165 { "values", SbxARRAY, 0,NULL,0 },
|
| H A D | methods1.cxx | 1225 if( pVar->GetType() & SbxARRAY ) in PutGet() 1417 case SbxARRAY: in RTLFUNC()
|
| H A D | runtime.cxx | 673 if( p && (p->eType & SbxARRAY) ) in SetParameters()
|
| H A D | step2.cxx | 488 if( pElem->GetType() & SbxARRAY ) in CheckArray()
|
| H A D | methods.cxx | 2357 rPar.Get(0)->PutBool((rPar.Get(1)->GetType() & SbxARRAY) ? sal_True : sal_False ); in RTLFUNC() 3633 sal_Bool bIsArray = ( ( eType & SbxARRAY ) != 0 ); in RTLFUNC()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxvar.cxx | 266 if( q->eType & SbxARRAY ) in GetName() 271 if( q->eType & SbxARRAY ) in GetName()
|
| H A D | sbxstr.cxx | 94 && (p->pObj->GetType() == (SbxARRAY | SbxBYTE )) ) in ImpGetString()
|
| H A D | sbxvalue.cxx | 305 && aData.pObj && ( aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =() 315 && r.aData.pObj && ( r.aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =()
|
| H A D | sbxarray.cxx | 115 return (SbxDataType) ( eType | SbxARRAY ); in GetType()
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | baside2b.cxx | 285 else if ( eType & SbxARRAY ) in RequestHelp() 1655 if( eType & SbxARRAY ) in IMPL_LINK_INLINE_END() 2034 else if ( eType & SbxARRAY ) in ImplBasicEntryEdited() 2171 if ( eType & SbxARRAY ) in UpdateWatches()
|
| /AOO41X/main/basic/inc/basic/ |
| H A D | sbxdef.hxx | 93 SbxARRAY = 0x2000, // array enumerator
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 574 eRetType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in unoToSbxType() 1902 case SbxOBJECT | SbxARRAY: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxARRAY") ); break; in Dbg_SbxDataType2String() 1965 eType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in Impl_DumpProperties() 2035 eType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in Impl_DumpMethods() 2730 if( eSbxType & SbxARRAY ) in SbUnoProperty()
|
| H A D | sbxmod.cxx | 1342 if( p->GetType() & SbxARRAY ) in ClearPrivateVars() 1409 if( p->GetType() & SbxARRAY ) in ClearVarsDependingOnDeletedBasic()
|
| H A D | sb.cxx | 541 if( eVarType & SbxARRAY ) in cloneTypeObjectImpl()
|
| /AOO41X/main/basic/source/comp/ |
| H A D | codegen.cxx | 288 t = (SbxDataType) ( t | SbxARRAY ); in Save()
|
| H A D | sbcomp.cxx | 339 if( eType & SbxARRAY ) in lcl_dumpMethodParameters()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr4.cxx | 2861 else if ( eResType & SbxARRAY ) in ScMacro()
|