Lines Matching refs:GetRef

353 	if( aSlotType.Is() || !GetRef() ) return aSlotType;  in GetSlotType()
354 return ((SvMetaSlot *)GetRef())->GetSlotType(); in GetSlotType()
358 if( aMethod.Is() || !GetRef() ) return aMethod; in GetMethod()
359 return ((SvMetaSlot *)GetRef())->GetMethod(); in GetMethod()
363 if( aHasCoreId.IsSet() || !GetRef() ) return aHasCoreId; in GetHasCoreId()
364 return ((SvMetaSlot *)GetRef())->GetHasCoreId(); in GetHasCoreId()
368 if( aGroupId.Len() || !GetRef() ) return aGroupId; in GetGroupId()
369 return ((SvMetaSlot *)GetRef())->GetGroupId(); in GetGroupId()
373 if( aDisableFlags.Len() || !GetRef() ) return aDisableFlags; in GetDisableFlags()
374 return ((SvMetaSlot *)GetRef())->GetDisableFlags(); in GetDisableFlags()
378 if( aConfigId.Len() || !GetRef() ) return aConfigId; in GetConfigId()
379 return ((SvMetaSlot *)GetRef())->GetConfigId(); in GetConfigId()
383 if( aExecMethod.Len() || !GetRef() ) return aExecMethod; in GetExecMethod()
384 return ((SvMetaSlot *)GetRef())->GetExecMethod(); in GetExecMethod()
388 if( aStateMethod.Len() || !GetRef() ) return aStateMethod; in GetStateMethod()
389 return ((SvMetaSlot *)GetRef())->GetStateMethod(); in GetStateMethod()
393 if( aDefault.Len() || !GetRef() ) return aDefault; in GetDefault()
394 return ((SvMetaSlot *)GetRef())->GetDefault(); in GetDefault()
398 if( aPseudoSlots.IsSet() || !GetRef() ) return aPseudoSlots; in GetPseudoSlots()
399 return ((SvMetaSlot *)GetRef())->GetPseudoSlots(); in GetPseudoSlots()
416 if( !GetRef() || aCachable.IsSet() || aVolatile.IsSet() ) in GetCachable()
418 return ((SvMetaSlot *)GetRef())->GetCachable(); in GetCachable()
423 if( !GetRef() || aVolatile.IsSet() || aCachable.IsSet() ) in GetVolatile()
425 return ((SvMetaSlot *)GetRef())->GetVolatile(); in GetVolatile()
429 if( aToggle.IsSet() || !GetRef() ) return aToggle; in GetToggle()
430 return ((SvMetaSlot *)GetRef())->GetToggle(); in GetToggle()
434 if( aAutoUpdate.IsSet() || !GetRef() ) return aAutoUpdate; in GetAutoUpdate()
435 return ((SvMetaSlot *)GetRef())->GetAutoUpdate(); in GetAutoUpdate()
440 if( !GetRef() || aSynchron.IsSet() || aAsynchron.IsSet() ) in GetSynchron()
442 return ((SvMetaSlot *)GetRef())->GetSynchron(); in GetSynchron()
447 if( !GetRef() || aAsynchron.IsSet() || aSynchron.IsSet() ) in GetAsynchron()
449 return ((SvMetaSlot *)GetRef())->GetAsynchron(); in GetAsynchron()
454 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordPerItem()
457 return ((SvMetaSlot *)GetRef())->GetRecordPerItem(); in GetRecordPerItem()
462 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordPerSet()
465 return ((SvMetaSlot *)GetRef())->GetRecordPerSet(); in GetRecordPerSet()
470 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetRecordManual()
473 return ((SvMetaSlot *)GetRef())->GetRecordManual(); in GetRecordManual()
478 if( !GetRef() || aRecordPerItem.IsSet() || aNoRecord.IsSet() in GetNoRecord()
481 return ((SvMetaSlot *)GetRef())->GetNoRecord(); in GetNoRecord()
485 if( !GetRef() || aRecordAbsolute.IsSet() ) in GetRecordAbsolute()
487 return ((SvMetaSlot *)GetRef())->GetRecordAbsolute(); in GetRecordAbsolute()
491 if( aHasDialog.IsSet() || !GetRef() ) return aHasDialog; in GetHasDialog()
492 return ((SvMetaSlot *)GetRef())->GetHasDialog(); in GetHasDialog()
496 if( aPseudoPrefix.Len() || !GetRef() ) return aPseudoPrefix; in GetPseudoPrefix()
497 return ((SvMetaSlot *)GetRef())->GetPseudoPrefix(); in GetPseudoPrefix()
501 if( aMenuConfig.IsSet() || !GetRef() ) return aMenuConfig; in GetMenuConfig()
502 return ((SvMetaSlot *)GetRef())->GetMenuConfig(); in GetMenuConfig()
506 if( aToolBoxConfig.IsSet() || !GetRef() ) return aToolBoxConfig; in GetToolBoxConfig()
507 return ((SvMetaSlot *)GetRef())->GetToolBoxConfig(); in GetToolBoxConfig()
511 if( aStatusBarConfig.IsSet() || !GetRef() ) return aStatusBarConfig; in GetStatusBarConfig()
512 return ((SvMetaSlot *)GetRef())->GetStatusBarConfig(); in GetStatusBarConfig()
516 if( aAccelConfig.IsSet() || !GetRef() ) return aAccelConfig; in GetAccelConfig()
517 return ((SvMetaSlot *)GetRef())->GetAccelConfig(); in GetAccelConfig()
521 if( aFastCall.IsSet() || !GetRef() ) return aFastCall; in GetFastCall()
522 return ((SvMetaSlot *)GetRef())->GetFastCall(); in GetFastCall()
526 if( aContainer.IsSet() || !GetRef() ) return aContainer; in GetContainer()
527 return ((SvMetaSlot *)GetRef())->GetContainer(); in GetContainer()
532 if( aImageRotation.IsSet() || !GetRef() ) return aImageRotation; in GetImageRotation()
533 return ((SvMetaSlot *)GetRef())->GetImageRotation(); in GetImageRotation()
538 if( aImageReflection.IsSet() || !GetRef() ) return aImageReflection; in GetImageReflection()
539 return ((SvMetaSlot *)GetRef())->GetImageReflection(); in GetImageReflection()
544 if( aUnoName.IsSet() || !GetRef() ) return aUnoName; in GetUnoName()
545 return ((SvMetaSlot *)GetRef())->GetUnoName(); in GetUnoName()