Home
last modified time | relevance | path

Searched refs:SbUnoObject (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dsbunoobj.hxx100 class SbUnoObject: public SbxObject class
119 static bool getDefaultPropName( SbUnoObject const * pUnoObj, OUString& sDfltProp );
120 SbUnoObject( const OUString& aName_, const css::uno::Any& aUnoObj_ );
121 virtual ~SbUnoObject() override;
143 typedef tools::SvRef<SbUnoObject> SbUnoObjectRef;
151 friend class SbUnoObject;
180 friend class SbUnoObject;
385 bool checkUnoObjectType(SbUnoObject& refVal, const OUString& aClass);
387 SbUnoObject* createOLEObject_Impl( const OUString& aType );
H A Derrobject.hxx24 class SbxErrObject : public SbUnoObject
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Dsbunoobj.hxx99 class SbUnoObject: public SbxObject class
118 static bool getDefaultPropName( SbUnoObject const * pUnoObj, OUString& sDfltProp );
119 SbUnoObject( const OUString& aName_, const css::uno::Any& aUnoObj_ );
120 virtual ~SbUnoObject() override;
142 typedef tools::SvRef<SbUnoObject> SbUnoObjectRef;
150 friend class SbUnoObject;
179 friend class SbUnoObject;
389 bool checkUnoObjectType(SbUnoObject& refVal, const OUString& aClass);
391 SbUnoObject* createOLEObject_Impl( const OUString& aType );
H A Derrobject.hxx26 class SbxErrObject : public SbUnoObject
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx111 bool SbUnoObject::getDefaultPropName( SbUnoObject const * pUnoObj, OUString& sDfltProp ) in getDefaultPropName()
135 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in getDefaultProp()
145 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in SetSbUnoObjectDfltPropName()
619 SbUnoObject* pSbUnoObject = new SbUnoObject( OUString(), aClassAny ); in unoToSbxValue()
705 SbUnoObject* pSbUnoObject = new SbUnoObject( OUString(), aValue ); in unoToSbxValue()
1608 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in getBasicObjectTypeName()
2283 SbUnoObject::SbUnoObject( const OUString& aName_, const Any& aUnoObj_ ) in SbUnoObject() function in SbUnoObject
2370 SbUnoObject::~SbUnoObject() in ~SbUnoObject()
2863 SbUnoObject* pUnoObj = new SbUnoObject( aClassName, aNewAny ); in Impl_CreateUnoStruct()
2894 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in createAllObjectProperties()
[all …]
H A Deventatt.cxx323 if( auto pDlgLibContUnoObj = dynamic_cast<SbUnoObject*>( pDlgLibContVar) ) in implFindDialogLibForDialog()
420 if( !(pObj.is() && dynamic_cast<const SbUnoObject*>( pObj.get() ) != nullptr) ) in RTL_Impl_CreateUnoDialog()
425 SbUnoObject* pUnoObj = static_cast<SbUnoObject*>(pObj.get()); in RTL_Impl_CreateUnoDialog()
H A Dpropacc.cxx179 … auto xUnoObj = tools::make_ref<SbUnoObject>( "stardiv.uno.beans.PropertySet", Any(xInterface) ); in RTL_Impl_CreatePropertySet()
H A Dsbxmod.cxx126 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pMod->GetObject() ); in DocObjectWrapper()
2144 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pDocObject.get() ); in SetUnoObject()
2147 pDocObject = new SbUnoObject( GetName(), aObj ); in SetUnoObject()
2579SbUnoObject* pGlobs = static_cast<SbUnoObject*>(GetParent()->Find( "VBAGlobals", SbxClassType::Don… in InitObject()
2609 …pDocObject = new SbUnoObject( GetName(), uno::Any( xVBAFactory->createInstanceWithArguments( "ooo.… in InitObject()
H A Derrobject.cxx170 : SbUnoObject( rName, rUnoObj ) in SbxErrObject()
H A Dsb.cxx251 pVBAGlobals = static_cast<SbUnoObject*>(Find( aVBAHook , SbxClassType::DontCare )); in getVBAGlobals()
454 return new SbUnoObject( aServiceName, uno::Any( xInterface ) ); in CreateObject()
1881 SbUnoObject* pGlobs = dynamic_cast<SbUnoObject*>( Find( rName, SbxClassType::DontCare ) ); in GetUNOConstant()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx113 bool SbUnoObject::getDefaultPropName( SbUnoObject const * pUnoObj, OUString& sDfltProp ) in getDefaultPropName()
137 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in getDefaultProp()
147 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in SetSbUnoObjectDfltPropName()
626 SbUnoObject* pSbUnoObject = new SbUnoObject( OUString(), aClassAny ); in unoToSbxValue()
712 SbUnoObject* pSbUnoObject = new SbUnoObject( OUString(), aValue ); in unoToSbxValue()
1621 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in getBasicObjectTypeName()
2296 SbUnoObject::SbUnoObject( const OUString& aName_, const Any& aUnoObj_ ) in SbUnoObject() function in SbUnoObject
2383 SbUnoObject::~SbUnoObject() in ~SbUnoObject()
2837 Any SbUnoObject::getUnoAny() in getUnoAny()
2907 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in createAllObjectProperties()
[all …]
H A Deventatt.cxx323 if( auto pDlgLibContUnoObj = dynamic_cast<SbUnoObject*>( pDlgLibContVar) ) in implFindDialogLibForDialog()
420 if( !(pObj.is() && dynamic_cast<const SbUnoObject*>( pObj.get() ) != nullptr) ) in RTL_Impl_CreateUnoDialog()
425 SbUnoObject* pUnoObj = static_cast<SbUnoObject*>(pObj.get()); in RTL_Impl_CreateUnoDialog()
H A Dpropacc.cxx173 … auto xUnoObj = tools::make_ref<SbUnoObject>( "stardiv.uno.beans.PropertySet", Any(xInterface) ); in RTL_Impl_CreatePropertySet()
H A Dsbxmod.cxx132 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pMod->GetObject() ); in DocObjectWrapper()
2152 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pDocObject.get() ); in SetUnoObject()
2155 pDocObject = new SbUnoObject( GetName(), aObj ); in SetUnoObject()
2587SbUnoObject* pGlobs = static_cast<SbUnoObject*>(GetParent()->Find( "VBAGlobals", SbxClassType::Don… in InitObject()
2617 …pDocObject = new SbUnoObject( GetName(), uno::Any( xVBAFactory->createInstanceWithArguments( "ooo.… in InitObject()
H A Derrobject.cxx175 : SbUnoObject( rName, rUnoObj ) in SbxErrObject()
H A Dsb.cxx253 pVBAGlobals = static_cast<SbUnoObject*>(Find( "VBAGlobals" , SbxClassType::DontCare )); in getVBAGlobals()
460 return new SbUnoObject( aServiceName, uno::Any( xInterface ) ); in CreateObject()
1864 SbUnoObject* pGlobs = dynamic_cast<SbUnoObject*>( Find( rName, SbxClassType::DontCare ) ); in GetUNOConstant()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Druntime.cxx1150 else if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in PushForEach()
1595 SbUnoObject* pUnoVal = dynamic_cast<SbUnoObject*>( xValObj.get() ); in checkUnoStructCopy()
1630 SbUnoObject* pNewUnoObj = new SbUnoObject( sName, aAny ); in checkUnoStructCopy()
1877 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in StepSET_Impl()
3196 SbUnoObject* pUnoObj(nullptr); in checkClass_Impl()
3199 pUnoObj = dynamic_cast<SbUnoObject*>(pObj); in checkClass_Impl()
3628 SbUnoObject* pParentUnoObj = dynamic_cast<SbUnoObject*>( p->GetParent() ); in SetupArgs()
3660 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( xObj.get() )) in SetupArgs()
3788 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj.get())) in CheckArray()
3828 … SbxObjectRef xWrapper = static_cast<SbxObject*>(new SbUnoObject( OUString(), aAny )); in CheckArray()
[all …]
H A Dmethods.cxx2460 SbUnoObject* pObj = dynamic_cast<SbUnoObject*>( pVar ); in SbRtl_IsError()
2465 pObj = dynamic_cast<SbUnoObject*>( pBaseObj ); in SbRtl_IsError()
3772 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pVar ); in getObjectTypeName()
3775 pUnoObj = dynamic_cast<SbUnoObject*>( pBaseObj ); in getObjectTypeName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Druntime.cxx1202 else if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>(pObj)) in PushForEach()
1629 SbUnoObject* pUnoVal = dynamic_cast<SbUnoObject*>( xValObj.get() ); in checkUnoStructCopy()
1664 SbUnoObject* pNewUnoObj = new SbUnoObject( sName, aAny ); in checkUnoStructCopy()
1918 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj ); in StepSET_Impl()
3333 SbUnoObject* pUnoObj(nullptr); in checkClass_Impl()
3336 pUnoObj = dynamic_cast<SbUnoObject*>(pObj); in checkClass_Impl()
3772 SbUnoObject* pParentUnoObj = dynamic_cast<SbUnoObject*>( p->GetParent() ); in SetupArgs()
3804 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( xObj.get() )) in SetupArgs()
3932 if (SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pObj.get())) in CheckArray()
3972 … SbxObjectRef xWrapper = static_cast<SbxObject*>(new SbUnoObject( OUString(), aAny )); in CheckArray()
[all …]
H A Dmethods.cxx2477 SbUnoObject* pObj = dynamic_cast<SbUnoObject*>( pVar ); in SbRtl_IsError()
2482 pObj = dynamic_cast<SbUnoObject*>( pBaseObj ); in SbRtl_IsError()
3789 SbUnoObject* pUnoObj = dynamic_cast<SbUnoObject*>( pVar ); in getObjectTypeName()
3792 pUnoObj = dynamic_cast<SbUnoObject*>( pBaseObj ); in getObjectTypeName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog223905 …> frame #28: 0x000000011188b73d libsblo.dylib`SbUnoObject::~SbUnoObject(this=0x000000014c1cfdd…
264629 sblo.dll!SbUnoObject::~SbUnoObject() Line 2387