Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx450 Sequence< PropertyValue > aSubMenuProp( 6 ); in startElement() local
451 initPropertyCommon( aSubMenuProp, aCommandId, aHelpId, aLabel, nItemBits ); in startElement()
452 aSubMenuProp[2].Value <<= xSubItemContainer; in startElement()
454 … m_xMenuBarContainer->insertByIndex( m_xMenuBarContainer->getCount(), makeAny( aSubMenuProp ) ); in startElement()
686 Sequence< PropertyValue > aSubMenuProp( 6 ); in startElement() local
687 initPropertyCommon( aSubMenuProp, aCommandId, aHelpId, aLabel, nItemBits ); in startElement()
688 aSubMenuProp[2].Value <<= xSubItemContainer; in startElement()
690 … m_xMenuContainer->insertByIndex( m_xMenuContainer->getCount(), makeAny( aSubMenuProp ) ); in startElement()

Completed in 68 milliseconds