Searched refs:SbUnoProperty (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 128 class SbUnoProperty : public SbxProperty class 138 virtual ~SbUnoProperty(); 141 SbUnoProperty( const String& aName_, SbxDataType eSbxType,
|
/aoo42x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 103 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()
|
/aoo42x/main/basic/source/runtime/ |
H A D | step2.cxx | 269 else if( bVBAEnabled && pElem->ISA(SbUnoProperty) && pElem->GetParameters() ) in FindElement() 381 SbUnoProperty* pUnoProperty = PTR_CAST(SbUnoProperty,p); in SetupArgs()
|
H A D | step0.cxx | 1090 if( pVal->ISA(SbxMethod) || pVal->ISA(SbUnoProperty) || pVal->ISA(SbProcedureProperty) ) in StepARGV()
|
Completed in 102 milliseconds