Lines Matching refs:SbxObject
55 SbxObject* SbStdFactory::CreateObject( const String& rClassName ) in CreateObject()
122 TYPEINIT1( SbStdPicture, SbxObject );
125 SbxObject( String( RTL_CONSTASCII_USTRINGPARAM("Picture") ) ) in SbStdPicture()
147 return SbxObject::Find( rName, t ); in Find()
162 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
179 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
234 TYPEINIT1( SbStdFont, SbxObject );
237 SbxObject( String( RTL_CONSTASCII_USTRINGPARAM("Font") ) ) in SbStdFont()
270 return SbxObject::Find( rName, t ); in Find()
284 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
304 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
470 TYPEINIT1( SbStdClipboard, SbxObject );
473 SbxObject( String( RTL_CONSTASCII_USTRINGPARAM("Clipboard") ) ) in SbStdClipboard()
509 return SbxObject::Find( rName, t ); in Find()
523 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()
543 SbxObject::SFX_NOTIFY( rBC, rBCType, rHint, rHintType ); in SFX_NOTIFY()