Home
last modified time | relevance | path

Searched refs:SbUnoProperty (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basic/source/inc/
H A Dsbunoobj.hxx128 class SbUnoProperty : public SbxProperty class
138 virtual ~SbUnoProperty();
141 SbUnoProperty( const String& aName_, SbxDataType eSbxType,
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx103 TYPEINIT1(SbUnoProperty,SbxProperty)
2089 SbUnoProperty* pProp = PTR_CAST(SbUnoProperty,pVar); in TYPEINIT1()
2715 SbUnoProperty::SbUnoProperty in SbUnoProperty() function in SbUnoProperty
2734 SbUnoProperty::~SbUnoProperty() in ~SbUnoProperty()
2774 SbxVariableRef xVarRef = new SbUnoProperty( rProp.Name, eSbxType, rProp, 0, false ); in Find()
2843 SbxVariableRef xVarRef = new SbUnoProperty( aUName, SbxVARIANT, aDummyProp, 0, true ); in Find()
2902 …SbxVariableRef xVarRef = new SbUnoProperty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_SUPPORTEDINT… in implCreateDbgProperties()
2906 …xVarRef = new SbUnoProperty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_PROPERTIES)), SbxSTRING, aP… in implCreateDbgProperties()
2910 …xVarRef = new SbUnoProperty( String(RTL_CONSTASCII_USTRINGPARAM(ID_DBG_METHODS)), SbxSTRING, aProp… in implCreateDbgProperties()
2952 SbxVariableRef xVarRef = new SbUnoProperty( rProp.Name, eSbxType, rProp, i, false ); in implCreateAll()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx269 else if( bVBAEnabled && pElem->ISA(SbUnoProperty) && pElem->GetParameters() ) in FindElement()
381 SbUnoProperty* pUnoProperty = PTR_CAST(SbUnoProperty,p); in SetupArgs()
H A Dstep0.cxx1090 if( pVal->ISA(SbxMethod) || pVal->ISA(SbUnoProperty) || pVal->ISA(SbProcedureProperty) ) in StepARGV()

Completed in 52 milliseconds