Lines Matching refs:pUnoObj

128 bool SbUnoObject::getDefaultPropName( SbUnoObject* pUnoObj, String& sDfltProp )  in getDefaultPropName()  argument
131 Reference< XDefaultProperty> xDefaultProp( pUnoObj->maTmpUnoObj, UNO_QUERY ); in getDefaultPropName()
154 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj); in getDefaultProp() local
155 pDefaultProp = pUnoObj->GetDfltProperty(); in getDefaultProp()
301 SbUnoObject* pUnoObj = NULL; in createOLEObject_Impl() local
314 pUnoObj = new SbUnoObject( aType, aAny ); in createOLEObject_Impl()
317 return pUnoObj; in createOLEObject_Impl()
1670 String getDbgObjectNameImpl( SbUnoObject* pUnoObj ) in getDbgObjectNameImpl() argument
1673 if( pUnoObj ) in getDbgObjectNameImpl()
1675 aName = pUnoObj->GetClassName(); in getDbgObjectNameImpl()
1678 Any aToInspectObj = pUnoObj->getUnoAny(); in getDbgObjectNameImpl()
1694 String getDbgObjectName( SbUnoObject* pUnoObj ) in getDbgObjectName() argument
1696 String aName = getDbgObjectNameImpl( pUnoObj ); in getDbgObjectName()
1714 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in getBasicObjectTypeName() local
1715 if( pUnoObj ) in getBasicObjectTypeName()
1716 aName = getDbgObjectNameImpl( pUnoObj ); in getBasicObjectTypeName()
1721 bool checkUnoObjectType( SbUnoObject* pUnoObj, const ::rtl::OUString& rClass ) in checkUnoObjectType() argument
1723 Any aToInspectObj = pUnoObj->getUnoAny(); in checkUnoObjectType()
1799 String Impl_GetSupportedInterfaces( SbUnoObject* pUnoObj ) in Impl_GetSupportedInterfaces() argument
1801 Any aToInspectObj = pUnoObj->getUnoAny(); in Impl_GetSupportedInterfaces()
1821 String aObjName = getDbgObjectName( pUnoObj ); in Impl_GetSupportedInterfaces()
1909 String Impl_DumpProperties( SbUnoObject* pUnoObj ) in Impl_DumpProperties() argument
1912 String aObjName = getDbgObjectName( pUnoObj ); in Impl_DumpProperties()
1916 Reference< XIntrospectionAccess > xAccess = pUnoObj->getIntrospectionAccess(); in Impl_DumpProperties()
1919 Reference< XInvocation > xInvok = pUnoObj->getInvocation(); in Impl_DumpProperties()
1933 SbxArray* pProps = pUnoObj->GetProperties(); in Impl_DumpProperties()
1986 String Impl_DumpMethods( SbUnoObject* pUnoObj ) in Impl_DumpMethods() argument
1989 String aObjName = getDbgObjectName( pUnoObj ); in Impl_DumpMethods()
1993 Reference< XIntrospectionAccess > xAccess = pUnoObj->getIntrospectionAccess(); in Impl_DumpMethods()
1996 Reference< XInvocation > xInvok = pUnoObj->getInvocation(); in Impl_DumpMethods()
2009 SbxArray* pMethods = pUnoObj->GetMethods(); in Impl_DumpMethods()
3016 SbUnoObject* pUnoObj = new SbUnoObject( aClassName, aNewAny ); in Impl_CreateUnoStruct() local
3017 return pUnoObj; in Impl_CreateUnoStruct()
3047 SbUnoObject* pUnoObj = PTR_CAST(SbUnoObject,pObj); in createAllObjectProperties() local
3048 if( pUnoObj ) in createAllObjectProperties()
3049 pUnoObj->createAllProperties(); in createAllObjectProperties()
4253 SbUnoObject* pUnoObj = new SbUnoObject( aListenerClassName, aTmp ); in SbRtl_CreateUnoListener() local
4254 p->xSbxObj = pUnoObj; in SbRtl_CreateUnoListener()
4259 xBasicUnoListeners->Insert( pUnoObj, xBasicUnoListeners->Count() ); in SbRtl_CreateUnoListener()
4842 SbUnoObject* pUnoObj = NULL; in handleToStringForCOMObjects() local
4843 if( pObj != NULL && (pUnoObj = PTR_CAST(SbUnoObject,(SbxObject*)pObj)) != NULL ) in handleToStringForCOMObjects()
4846 if( pUnoObj->isNativeCOMObject() ) in handleToStringForCOMObjects()