Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/uielement/
H A Duicommanddescription.cxx377 CmdToInfoMap aCmdToInfo; in impl_fill() local
379 aCmdToInfo.bPopup = _bPopup; in impl_fill()
380 xNameAccess->getByName( m_aPropUILabel ) >>= aCmdToInfo.aLabel; in impl_fill()
381 xNameAccess->getByName( m_aPropUIContextLabel ) >>= aCmdToInfo.aContextLabel; in impl_fill()
382 xNameAccess->getByName( m_aPropProperties ) >>= aCmdToInfo.nProperties; in impl_fill()
384 … m_aCmdInfoCache.insert( CommandToInfoCache::value_type( aNameSeq[i], aCmdToInfo )); in impl_fill()
386 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_IMAGE ) in impl_fill()
388 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_ROTATE ) in impl_fill()
390 if ( aCmdToInfo.nProperties & COMMAND_PROPERTY_MIRROR ) in impl_fill()

Completed in 30 milliseconds