Lines Matching refs:xPropSet
121 Reference< XPropertySet > xPropSet; in InsertSubMenuItems() local
122 if (( xIndexAccess->getByIndex( i ) >>= xPropSet ) && ( xPropSet.is() )) in InsertSubMenuItems()
124 if ( IsSeparator( xPropSet )) in InsertSubMenuItems()
141 GetMenuItemAttributes( xPropSet, aLabel, aCommandURL, aHelpURL, xBitmap, xSubContainer ); in InsertSubMenuItems()
258 Reference< XPropertySet > xPropSet; in CreateActionTrigger() local
263 xPropSet = Reference< XPropertySet >( xMultiServiceFactory->createInstance( in CreateActionTrigger()
274 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Text" )), a ); in CreateActionTrigger()
285 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "CommandURL" )), a ); in CreateActionTrigger()
293 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Image" )), a ); in CreateActionTrigger()
301 return xPropSet; in CreateActionTrigger()
342 Reference< XPropertySet > xPropSet; in FillActionTriggerContainerWithMenu() local
346 xPropSet = CreateActionTriggerSeparator( rActionTriggerContainer ); in FillActionTriggerContainerWithMenu()
348 a <<= xPropSet; in FillActionTriggerContainerWithMenu()
353 xPropSet = CreateActionTrigger( nItemId, pMenu, rActionTriggerContainer ); in FillActionTriggerContainerWithMenu()
355 a <<= xPropSet; in FillActionTriggerContainerWithMenu()
365 xPropSet->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "SubContainer" )), a ); in FillActionTriggerContainerWithMenu()