Searched refs:SbUnoObject (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 128 bool SbUnoObject::getDefaultPropName( SbUnoObject* pUnoObj, String& sDfltProp ) in getDefaultPropName() 154 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj); in getDefaultProp() 301 SbUnoObject* pUnoObj = NULL; in createOLEObject_Impl() 717 SbUnoObject* pSbUnoObject = new SbUnoObject( aName, aClassAny ); in unoToSbxValue() 811 SbUnoObject* pSbUnoObject = new SbUnoObject( aName, aValue ); in unoToSbxValue() 1714 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in getBasicObjectTypeName() 2412 SbUnoObject::SbUnoObject( const String& aName_, const Any& aUnoObj_ ) in SbUnoObject() function in SbUnoObject 2529 SbUnoObject::~SbUnoObject() in ~SbUnoObject() 3016 SbUnoObject* pUnoObj = new SbUnoObject( aClassName, aNewAny ); in Impl_CreateUnoStruct() 3047 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in createAllObjectProperties() [all …]
|
H A D | eventatt.cxx | 354 if( pDlgLibContVar && pDlgLibContVar->ISA(SbUnoObject) ) in implFindDialogLibForDialog() 356 SbUnoObject* pDlgLibContUnoObj = (SbUnoObject*)(SbxBase*)pDlgLibContVar; in implFindDialogLibForDialog() 462 if( !(pObj && pObj->ISA(SbUnoObject)) ) in RTL_Impl_CreateUnoDialog() 467 SbUnoObject* pUnoObj = (SbUnoObject*)(SbxBase*)pObj; in RTL_Impl_CreateUnoDialog()
|
H A D | sbxmod.cxx | 158 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pMod->GetObject() ); in DocObjectWrapper() 2166 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxVariable*)pDocObject); in SetUnoObject() 2169 pDocObject = new SbUnoObject( GetName(), uno::makeAny( aObj ) ); in SetUnoObject() 2620 SbUnoObject* pGlobs = (SbUnoObject*)GetParent()->Find( aHook, SbxCLASS_DONTCARE ); in InitObject() 2646 …pDocObject = new SbUnoObject( GetName(), uno::makeAny( xVBAFactory->createInstanceWithArguments( r… in InitObject()
|
H A D | propacc.cxx | 414 SbUnoObjectRef xUnoObj = new SbUnoObject( aServiceName, aAny ); in RTL_Impl_CreatePropertySet() 418 refVar->PutObject( (SbUnoObject*)xUnoObj ); in RTL_Impl_CreatePropertySet()
|
H A D | sb.cxx | 242 pVBAGlobals = (SbUnoObject*)Find( aVBAHook , SbxCLASS_DONTCARE ); in getVBAGlobals() 445 return new SbUnoObject( aServiceName, uno::makeAny( xInterface ) ); in CreateObject() 469 SbUnoObject* createOLEObject_Impl( const String& aType ); // sbunoobj.cxx 1983 SbUnoObject* pGlobs = dynamic_cast<SbUnoObject*>( Find( sVarName, SbxCLASS_DONTCARE ) ); in GetUNOConstant()
|
H A D | errobject.cxx | 183 : SbUnoObject( rName, rUnoObj ) in SbxErrObject()
|
/aoo41x/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 43 class SbUnoObject: public SbxObject class 62 static bool getDefaultPropName( SbUnoObject* pUnoObj, String& sDfltProp ); 64 SbUnoObject( const String& aName_, const ::com::sun::star::uno::Any& aUnoObj_ ); 65 ~SbUnoObject(); 87 SV_DECL_IMPL_REF(SbUnoObject); 96 friend class SbUnoObject; 130 friend class SbUnoObject;
|
H A D | errobject.hxx | 30 class SbxErrObject : public SbUnoObject
|
/aoo41x/main/basic/source/runtime/ |
H A D | step2.cxx | 384 SbUnoObject* pParentUnoObj = PTR_CAST( SbUnoObject,p->GetParent() ); in SetupArgs() 414 if( pObj && pObj->ISA(SbUnoObject) ) in SetupArgs() 416 SbUnoObject* pUnoObj = (SbUnoObject*)(SbxBase*)pObj; in SetupArgs() 529 if( pObj->ISA(SbUnoObject) ) in CheckArray() 531 SbUnoObject* pUnoObj = (SbUnoObject*)(SbxBase*)pObj; in CheckArray() 575 … SbxObjectRef xWrapper = (SbxObject*)new SbUnoObject( aName, aAny ); in CheckArray()
|
H A D | step1.cxx | 37 bool checkUnoObjectType( SbUnoObject* refVal, const ::rtl::OUString& aClass ); 472 if ( bVBAEnabled && pObj->IsA( TYPE(SbUnoObject) ) ) in checkClass_Impl() 474 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in checkClass_Impl()
|
H A D | step0.cxx | 355 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)xVarObj); in checkUnoStructCopy() 361 SbUnoObject* pNewUnoObj = new SbUnoObject( pUnoObj->GetName(), aAny ); in checkUnoStructCopy() 580 SbUnoObject* pUnoObj = (pObj != NULL) ? PTR_CAST(SbUnoObject,pObj) : NULL; in StepSET_Impl()
|
H A D | runtime.cxx | 1148 SbUnoObject* pUnoObj; in PushForEach() 1172 else if( (pUnoObj = PTR_CAST(SbUnoObject,pObj)) != NULL ) in PushForEach()
|
Completed in 130 milliseconds