Lines Matching refs:SbxVariable

141 SbxVariable* getDefaultProp( SbxVariable* pRef )  in getDefaultProp()
143 SbxVariable* pDefaultProp = NULL; in getDefaultProp()
146 SbxObject* pObj = PTR_CAST(SbxObject,(SbxVariable*) pRef); in getDefaultProp()
690 SbxVariableRef xVar = new SbxVariable( eSbxElementType ); in implSequenceToMultiDimArray()
691 unoToSbxValue( (SbxVariable*)xVar, aValue ); in implSequenceToMultiDimArray()
694 pArray->Put32( (SbxVariable*)xVar, pIndices ); in implSequenceToMultiDimArray()
700 void unoToSbxValue( SbxVariable* pVar, const Any& aValue ) in unoToSbxValue()
879 SbxVariableRef xVar = new SbxVariable( eSbxElementType ); in unoToSbxValue()
880 unoToSbxValue( (SbxVariable*)xVar, aElementAny ); in unoToSbxValue()
883 xArray->Put32( (SbxVariable*)xVar, &i ); in unoToSbxValue()
1037 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue()
1076 Type aType = getUnoTypeForSbxValue( (SbxVariable*)xVar ); in getUnoTypeForSbxValue()
1126 Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty = NULL );
1129 Any sbxToUnoValueImpl( SbxVariable* pVar, bool bBlockConversionToSmallestType = false ) in sbxToUnoValueImpl()
1268 SbxVariable* pSource = pArray->Get32( pActualIndices ); in implRekMultiDimArrayToSequence()
1291 Any sbxToUnoValue( SbxVariable* pVar ) in sbxToUnoValue()
1321 Any sbxToUnoValue( SbxVariable* pVar, const Type& rType, Property* pUnoProperty ) in sbxToUnoValue()
1496 Any aAnyValue = sbxToUnoValue( (SbxVariable*)xVar, aElemType ); in sbxToUnoValue()
1938 SbxVariable* pVar = pProps->Get( i ); in Impl_DumpProperties()
2019 SbxVariable* pVar = pMethods->Get( i ); in Impl_DumpMethods()
2087 SbxVariable* pVar = pHint->GetVar(); in TYPEINIT1()
2351 unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pAnyArgs[ j ] ); in TYPEINIT1()
2380 … unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pNewValues[ j ] ); in TYPEINIT1()
2738 SbxVariable* SbUnoObject::Find( const String& rName, SbxClassType t ) in Find()
2743 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
2775 QuickInsert( (SbxVariable*)xVarRef ); in Find()
2788 QuickInsert( (SbxVariable*)xMethRef ); in Find()
2811 pRes = new SbxVariable( SbxVARIANT ); in Find()
2823 pRes = new SbxVariable( SbxVARIANT ); in Find()
2844 QuickInsert( (SbxVariable*)xVarRef ); in Find()
2851 QuickInsert( (SbxVariable*)xMethRef ); in Find()
2860 QuickInsert( (SbxVariable*)xMethRef ); in Find()
2870 pRes = new SbxVariable( SbxVARIANT ); in Find()
2903 QuickInsert( (SbxVariable*)xVarRef ); in implCreateDbgProperties()
2907 QuickInsert( (SbxVariable*)xVarRef ); in implCreateDbgProperties()
2911 QuickInsert( (SbxVariable*)xVarRef ); in implCreateDbgProperties()
2953 QuickInsert( (SbxVariable*)xVarRef ); in implCreateAll()
2972 QuickInsert( (SbxVariable*)xMethRef ); in implCreateAll()
3378 SbxVariable* getVBAConstant( const String& rName ) in getVBAConstant()
3380 SbxVariable* pConst = NULL; in getVBAConstant()
3419 pConst = new SbxVariable( SbxVARIANT ); in getVBAConstant()
3450 SbxVariable* SbUnoClass::Find( const XubString& rName, SbxClassType t ) in Find()
3454 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_VARIABLE ); in Find()
3474 pRes = new SbxVariable( SbxVARIANT ); in Find()
3511 pRes = new SbxVariable( SbxVARIANT ); in Find()
3518 pRes = new SbxVariable( SbxVARIANT ); in Find()
3534 pRes = new SbxVariable( SbxVARIANT ); in Find()
3546 pRes = new SbxVariable( SbxVARIANT ); in Find()
3558 pRes = new SbxVariable( SbxVARIANT ); in Find()
3608 SbxVariable* SbUnoService::Find( const String& rName, SbxClassType ) in Find()
3610 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
3637 QuickInsert( (SbxVariable*)xSbCtorRef ); in Find()
3654 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
3801 unoToSbxValue( (SbxVariable*)pParams->Get( (sal_uInt16)(j+1) ), pAnyArgs[ j ] ); in SFX_NOTIFY()
3875 QuickInsert( (SbxVariable*)xGetMethodRef ); in SbUnoSingleton()
3884 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
3982 SbxVariable * pP = xSbxObj; in firing_impl()
3996 SbxVariableRef xVar = new SbxVariable( SbxVARIANT ); in firing_impl()
3997 unoToSbxValue( (SbxVariable*)xVar, pArgs[i] ); in firing_impl()
4006 SbxVariable* pVar = xSbxArray->Get( 0 ); in firing_impl()
4313 SbxVariable* pVal = rPar.Get(2); in RTL_Impl_CreateUnoValue()
4475 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in setValue()
4486 SbxVariableRef xVar = new SbxVariable( SbxVARIANT ); in setValue()
4487 unoToSbxValue( (SbxVariable*)xVar, rValue ); in setValue()
4491 SbxVariableRef xValue = new SbxVariable; in setValue()
4516 SbxVariable* p = m_xScopeObj->Find( aPropertyFunctionName, SbxCLASS_METHOD ); in getValue()
4526 SbxVariableRef xValue = new SbxVariable; in getValue()
4571 SbxVariable* p = xScopeObj->Find( aFunctionName, SbxCLASS_METHOD ); in invoke()
4589 SbxVariableRef xVar = new SbxVariable( SbxVARIANT ); in invoke()
4590 unoToSbxValue( (SbxVariable*)xVar, pArgs[i] ); in invoke()
4596 SbxVariableRef xValue = new SbxVariable; in invoke()
4714 void registerComListenerVariableForBasic( SbxVariable* pVar, StarBASIC* pBasic ) in registerComListenerVariableForBasic()
4732 SbxVariable* pVar = pArray->Get( i ); in disposeComVariablesForBasic()
4778 SbxVariable* pVar = pModIfaces->Get( i ); in createCOMWrapperForIface()