Lines Matching refs:SbxObject

104 TYPEINIT1(SbUnoObject,SbxObject)
105 TYPEINIT1(SbUnoClass,SbxObject)
106 TYPEINIT1(SbUnoService,SbxObject)
108 TYPEINIT1(SbUnoSingleton,SbxObject)
146 SbxObject* pObj = PTR_CAST(SbxObject,(SbxVariable*) pRef); in getDefaultProp()
150 pObj = PTR_CAST(SbxObject,pObjVarObj); in getDefaultProp()
154 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj); in getDefaultProp()
392 TYPEINIT1(SbUnoAnyObject,SbxObject) in TYPEINIT1() argument
523 ObjectItem( SbxObject* pNativeObj ) in ObjectItem()
534 sal_uInt32 lcl_registerNativeObjectWrapper( SbxObject* pNativeObj ) in lcl_registerNativeObjectWrapper()
541 SbxObject* lcl_getNativeObject( sal_uInt32 nIndex ) in lcl_getNativeObject()
718 SbxObjectRef xWrapper = (SbxObject*)pSbUnoObject; in unoToSbxValue()
764 SbxObject* pObj = lcl_getNativeObject( nIndex ); in unoToSbxValue()
823 SbxObjectRef xWrapper = (SbxObject*)pSbUnoObject; in unoToSbxValue()
1150 SbxObject* pObj = PTR_CAST(SbxObject,pVar->GetObject()); in sbxToUnoValueImpl()
1709 String getBasicObjectTypeName( SbxObject* pObj ) in getBasicObjectTypeName()
2402 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in TYPEINIT1()
2413 : SbxObject( aName_ ) in SbUnoObject()
2595 SbxObject* pObject = dynamic_cast< SbxObject* >( pMeth->GetParent() ); in clearUnoMethodsForBasic()
2743 SbxVariable* pRes = SbxObject::Find( rName, t ); in Find()
2889 pRes = SbxObject::Find( rName, SbxCLASS_DONTCARE ); in Find()
3028 SbxObject* SbUnoFactory::CreateObject( const String& rClassName ) in CreateObject()
3042 void createAllObjectProperties( SbxObject* pObj ) in createAllObjectProperties()
3454 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_VARIABLE ); in Find()
3512 SbxObjectRef xWrapper = (SbxObject*)new SbUnoClass( aNewName, xClass ); in Find()
3535 SbxObjectRef xWrapper = (SbxObject*)pNewClass; in Find()
3547 SbxObjectRef xWrapper = (SbxObject*)pUnoService; in Find()
3559 SbxObjectRef xWrapper = (SbxObject*)pUnoSingleton; in Find()
3610 SbxVariable* pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
3641 pRes = SbxObject::Find( rName, SbxCLASS_METHOD ); in Find()
3807 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
3870 : SbxObject( aName_ ) in SbUnoSingleton()
3924 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
4812 SbxObject* pCurObject = this; in createCOMWrapperForIface()
4815 SbxObject* pObjParent = pCurObject->GetParent(); in createCOMWrapperForIface()
4838 bool handleToStringForCOMObjects( SbxObject* pObj, SbxValue* pVal ) in handleToStringForCOMObjects()
4843 if( pObj != NULL && (pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj)) != NULL ) in handleToStringForCOMObjects()