Home
last modified time | relevance | path

Searched refs:xSubMenu (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrol.cxx173 uno::Reference< container::XIndexAccess > xSubMenu; in Controls() local
174 …lue( m_aPropertyValues, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ) ) >>= xSubMenu; in Controls()
175 if( !xSubMenu.is() ) in Controls()
178 …ls > xCommandBarControls( new ScVbaCommandBarControls( this, mxContext, xSubMenu, pCBarHelper, m_x… in Controls()
H A Dvbacommandbarcontrols.cxx129 uno::Reference< container::XIndexAccess > xSubMenu; in createCollectionObject() local
130 …tPropertyValue( aProps, rtl::OUString::createFromAscii( ITEM_DESCRIPTOR_CONTAINER ) ) >>= xSubMenu; in createCollectionObject()
132 if( xSubMenu.is() ) in createCollectionObject()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx898 Reference< XIndexAccess > xSubMenu; in WriteMenu() local
900 ExtractMenuParameters( aProps, aCommandURL, aLabel, aHelpURL, xSubMenu, nType, nItemBits ); in WriteMenu()
901 if ( xSubMenu.is() ) in WriteMenu()
929 WriteMenu( xSubMenu ); in WriteMenu()
/trunk/main/cui/source/customize/
H A Dcfg.cxx1159 uno::Reference< container::XIndexAccess > xSubMenu; in LoadSubMenus() local
1167 aCommandURL, aLabel, nType, xSubMenu ); in LoadSubMenus()
1202 if ( xSubMenu.is() ) in LoadSubMenus()
1226 LoadSubMenus( xSubMenu, subMenuTitle, pEntry ); in LoadSubMenus()
4482 uno::Reference< container::XIndexAccess > xSubMenu; in LoadToolbar() local
4492 aLabel, nType, bIsVisible, nStyle, xSubMenu ); in LoadToolbar()
4527 if ( xSubMenu.is() ) in LoadToolbar()
4537 LoadToolbar( xSubMenu, pEntry ); in LoadToolbar()

Completed in 68 milliseconds