Lines Matching refs:SbxArray

1075 						SbxVariableRef xVar = pArray->SbxArray::Get32( i );  in getUnoTypeForSbxValue()
1933 SbxArray* pProps = pUnoObj->GetProperties(); in Impl_DumpProperties()
2009 SbxArray* pMethods = pUnoObj->GetMethods(); in Impl_DumpMethods()
2075 TYPEINIT1(AutomationNamedArgsSbxArray,SbxArray) in TYPEINIT1() argument
2088 SbxArray* pParams = pVar->GetParameters(); in TYPEINIT1()
2729 static SbxArrayRef xDummyArray = new SbxArray( SbxVARIANT ); in SbUnoProperty()
2917 pMethods = new SbxArray; in implCreateAll()
2918 pProps = new SbxArray; in implCreateAll()
3055 void RTL_Impl_CreateUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoStruct()
3080 void RTL_Impl_CreateUnoService( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoService()
3134 void RTL_Impl_CreateUnoServiceWithArguments( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoServiceWithArguments()
3192 void RTL_Impl_GetProcessServiceManager( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_GetProcessServiceManager()
3216 void RTL_Impl_HasInterfaces( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_HasInterfaces()
3271 void RTL_Impl_IsUnoStruct( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_IsUnoStruct()
3301 void RTL_Impl_EqualUnoObjects( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_EqualUnoObjects()
3655 SbxArray* pParams = pVar->GetParameters(); in SFX_NOTIFY()
3885 SbxArray* pParams = pVar->GetParameters(); in SFX_NOTIFY()
3990 SbxArrayRef xSbxArray = new SbxArray( SbxVARIANT ); in firing_impl()
4205 void SbRtl_CreateUnoListener( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in SbRtl_CreateUnoListener()
4269 void RTL_Impl_GetDefaultContext( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_GetDefaultContext()
4297 void RTL_Impl_CreateUnoValue( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWrite ) in RTL_Impl_CreateUnoValue()
4485 SbxArrayRef xArray = new SbxArray; in setValue()
4585 xArray = new SbxArray; in invoke()
4675 m_pRegisteredVariables = new SbxArray(); in StarBasicDisposeItem()
4717 SbxArray* pArray = pItem->m_pRegisteredVariables; in registerComListenerVariableForBasic()
4728 SbxArray* pArray = pItem->m_pRegisteredVariables; in disposeComVariablesForBasic()
4774 SbxArray* pModIfaces = pClassData->mxIfaces; in createCOMWrapperForIface()