Lines Matching refs:a

77 	Any a;  in GetMenuItemAttributes()  local
82a = xActionTriggerPropertySet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )) … in GetMenuItemAttributes()
83 a >>= aMenuLabel; in GetMenuItemAttributes()
84a = xActionTriggerPropertySet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandUR… in GetMenuItemAttributes()
85 a >>= aCommandURL; in GetMenuItemAttributes()
86a = xActionTriggerPropertySet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Image" ))… in GetMenuItemAttributes()
87 a >>= xBitmap; in GetMenuItemAttributes()
88a = xActionTriggerPropertySet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "SubContai… in GetMenuItemAttributes()
89 a >>= xSubContainer; in GetMenuItemAttributes()
98a = xActionTriggerPropertySet->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "HelpURL" … in GetMenuItemAttributes()
99 a >>= aHelpURL; in GetMenuItemAttributes()
267 Any a; in CreateActionTrigger() local
273 a <<= aLabel; in CreateActionTrigger()
274 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )), a ); in CreateActionTrigger()
284 a <<= aCommandURL; in CreateActionTrigger()
285 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )), a ); in CreateActionTrigger()
292 a <<= xBitmap; in CreateActionTrigger()
293 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Image" )), a ); in CreateActionTrigger()
341 Any a; in FillActionTriggerContainerWithMenu() local
348 a <<= xPropSet; in FillActionTriggerContainerWithMenu()
349 rActionTriggerContainer->insertByIndex( nPos, a ); in FillActionTriggerContainerWithMenu()
355 a <<= xPropSet; in FillActionTriggerContainerWithMenu()
356 rActionTriggerContainer->insertByIndex( nPos, a ); in FillActionTriggerContainerWithMenu()
364 a <<= xSubContainer; in FillActionTriggerContainerWithMenu()
365 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "SubContainer" )), a ); in FillActionTriggerContainerWithMenu()