Lines Matching refs:SvMetaSlot

36 SV_IMPL_META_FACTORY1( SvMetaSlot, SvMetaAttribute );
38 SvMetaObject *SvMetaSlot::MakeClone() const in MakeClone()
40 return new SvMetaSlot( *this ); in MakeClone()
49 SvMetaSlot::SvMetaSlot() in SvMetaSlot() function in SvMetaSlot
60 SvMetaSlot::SvMetaSlot( SvMetaType * pType ) in SvMetaSlot() function in SvMetaSlot
86 void SvMetaSlot::Load( SvPersistStream & rStm ) in Load()
183 void SvMetaSlot::Save( SvPersistStream & rStm ) in Save()
311 sal_Bool SvMetaSlot::IsVariable() const in IsVariable()
321 sal_Bool SvMetaSlot::IsMethod() const in IsMethod()
333 ByteString SvMetaSlot::GetMangleName( sal_Bool bVariable ) const in GetMangleName()
351 SvMetaType * SvMetaSlot::GetSlotType() const in GetSlotType()
354 return ((SvMetaSlot *)GetRef())->GetSlotType(); in GetSlotType()
356 SvMetaAttribute * SvMetaSlot::GetMethod() const in GetMethod()
359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod()
361 sal_Bool SvMetaSlot::GetHasCoreId() const in GetHasCoreId()
364 return ((SvMetaSlot *)GetRef())->GetHasCoreId(); in GetHasCoreId()
366 const ByteString & SvMetaSlot::GetGroupId() const in GetGroupId()
369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId()
371 const ByteString & SvMetaSlot::GetDisableFlags() const in GetDisableFlags()
374 return ((SvMetaSlot *)GetRef())->GetDisableFlags(); in GetDisableFlags()
376 const ByteString & SvMetaSlot::GetConfigId() const in GetConfigId()
379 return ((SvMetaSlot *)GetRef())->GetConfigId(); in GetConfigId()
381 const ByteString & SvMetaSlot::GetExecMethod() const in GetExecMethod()
384 return ((SvMetaSlot *)GetRef())->GetExecMethod(); in GetExecMethod()
386 const ByteString & SvMetaSlot::GetStateMethod() const in GetStateMethod()
389 return ((SvMetaSlot *)GetRef())->GetStateMethod(); in GetStateMethod()
391 const ByteString & SvMetaSlot::GetDefault() const in GetDefault()
394 return ((SvMetaSlot *)GetRef())->GetDefault(); in GetDefault()
396 sal_Bool SvMetaSlot::GetPseudoSlots() const in GetPseudoSlots()
399 return ((SvMetaSlot *)GetRef())->GetPseudoSlots(); in GetPseudoSlots()
413 sal_Bool SvMetaSlot::GetCachable() const in GetCachable()
418 return ((SvMetaSlot *)GetRef())->GetCachable(); in GetCachable()
420 sal_Bool SvMetaSlot::GetVolatile() const in GetVolatile()
425 return ((SvMetaSlot *)GetRef())->GetVolatile(); in GetVolatile()
427 sal_Bool SvMetaSlot::GetToggle() const in GetToggle()
430 return ((SvMetaSlot *)GetRef())->GetToggle(); in GetToggle()
432 sal_Bool SvMetaSlot::GetAutoUpdate() const in GetAutoUpdate()
435 return ((SvMetaSlot *)GetRef())->GetAutoUpdate(); in GetAutoUpdate()
437 sal_Bool SvMetaSlot::GetSynchron() const in GetSynchron()
442 return ((SvMetaSlot *)GetRef())->GetSynchron(); in GetSynchron()
444 sal_Bool SvMetaSlot::GetAsynchron() const in GetAsynchron()
449 return ((SvMetaSlot *)GetRef())->GetAsynchron(); in GetAsynchron()
451 sal_Bool SvMetaSlot::GetRecordPerItem() const in GetRecordPerItem()
457 return ((SvMetaSlot *)GetRef())->GetRecordPerItem(); in GetRecordPerItem()
459 sal_Bool SvMetaSlot::GetRecordPerSet() const in GetRecordPerSet()
465 return ((SvMetaSlot *)GetRef())->GetRecordPerSet(); in GetRecordPerSet()
467 sal_Bool SvMetaSlot::GetRecordManual() const in GetRecordManual()
473 return ((SvMetaSlot *)GetRef())->GetRecordManual(); in GetRecordManual()
475 sal_Bool SvMetaSlot::GetNoRecord() const in GetNoRecord()
481 return ((SvMetaSlot *)GetRef())->GetNoRecord(); in GetNoRecord()
483 sal_Bool SvMetaSlot::GetRecordAbsolute() const in GetRecordAbsolute()
487 return ((SvMetaSlot *)GetRef())->GetRecordAbsolute(); in GetRecordAbsolute()
489 sal_Bool SvMetaSlot::GetHasDialog() const in GetHasDialog()
492 return ((SvMetaSlot *)GetRef())->GetHasDialog(); in GetHasDialog()
494 const ByteString & SvMetaSlot::GetPseudoPrefix() const in GetPseudoPrefix()
497 return ((SvMetaSlot *)GetRef())->GetPseudoPrefix(); in GetPseudoPrefix()
499 sal_Bool SvMetaSlot::GetMenuConfig() const in GetMenuConfig()
502 return ((SvMetaSlot *)GetRef())->GetMenuConfig(); in GetMenuConfig()
504 sal_Bool SvMetaSlot::GetToolBoxConfig() const in GetToolBoxConfig()
507 return ((SvMetaSlot *)GetRef())->GetToolBoxConfig(); in GetToolBoxConfig()
509 sal_Bool SvMetaSlot::GetStatusBarConfig() const in GetStatusBarConfig()
512 return ((SvMetaSlot *)GetRef())->GetStatusBarConfig(); in GetStatusBarConfig()
514 sal_Bool SvMetaSlot::GetAccelConfig() const in GetAccelConfig()
517 return ((SvMetaSlot *)GetRef())->GetAccelConfig(); in GetAccelConfig()
519 sal_Bool SvMetaSlot::GetFastCall() const in GetFastCall()
522 return ((SvMetaSlot *)GetRef())->GetFastCall(); in GetFastCall()
524 sal_Bool SvMetaSlot::GetContainer() const in GetContainer()
527 return ((SvMetaSlot *)GetRef())->GetContainer(); in GetContainer()
530 sal_Bool SvMetaSlot::GetImageRotation() const in GetImageRotation()
533 return ((SvMetaSlot *)GetRef())->GetImageRotation(); in GetImageRotation()
536 sal_Bool SvMetaSlot::GetImageReflection() const in GetImageReflection()
539 return ((SvMetaSlot *)GetRef())->GetImageReflection(); in GetImageReflection()
542 const ByteString& SvMetaSlot::GetUnoName() const in GetUnoName()
545 return ((SvMetaSlot *)GetRef())->GetUnoName(); in GetUnoName()
590 void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase, in ReadAttributesSvIdl()
698 aMethod = new SvMetaSlot(); in ReadAttributesSvIdl()
721 void SvMetaSlot::WriteAttributesSvIdl( SvIdlDataBase & rBase, in WriteAttributesSvIdl()
902 sal_Bool SvMetaSlot::Test( SvIdlDataBase & rBase, SvTokenStream & rInStm ) in Test()
926 sal_Bool SvMetaSlot::ReadSvIdl( SvIdlDataBase & rBase, SvTokenStream & rInStm ) in ReadSvIdl()
935 SvMetaSlot * pKnownSlot = PTR_CAST( SvMetaSlot, pAttr ); in ReadSvIdl()
960 SvMetaSlot * pKnownSlot = PTR_CAST( SvMetaSlot, pAttr2 ); in ReadSvIdl()
998 void SvMetaSlot::WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSvIdl()
1009 void SvMetaSlot::Write( SvIdlDataBase & rBase, in Write()
1041 void SvMetaSlot::Insert( SvSlotElementList& rList, const ByteString & rPrefix, in Insert()
1106 SvMetaSlot *pFirstEnumSlot = NULL; in Insert()
1124 SvMetaSlot* pSlot = PTR_CAST( SvMetaSlot, pAttr ); in Insert()
1192 void SvMetaSlot::WriteSlotStubs( const ByteString & rShellName, in WriteSlotStubs()
1260 void SvMetaSlot::WriteSlot( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlot()
1529 sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ) in WriteSlotParamArray()
1567 sal_uInt16 SvMetaSlot::WriteSlotMap( const ByteString & rShellName, sal_uInt16 nCount, in WriteSlotMap()
1596 void SvMetaSlot::WriteSrc( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteSrc()
1668 void SvMetaSlot::WriteHelpId( SvIdlDataBase & rBase, SvStream & rOutStm, in WriteHelpId()
1718 void SvMetaSlot::WriteCSV( SvIdlDataBase& rBase, SvStream& rStrm ) in WriteCSV()