Home
last modified time | relevance | path

Searched refs:xUnoObj (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/basic/source/classes/
H A Dpropacc.cxx414 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreatePropertySet() local
415 if( xUnoObj->getUnoAny().getValueType().getTypeClass() != TypeClass_VOID ) in RTL_Impl_CreatePropertySet()
418 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreatePropertySet()
H A Dsbunoobj.cxx3071 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
3179 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoServiceWithArguments()
3208 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_GetProcessServiceManager()
4283 SbUnoObjectRef xUnoObj = new SbUnoObject in RTL_Impl_GetDefaultContext() local
[all …]
/aoo41x/main/basic/source/basmgr/
H A Dbasmgr.cxx1812 SbxObjectRef xUnoObj = GetSbUnoObject( sVarName, _rValue ); in SetGlobalUNOConstant() local
1813 xUnoObj->SetFlag( SBX_DONTSTORE ); in SetGlobalUNOConstant()
1814 pStandardLib->Insert( xUnoObj ); in SetGlobalUNOConstant()

Completed in 62 milliseconds