Searched refs:xUnoObj (Results 1 – 3 of 3) sorted by relevance
414 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreatePropertySet() local415 if( xUnoObj->getUnoAny().getValueType().getTypeClass() != TypeClass_VOID ) in RTL_Impl_CreatePropertySet()418 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreatePropertySet()
3071 SbUnoObjectRef xUnoObj = Impl_CreateUnoStruct( aClassName ); in RTL_Impl_CreateUnoStruct() local3072 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() local3118 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() local3176 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[all …]
1812 SbxObjectRef xUnoObj = GetSbUnoObject( sVarName, _rValue ); in SetGlobalUNOConstant() local1813 xUnoObj->SetFlag( SBX_DONTSTORE ); in SetGlobalUNOConstant()1814 pStandardLib->Insert( xUnoObj ); in SetGlobalUNOConstant()