Searched refs:eSbxType (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 2645 SbxDataType eSbxType, in SbUnoMethod() argument 2650 : SbxMethod( aName_, eSbxType ) in SbUnoMethod() 2718 SbxDataType eSbxType, in SbUnoProperty() argument 2723 : SbxProperty( aName_, eSbxType ) in SbUnoProperty() 2730 if( eSbxType & SbxARRAY ) in SbUnoProperty() 2767 SbxDataType eSbxType; in Find() local 2769 eSbxType = SbxVARIANT; in Find() 2771 eSbxType = unoToSbxType( rProp.Type.getTypeClass() ); in Find() 2774 SbxVariableRef xVarRef = new SbUnoProperty( rProp.Name, eSbxType, rProp, 0, false ); in Find() 2945 SbxDataType eSbxType; in implCreateAll() local [all …]
|
| /AOO42X/main/basic/source/inc/ |
| H A D | sbunoobj.hxx | 113 …SbUnoMethod( const String& aName_, SbxDataType eSbxType, ::com::sun::star::uno::Reference< ::com::… 141 SbUnoProperty( const String& aName_, SbxDataType eSbxType,
|