Lines Matching refs:SbUnoObject
104 TYPEINIT1(SbUnoObject,SbxObject)
128 bool SbUnoObject::getDefaultPropName( SbUnoObject* pUnoObj, String& sDfltProp ) in getDefaultPropName()
152 if ( pObj && pObj->ISA(SbUnoObject) ) in getDefaultProp()
154 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj); in getDefaultProp()
281 SbUnoObject* createOLEObject_Impl( const String& aType ) in createOLEObject_Impl()
301 SbUnoObject* pUnoObj = NULL; in createOLEObject_Impl()
314 pUnoObj = new SbUnoObject( aType, aAny ); in createOLEObject_Impl()
717 SbUnoObject* pSbUnoObject = new SbUnoObject( aName, aClassAny ); in unoToSbxValue()
811 SbUnoObject* pSbUnoObject = new SbUnoObject( aName, aValue ); in unoToSbxValue()
820 if ( SbUnoObject::getDefaultPropName( pSbUnoObject, sDfltPropName ) ) in unoToSbxValue()
1106 else if( xObj->ISA(SbUnoObject) ) in getUnoTypeForSbxValue()
1108 aRetType = ((SbUnoObject*)(SbxBase*)xObj)->getUnoAny().getValueType(); in getUnoTypeForSbxValue()
1147 if( !xObj->ISA(SbUnoObject) ) in sbxToUnoValueImpl()
1396 if( pObj && pObj->ISA(SbUnoObject) ) in sbxToUnoValue()
1398 aRetVal = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in sbxToUnoValue()
1418 if( pObj && pObj->ISA(SbUnoObject) ) in sbxToUnoValue()
1420 Any aUnoAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in sbxToUnoValue()
1670 String getDbgObjectNameImpl( SbUnoObject* pUnoObj ) in getDbgObjectNameImpl()
1694 String getDbgObjectName( SbUnoObject* pUnoObj ) in getDbgObjectName()
1714 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in getBasicObjectTypeName()
1721 bool checkUnoObjectType( SbUnoObject* pUnoObj, const ::rtl::OUString& rClass ) in checkUnoObjectType()
1799 String Impl_GetSupportedInterfaces( SbUnoObject* pUnoObj ) in Impl_GetSupportedInterfaces()
1909 String Impl_DumpProperties( SbUnoObject* pUnoObj ) in Impl_DumpProperties()
1986 String Impl_DumpMethods( SbUnoObject* pUnoObj ) in Impl_DumpMethods()
2078 void SbUnoObject::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in TYPEINIT1()
2412 SbUnoObject::SbUnoObject( const String& aName_, const Any& aUnoObj_ ) in SbUnoObject() function in SbUnoObject
2529 SbUnoObject::~SbUnoObject() in ~SbUnoObject()
2535 void SbUnoObject::doIntrospection( void ) in doIntrospection()
2738 SbxVariable* SbUnoObject::Find( const String& rName, SbxClassType t ) in Find()
2897 void SbUnoObject::implCreateDbgProperties( void ) in implCreateDbgProperties()
2914 void SbUnoObject::implCreateAll( void ) in implCreateAll()
2978 Any SbUnoObject::getUnoAny( void ) in getUnoAny()
2990 SbUnoObject* Impl_CreateUnoStruct( const String& aClassName ) in Impl_CreateUnoStruct()
3016 SbUnoObject* pUnoObj = new SbUnoObject( aClassName, aNewAny ); in Impl_CreateUnoStruct()
3038 return new SbUnoObject( aName, aUnoObj_ ); in GetSbUnoObject()
3047 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in createAllObjectProperties()
3077 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoStruct()
3117 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreateUnoService()
3121 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreateUnoService()
3175 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); 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()
3208 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_GetProcessServiceManager()
3235 if( !(pObj && pObj->ISA(SbUnoObject)) ) in RTL_Impl_HasInterfaces()
3237 Any aAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in RTL_Impl_HasInterfaces()
3292 if( !(pObj && pObj->ISA(SbUnoObject)) ) in RTL_Impl_IsUnoStruct()
3294 Any aAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in RTL_Impl_IsUnoStruct()
3321 if( !(pObj1 && pObj1->ISA(SbUnoObject)) ) in RTL_Impl_EqualUnoObjects()
3323 Any aAny1 = ((SbUnoObject*)(SbxBase*)pObj1)->getUnoAny(); in RTL_Impl_EqualUnoObjects()
3335 if( !(pObj2 && pObj2->ISA(SbUnoObject)) ) in RTL_Impl_EqualUnoObjects()
3337 Any aAny2 = ((SbUnoObject*)(SbxBase*)pObj2)->getUnoAny(); in RTL_Impl_EqualUnoObjects()
4253 SbUnoObject* pUnoObj = new SbUnoObject( aListenerClassName, aTmp ); in SbRtl_CreateUnoListener()
4283 SbUnoObjectRef xUnoObj = new SbUnoObject in RTL_Impl_GetDefaultContext()
4286 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_GetDefaultContext()
4329 if( pObj && pObj->ISA(SbUnoObject) ) in RTL_Impl_CreateUnoValue()
4331 Any aUnoAny = ((SbUnoObject*)(SbxBase*)pObj)->getUnoAny(); in RTL_Impl_CreateUnoValue()
4842 SbUnoObject* pUnoObj = NULL; in handleToStringForCOMObjects()
4843 if( pObj != NULL && (pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj)) != NULL ) in handleToStringForCOMObjects()