Searched refs:SbStdPicture (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 58 return new SbStdPicture; in CreateObject() 70 void SbStdPicture::PropType( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropType() 91 void SbStdPicture::PropWidth( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropWidth() 106 void SbStdPicture::PropHeight( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropHeight() 122 TYPEINIT1( SbStdPicture, SbxObject ); 124 SbStdPicture::SbStdPicture() : in SbStdPicture() function in SbStdPicture 139 SbStdPicture::~SbStdPicture() in ~SbStdPicture() 144 SbxVariable* SbStdPicture::Find( const String& rName, SbxClassType t ) in Find() 152 void SbStdPicture::SFX_NOTIFY( SfxBroadcaster& rBC, const TypeId& rBCType, in SFX_NOTIFY()
|
H A D | methods.cxx | 4192 SbxObjectRef xRef = new SbStdPicture; in RTLFUNC() 4193 ((SbStdPicture*)(SbxObject*)xRef)->SetGraphic( aGraphic ); in RTLFUNC() 4212 if( pObj->IsA( TYPE( SbStdPicture ) ) ) in RTLFUNC() 4215 Graphic aGraphic = ((SbStdPicture*)pObj)->GetGraphic(); in RTLFUNC()
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 50 class BASIC_DLLPUBLIC SbStdPicture : public SbxObject class 55 ~SbStdPicture(); 66 SbStdPicture();
|
Completed in 29 milliseconds