Searched refs:SampleObject (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/basic/source/sample/ |
H A D | object.cxx | 90 SampleObject::Methods SampleObject::aMethods[] = { 92 { "Display", SbxEMPTY, &SampleObject::Display, 1 | _FUNCTION }, 96 { "Square", SbxDOUBLE, &SampleObject::Square, 1 | _FUNCTION }, 100 { "Event", SbxEMPTY, &SampleObject::Event, 1 | _FUNCTION }, 104 { "Create", SbxEMPTY, &SampleObject::Create, 1 | _FUNCTION }, 110 SampleObject::SampleObject( const String& rClass ) : SbxObject( rClass ) in SampleObject() function in SampleObject 123 SbxVariable* SampleObject::Find( const String& rName, SbxClassType t ) in Find() 208 SbxInfo* SampleObject::GetInfo( short nIdx ) in GetInfo() 235 void SampleObject::Display( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Display() 251 void SampleObject::Event( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Event() [all …]
|
H A D | sample.bas | 24 Dim Sample As SampleObject
|
/aoo4110/main/basic/source/inc/ |
H A D | object.hxx | 49 class SampleObject : public SbxObject class 58 typedef void( SampleObject::*pMeth ) 83 SampleObject( const String& );
|
Completed in 19 milliseconds