Searched refs:rUIElement (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/framework/source/layoutmanager/ |
| H A D | uielement.cxx | 126 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 D | toolbarlayoutmanager.cxx | 272 const UIElement& rUIElement, in insertDockingAreaSize() argument 278 if ( isHorizontalDockingArea( rUIElement.m_aDockedData.m_nDockedArea ) ) in insertDockingAreaSize() 280 nAreaPos = rUIElement.m_aDockedData.m_aPos.Y(); in insertDockingAreaSize() 285 nAreaPos = rUIElement.m_aDockedData.m_aPos.X(); in insertDockingAreaSize() 633 UIElement& rUIElement = impl_findToolbar( pIter->m_aName ); in refreshToolbarsVisibility() local 634 if ( rUIElement.m_aName == pIter->m_aName ) in refreshToolbarsVisibility() 636 rUIElement.m_bVisible = aUIElement.m_bVisible; in refreshToolbarsVisibility() 1270 …oolBar( const ::rtl::OUString& aName, bool& bNotify, uno::Reference< ui::XUIElement >& rUIElement ) in implts_createToolBar() argument 1291 rUIElement = xUIElement; in implts_createToolBar() 1781 UIElement& rUIElement = impl_findToolbar( aName ); in implts_writeNewWindowStateData() local [all …]
|
| H A D | toolbarlayoutmanager.hxx | 218 …void implts_setElementData( UIElement& rUIElement, const ::com::sun::star::uno::Refere… 227 …r::ui::DockingArea eDockingArea, DockingOperation eDockingOperation, const UIElement& rUIElement ); 244 bool implts_insertToolbar( const UIElement& rUIElement ); 245 void implts_setToolbar( const UIElement& rUIElement ); 263 UIElement& rUIElement, 281 … bool& bNotify, ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElement >& rUIElement );
|
| /AOO42X/main/framework/inc/uielement/ |
| H A D | uielement.hxx | 94 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 );
|
| /AOO42X/main/framework/inc/services/ |
| H A D | layoutmanager.hxx | 241 …void implts_setElementData( UIElement& rUIElement, const ::com::sun::star::uno::Reference< ::com::…
|