Home
last modified time | relevance | path

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

/aoo4110/main/framework/source/layoutmanager/
H A Duielement.cxx48 bool UIElement::operator< ( const ::framework::UIElement& aUIElement ) const in operator <()
50 if ( !m_xUIElement.is() && aUIElement.m_xUIElement.is() ) in operator <()
52 else if ( m_xUIElement.is() && !aUIElement.m_xUIElement.is() ) in operator <()
54 else if ( !m_bVisible && aUIElement.m_bVisible ) in operator <()
56 else if ( m_bVisible && !aUIElement.m_bVisible ) in operator <()
58 else if ( !m_bFloating && aUIElement.m_bFloating ) in operator <()
60 else if ( m_bFloating && !aUIElement.m_bFloating ) in operator <()
90 if ( m_bUserActive && !aUIElement.m_bUserActive ) in operator <()
92 else if ( !m_bUserActive && aUIElement.m_bUserActive ) in operator <()
110 if ( m_bUserActive && !aUIElement.m_bUserActive ) in operator <()
[all …]
H A Dtoolbarlayoutmanager.cxx564 if ( !aUIElement.m_bFloating ) in showToolbar()
569 aUIElement.m_bVisible = true; in showToolbar()
571 implts_setToolbar( aUIElement ); in showToolbar()
587 if ( !aUIElement.m_bFloating ) in hideToolbar()
590 aUIElement.m_bVisible = false; in hideToolbar()
612 UIElement aUIElement; in refreshToolbarsVisibility() local
688 if ( aUIElement.m_xUIElement.is() ) in dockToolbar()
3466 m_aDockUIElement = aUIElement; in startDocking()
3921 UIElement aUIElement; in closed() local
3941 aUIElement = *pIter; in closed()
[all …]
H A Dtoolbarlayoutmanager.hxx254 …void implts_calcDockingPosSize( UIElement& aUIElement, DockingOperation& eDockOperatio…
/aoo4110/main/framework/inc/uielement/
H A Duielement.hxx112 bool operator< ( const UIElement& aUIElement ) const;

Completed in 117 milliseconds