| /AOO41X/main/basic/source/runtime/ |
| H A D | stdobj.cxx | 74 { "Array", SbxOBJECT, _FUNCTION, RTLNAME(Array),0 }, 94 { "Object", SbxOBJECT, 0,NULL,0 }, 144 { "CreateObject", SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateObject ),0 }, 148 { "CreateUnoListener",SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateUnoListener ),0 }, 151 { "CreateUnoDialog",SbxOBJECT, 2 | _FUNCTION, RTLNAME( CreateUnoDialog ),0 }, 152 { "dialoglibrary",SbxOBJECT, 0,NULL,0 }, 154 { "CreateUnoService",SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateUnoService ),0 }, 156 { "CreateUnoServiceWithArguments",SbxOBJECT, 2 | _FUNCTION, RTLNAME( CreateUnoServiceWithArgument… 159 { "CreateUnoStruct",SbxOBJECT, 1 | _FUNCTION, RTLNAME( CreateUnoStruct ),0 }, 161 { "CreateUnoValue", SbxOBJECT, 2 | _FUNCTION, RTLNAME( CreateUnoValue ),0 }, [all …]
|
| H A D | step0.cxx | 69 && ( p2->GetType() == SbxOBJECT || p2->GetType() == SbxVARIANT ) in StepArith() 121 else if ( p1Type == SbxOBJECT ) in StepCompare() 319 sal_Bool bRes = sal_Bool( eType1 == SbxOBJECT && eType2 == SbxOBJECT ); in StepIS() 340 if( eVarType != SbxOBJECT ) in checkUnoStructCopy() 353 if( eValType == SbxOBJECT && xVarObj == xValObj ) in checkUnoStructCopy() 394 if ( refVar->GetType() == SbxOBJECT ) in StepPUT() 400 if ( refVal->GetType() == SbxOBJECT ) in StepPUT() 471 … if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl() 480 … if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl() 488 if ( !bHandleDefaultProp || ( bHandleDefaultProp && eValType == SbxOBJECT ) ) in StepSET_Impl() [all …]
|
| H A D | dllmgr.cxx | 163 case SbxOBJECT: in alignment() 297 case SbxOBJECT: in marshal() 345 case SbxOBJECT: in marshal() 404 case SbxOBJECT: in unmarshal() 539 case SbxOBJECT: in call()
|
| H A D | step2.cxx | 151 SbxValues aRes( SbxOBJECT ); in FindElement() 410 … else if( bVBAEnabled && p->GetType() == SbxOBJECT && (!p->ISA(SbxMethod) || !p->IsBroadcaster()) ) in SetupArgs() 520 …else if( pElem->GetType() == SbxOBJECT && (!pElem->ISA(SbxMethod) || (bVBAEnabled && !pElem->IsBro… in CheckArray() 718 (t == SbxOBJECT || t == SbxSTRING) ) in StepPARAM() 720 if( t == SbxOBJECT ) in StepPARAM() 1124 bool bWithEvents = ((t & 0xff) == SbxOBJECT && (nOp2 & SBX_TYPE_WITH_EVENTS_FLAG) != 0); in implHandleSbxFlags()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxvalue.cxx | 243 case SbxOBJECT: in SbxValue() 282 case SbxOBJECT: in SbxValue() 304 if( IsFixed() && (aData.eType == SbxOBJECT) in operator =() 314 if( r.IsFixed() && (r.aData.eType == SbxOBJECT) in operator =() 356 if( aData.eType == SbxOBJECT ) in ~SbxValue() 386 case SbxOBJECT: in Clear() 443 if( t == SbxOBJECT ) in TheRealValue() 459 ((SbxValue*) pObj)->aData.eType == SbxOBJECT && in TheRealValue() 526 if( rRes.eType != SbxOBJECT && rRes.eType != SbxVARIANT ) in Get() 573 case SbxOBJECT: in Get() [all …]
|
| H A D | sbxobj.cxx | 47 : SbxVariable( SbxOBJECT ), aClassName( rClass ) in SbxObject() 76 pObjs = new SbxArray( SbxOBJECT ); in operator =() 118 return SbxOBJECT; in GetType() 130 pObjs = new SbxArray( SbxOBJECT ); in Clear() 134 p = Make( String::CreateFromAscii( pParentProp ), SbxCLASS_PROPERTY, SbxOBJECT ); in Clear() 744 if( aData.eType == SbxOBJECT && !aData.pObj ) in LoadData() 957 if ( pVar->GetValues_Impl().eType == SbxOBJECT && in Dump() 990 if ( pVar->GetValues_Impl().eType == SbxOBJECT && in Dump() 1092 if ( SbxOBJECT == rValues.eType && in GarbageCollection()
|
| H A D | sbxint.cxx | 173 case SbxOBJECT: in ImpGetInteger() 278 case SbxOBJECT: in ImpPutInteger() 474 case SbxOBJECT: in ImpGetInt64() 581 case SbxOBJECT: in ImpPutInt64() 777 case SbxOBJECT: in ImpGetUInt64() 886 case SbxOBJECT: in ImpPutUInt64()
|
| H A D | sbxvar.cxx | 342 if( aData.eType == SbxOBJECT ) in GetType() 343 return aData.pObj ? aData.pObj->GetType() : SbxOBJECT; in GetType() 656 if ( GetValues_Impl().eType == SbxOBJECT && in Dump()
|
| H A D | sbxbool.cxx | 111 case SbxOBJECT: in ImpGetBool() 206 case SbxOBJECT: in ImpPutBool()
|
| H A D | sbxcoll.cxx | 85 SetType( SbxOBJECT ); in Initialize() 94 p = Make( String::CreateFromAscii( pItem ), SbxCLASS_METHOD, SbxOBJECT ); in Initialize()
|
| H A D | sbxdbl.cxx | 95 case SbxOBJECT: in ImpGetDouble() 191 case SbxOBJECT: in ImpPutDouble()
|
| H A D | sbxulng.cxx | 146 case SbxOBJECT: in ImpGetULong() 249 case SbxOBJECT: in ImpPutULong()
|
| H A D | sbxsng.cxx | 133 case SbxOBJECT: in ImpGetSingle() 241 case SbxOBJECT: in ImpPutSingle()
|
| H A D | sbxstr.cxx | 88 case SbxOBJECT: in ImpGetString() 217 case SbxOBJECT: in ImpPutString()
|
| H A D | sbxchar.cxx | 173 case SbxOBJECT: in ImpGetChar() 276 case SbxOBJECT: in ImpPutChar()
|
| H A D | sbxlng.cxx | 138 case SbxOBJECT: in ImpGetLong() 243 case SbxOBJECT: in ImpPutLong()
|
| H A D | sbxbyte.cxx | 184 case SbxOBJECT: in ImpGetByte() 282 case SbxOBJECT: in ImpPutByte()
|
| H A D | sbxuint.cxx | 170 case SbxOBJECT: in ImpGetUShort() 275 case SbxOBJECT: in ImpPutUShort()
|
| H A D | sbxarray.cxx | 99 if( eType != SbxOBJECT || pSrc_->GetClass() != SbxCLASS_OBJECT ) in operator =() 229 if( eType != SbxOBJECT || pVar->GetClass() != SbxCLASS_OBJECT ) in Put32() 249 if( eType != SbxOBJECT || pVar->GetClass() != SbxCLASS_OBJECT ) in Put()
|
| H A D | sbxcurr.cxx | 125 case SbxOBJECT: in ImpGetCurrency() 228 case SbxOBJECT: in ImpPutCurrency()
|
| H A D | sbxdate.cxx | 141 case SbxOBJECT: in ImpGetDate() 299 case SbxOBJECT: in ImpPutDate()
|
| /AOO41X/main/basic/source/comp/ |
| H A D | exprtree.cxx | 264 eType = SbxOBJECT; in Term() 292 eType = SbxOBJECT; in Term() 347 if( eType == SbxOBJECT && pDef->GetType() == SbxVARIANT ) in Term() 349 pDef->SetType( SbxOBJECT ); in Term() 367 pDef->SetType( SbxOBJECT ); in Term() 370 if( pDef->GetType() != SbxOBJECT && pDef->GetType() != SbxVARIANT ) in Term() 440 eType = SbxOBJECT; in ObjTerm() 471 pDef->SetType( SbxOBJECT ); in ObjTerm() 473 if( pDef->GetType() != SbxOBJECT ) in ObjTerm()
|
| H A D | loops.cxx | 276 pDef->SetType( SbxOBJECT ); in With() 277 else if( pDef->GetType() != SbxOBJECT ) in With() 281 pNode->SetType( SbxOBJECT ); in With()
|
| H A D | dim.cxx | 168 eType = SbxOBJECT; in TypeDecl() 172 eType = SbxOBJECT; in TypeDecl() 393 if( pDef->GetType() == SbxOBJECT in DefVar() 647 if( eElemType == SbxOBJECT ) in DefType()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 144 if ( pRef->GetType() == SbxOBJECT ) in getDefaultProp() 563 case TypeClass_EXCEPTION: eRetType = SbxOBJECT; break; in unoToSbxType() 574 eRetType = (SbxDataType) ( SbxOBJECT | SbxARRAY ); in unoToSbxType() 1002 if( eBaseType == SbxOBJECT ) in getUnoTypeForSbxValue() 1132 if( eBaseType == SbxOBJECT ) in sbxToUnoValueImpl() 1333 if( eBaseType == SbxOBJECT ) in sbxToUnoValue() 1412 if( eBaseType == SbxOBJECT ) in sbxToUnoValue() 1878 case SbxOBJECT: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxOBJECT") ); break; in Dbg_SbxDataType2String() 1902 case SbxOBJECT | SbxARRAY: aRet = String( RTL_CONSTASCII_USTRINGPARAM("SbxARRAY") ); break; in Dbg_SbxDataType2String() 1961 if( eType == SbxOBJECT ) in Impl_DumpProperties() [all …]
|