Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx60 ILayoutNotifications* pParentLayouter ) in ToolbarLayoutManager() argument
64 m_pParentLayouter( pParentLayouter ), in ToolbarLayoutManager()
3892 ILayoutNotifications* pParentLayouter( m_pParentLayouter ); in toggleFloatingMode() local
3895 if ( pParentLayouter ) in toggleFloatingMode()
3896pParentLayouter->requestLayout( ILayoutNotifications::HINT_TOOLBARSPACE_HAS_CHANGED ); in toggleFloatingMode()
4096 ILayoutNotifications* pParentLayouter( m_pParentLayouter ); in elementReplaced() local
4099 if ( bNotify && pParentLayouter ) in elementReplaced()
4100pParentLayouter->requestLayout( ILayoutNotifications::HINT_TOOLBARSPACE_HAS_CHANGED ); in elementReplaced()
H A Dtoolbarlayoutmanager.hxx89 ILayoutNotifications* pParentLayouter );