Home
last modified time | relevance | path

Searched refs:SbStdPicture (Results 1 – 3 of 3) sorted by relevance

/trunk/main/basic/source/runtime/
H A Dstdobj1.cxx58 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 Dmethods.cxx4192 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()
/trunk/main/basic/inc/basic/
H A Dsbstdobj.hxx50 class BASIC_DLLPUBLIC SbStdPicture : public SbxObject class
55 ~SbStdPicture();
66 SbStdPicture();

Completed in 47 milliseconds