Home
last modified time | relevance | path

Searched refs:SbxARRAY (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/basic/source/runtime/
H A Ddllmgr.cxx153 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 Dstep0.cxx471 … 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 Dstdobj.cxx158 { "arguments", SbxARRAY, 0,NULL,0 },
165 { "values", SbxARRAY, 0,NULL,0 },
H A Dmethods1.cxx1225 if( pVar->GetType() & SbxARRAY ) in PutGet()
1417 case SbxARRAY: in RTLFUNC()
H A Druntime.cxx673 if( p && (p->eType & SbxARRAY) ) in SetParameters()
H A Dstep2.cxx488 if( pElem->GetType() & SbxARRAY ) in CheckArray()
H A Dmethods.cxx2357 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 Dsbxvar.cxx266 if( q->eType & SbxARRAY ) in GetName()
271 if( q->eType & SbxARRAY ) in GetName()
H A Dsbxstr.cxx94 && (p->pObj->GetType() == (SbxARRAY | SbxBYTE )) ) in ImpGetString()
H A Dsbxvalue.cxx305 && aData.pObj && ( aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =()
315 && r.aData.pObj && ( r.aData.pObj->GetType() == (SbxARRAY | SbxBYTE) ) in operator =()
H A Dsbxarray.cxx115 return (SbxDataType) ( eType | SbxARRAY ); in GetType()
/AOO41X/main/basctl/source/basicide/
H A Dbaside2b.cxx285 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 Dsbxdef.hxx93 SbxARRAY = 0x2000, // array enumerator
/AOO41X/main/basic/source/classes/
H A Dsbunoobj.cxx574 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 Dsbxmod.cxx1342 if( p->GetType() & SbxARRAY ) in ClearPrivateVars()
1409 if( p->GetType() & SbxARRAY ) in ClearVarsDependingOnDeletedBasic()
H A Dsb.cxx541 if( eVarType & SbxARRAY ) in cloneTypeObjectImpl()
/AOO41X/main/basic/source/comp/
H A Dcodegen.cxx288 t = (SbxDataType) ( t | SbxARRAY ); in Save()
H A Dsbcomp.cxx339 if( eType & SbxARRAY ) in lcl_dumpMethodParameters()
/AOO41X/main/sc/source/core/tool/
H A Dinterpr4.cxx2861 else if ( eResType & SbxARRAY ) in ScMacro()