Lines Matching refs:SbxVariable

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()
128SbxVariable* p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Type") ), SbxCLASS_PROPERTY, SbxVARIAN… in SbStdPicture()
144 SbxVariable* SbStdPicture::Find( const String& rName, SbxClassType t ) in Find()
166 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
185 void SbStdFont::PropBold( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropBold()
193 void SbStdFont::PropItalic( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropItalic()
201 void SbStdFont::PropStrikeThrough( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropStrikeThrough()
209 void SbStdFont::PropUnderline( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropUnderline()
217 void SbStdFont::PropSize( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropSize()
225 void SbStdFont::PropName( SbxVariable* pVar, SbxArray*, sal_Bool bWrite ) in PropName()
240SbxVariable* p = Make( String( RTL_CONSTASCII_USTRINGPARAM("Bold") ), SbxCLASS_PROPERTY, SbxVARIAN… in SbStdFont()
267 SbxVariable* SbStdFont::Find( const String& rName, SbxClassType t ) in Find()
288 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()
347 void SbStdClipboard::MethClear( SbxVariable*, SbxArray* pPar_, sal_Bool ) in MethClear() argument
358 void SbStdClipboard::MethGetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetData()
391 void SbStdClipboard::MethGetFormat( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetFormat()
410 void SbStdClipboard::MethGetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethGetText()
422 void SbStdClipboard::MethSetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethSetData()
456 void SbStdClipboard::MethSetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in MethSetText()
476 SbxVariable* p = Find( String( RTL_CONSTASCII_USTRINGPARAM("Name") ), SbxCLASS_PROPERTY ); in SbStdClipboard()
506 SbxVariable* SbStdClipboard::Find( const String& rName, SbxClassType t ) in Find()
527 SbxVariable* pVar = pHint->GetVar(); in SFX_NOTIFY()