Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/layoutmanager/
H A Duielement.cxx126 UIElement& UIElement::operator= ( const UIElement& rUIElement ) in operator =() argument
128 if (&rUIElement != this) in operator =()
130 m_aType = rUIElement.m_aType; in operator =()
131 m_aName = rUIElement.m_aName; in operator =()
132 m_aUIName = rUIElement.m_aUIName; in operator =()
133 m_xUIElement = rUIElement.m_xUIElement; in operator =()
134 m_bFloating = rUIElement.m_bFloating; in operator =()
135 m_bVisible = rUIElement.m_bVisible; in operator =()
136 m_bUserActive = rUIElement.m_bUserActive; in operator =()
137 m_bCreateNewRowCol0 = rUIElement.m_bCreateNewRowCol0; in operator =()
[all …]
H A Dtoolbarlayoutmanager.cxx621 UIElement& rUIElement = impl_findToolbar( pIter->m_aName ); in refreshToolbarsVisibility() local
622 if ( rUIElement.m_aName == pIter->m_aName ) in refreshToolbarsVisibility()
624 rUIElement.m_bVisible = aUIElement.m_bVisible; in refreshToolbarsVisibility()
1266 …oolBar( const ::rtl::OUString& aName, bool& bNotify, uno::Reference< ui::XUIElement >& rUIElement ) in implts_createToolBar() argument
1287 rUIElement = xUIElement; in implts_createToolBar()
1777 UIElement& rUIElement = impl_findToolbar( aName ); in implts_writeNewWindowStateData() local
1778 if ( rUIElement.m_xUIElement.is() ) in implts_writeNewWindowStateData()
1780 rUIElement.m_bVisible = bVisible; in implts_writeNewWindowStateData()
1781 rUIElement.m_bFloating = bFloating; in implts_writeNewWindowStateData()
1784 rUIElement.m_aFloatingData.m_aPos = ::Point( aPos.X, aPos.Y ); in implts_writeNewWindowStateData()
[all …]
H A Dtoolbarlayoutmanager.hxx218 …void implts_setElementData( UIElement& rUIElement, const ::com::sun::star::uno::Refere…
226 …r::ui::DockingArea eDockingArea, DockingOperation eDockingOperation, const UIElement& rUIElement );
243 bool implts_insertToolbar( const UIElement& rUIElement );
244 void implts_setToolbar( const UIElement& rUIElement );
262 UIElement& rUIElement,
280 … bool& bNotify, ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& rUIElement );
/AOO41X/main/framework/inc/uielement/
H A Duielement.hxx94 const com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& rUIElement, in UIElement()
98 m_xUIElement( rUIElement ), in UIElement()
113 UIElement& operator=( const UIElement& rUIElement );
/AOO41X/main/framework/inc/services/
H A Dlayoutmanager.hxx241 …void implts_setElementData( UIElement& rUIElement, const ::com::sun::star::uno::Reference< ::com::…