Searched refs:m_xMenuBar (Results 1 – 5 of 5) sorted by relevance
207 Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY ); in impl_clearUpMenuBar()237 Reference< XComponent > xComp( m_xMenuBar, UNO_QUERY ); in impl_clearUpMenuBar()240 m_xMenuBar.clear(); in impl_clearUpMenuBar()469 return m_xMenuBar; in implts_findElement()771 Reference< XUIElement > xMenuBar( m_xMenuBar, UNO_QUERY ); in implts_updateUIElementsVisibleState()1214 MenuBarWrapper* pMenuBarWrapper = SAL_STATIC_CAST( MenuBarWrapper*, m_xMenuBar.get() ); in implts_resetInplaceMenuBar()1500 if ( !bInPlaceMenu && !m_xMenuBar.is() && implts_isFrameOrWindowTop( xFrame )) in createElement()1502 m_xMenuBar = implts_createElement( aName ); in createElement()1503 if ( m_xMenuBar.is() ) in createElement()1512 Reference< XPropertySet > xPropSet( m_xMenuBar, UNO_QUERY ); in createElement()[all …]
276 com::sun::star::uno::makeAny(m_xMenuBar), in convertFastPropertyValue()372 aValue >>= m_xMenuBar; in setFastPropertyValue_NoBroadcast()411 aValue <<= m_xMenuBar; in getFastPropertyValue()
127 m_xMenuBar.clear(); in dispose()223 … m_xMenuBar = Reference< XMenuBar >( static_cast< OWeakObject *>( pAwtMenuBar ), UNO_QUERY ); in initialize()
154 …com::sun::star::uno::Reference< com::sun::star::awt::XMenuBar > m_xMenuBar; member in framework::UIConfigElementWrapperBase
336 css::uno::Reference< ::com::sun::star::ui::XUIElement > m_xMenuBar; member in framework::LayoutManager