Lines Matching refs:xUnoObj
3071 SbUnoObjectRef xUnoObj = Impl_CreateUnoStruct( aClassName ); in RTL_Impl_CreateUnoStruct() local
3072 if( !xUnoObj ) in RTL_Impl_CreateUnoStruct()
3077 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoStruct()
3117 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreateUnoService() local
3118 if( xUnoObj->getUnoAny().getValueType().getTypeClass() != TypeClass_VOID ) in RTL_Impl_CreateUnoService()
3121 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoService()
3175 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreateUnoServiceWithArguments() local
3176 if( xUnoObj->getUnoAny().getValueType().getTypeClass() != TypeClass_VOID ) in RTL_Impl_CreateUnoServiceWithArguments()
3179 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoServiceWithArguments()
3207 …SbUnoObjectRef xUnoObj = new SbUnoObject( String( RTL_CONSTASCII_USTRINGPARAM("ProcessServiceManag… in RTL_Impl_GetProcessServiceManager() local
3208 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_GetProcessServiceManager()
4283 SbUnoObjectRef xUnoObj = new SbUnoObject in RTL_Impl_GetDefaultContext() local
4286 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_GetDefaultContext()