Home
last modified time | relevance | path

Searched refs:aActivePanel (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/svtools/source/toolpanel/
H A Dtoolpanelcollection.cxx72 return m_pData->aActivePanel; in GetActivePanel()
85 if ( m_pData->aActivePanel == i_rPanel ) in ActivatePanel()
89 m_pData->aActivePanel = i_rPanel; in ActivatePanel()
116 if ( !!m_pData->aActivePanel ) in InsertPanel()
119 ++*m_pData->aActivePanel; in InsertPanel()
136 if ( m_pData->aActivePanel == i_nPosition ) in RemovePanel()
142 ++*m_pData->aActivePanel; in RemovePanel()
146 --*m_pData->aActivePanel; in RemovePanel()
150 m_pData->aActivePanel.reset(); in RemovePanel()
162 if ( !!m_pData->aActivePanel ) in RemovePanel()
[all …]
H A Ddrawerlayouter.cxx77 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in IMPLEMENT_IREFERENCE()
78 if ( !aActivePanel ) in IMPLEMENT_IREFERENCE()
79 aActivePanel = m_aLastKnownActivePanel; in IMPLEMENT_IREFERENCE()
84 const size_t nUpperBound = !!aActivePanel ? *aActivePanel : nPanelCount - 1; in IMPLEMENT_IREFERENCE()
127 ::boost::optional< size_t > aActivePanel( m_rPanelDeck.GetActivePanel() ); in SetFocusToPanelSelector()
128 if ( !aActivePanel ) in SetFocusToPanelSelector()
129 aActivePanel = 0; in SetFocusToPanelSelector()
130 …ENSURE_OR_RETURN_VOID( *aActivePanel < m_aDrawers.size(), "DrawerDeckLayouter::SetFocusToPanelSele… in SetFocusToPanelSelector()
131 m_aDrawers[ *aActivePanel ]->GrabFocus(); in SetFocusToPanelSelector()
H A Dtoolpaneldeck.cxx158 ::boost::optional< size_t > aActivePanel( m_aPanels.GetActivePanel() ); in GetActiveOrDummyPanel_Impl()
159 if ( !aActivePanel ) in GetActiveOrDummyPanel_Impl()
161 return m_aPanels.GetPanel( *aActivePanel ); in GetActiveOrDummyPanel_Impl()
297 ::boost::optional< size_t > aActivePanel( m_aPanels.GetActivePanel() ); in FocusActivePanel()
298 if ( !aActivePanel ) in FocusActivePanel()
301 PToolPanel pActivePanel( m_aPanels.GetPanel( *aActivePanel ) ); in FocusActivePanel()
H A Dpaneltabbar.cxx1055 const ::boost::optional< size_t > aActivePanel( m_pImpl->m_rPanelDeck.GetActivePanel() ); in Paint() local
1066 if ( i == aActivePanel ) in Paint()
1080 if ( !!aActivePanel ) in Paint()
1081 m_pImpl->DrawItem( *aActivePanel, aLogicalPaintRect ); in Paint()
/aoo42x/main/accessibility/source/extended/
H A DAccessibleToolPanelDeck.cxx199 ::boost::optional< size_t > aActivePanel( m_pPanelDeck->GetActivePanel() ); in getActivePanelAccessible()
200 …ENSURE_OR_RETURN( !!aActivePanel, "AccessibleToolPanelDeck_Impl::getActivePanelAccessible: this sh… in getActivePanelAccessible()
201 ::svt::PToolPanel pActivePanel( m_pPanelDeck->GetPanel( *aActivePanel ) ); in getActivePanelAccessible()
287 ::boost::optional< size_t > aActivePanel( m_pImpl->m_pPanelDeck->GetActivePanel() ); in getAccessibleChildCount()
288 if ( !!aActivePanel ) in getAccessibleChildCount()
/aoo42x/main/sfx2/source/dialog/
H A Dtaskpane.cxx1153 ::boost::optional< size_t > aActivePanel( m_rTaskPane.GetPanelDeck().GetActivePanel() ); in impl_togglePanelVisibility()
1154 if ( !aActivePanel ) in impl_togglePanelVisibility()
1200 ::boost::optional< size_t > aActivePanel( m_rTaskPane.GetPanelDeck().GetActivePanel() ); in impl_updateDockingWindowTitle()
1201 if ( !aActivePanel || ( impl_getLayout() == LAYOUT_DRAWERS ) ) in impl_updateDockingWindowTitle()
1205 size_t nNewActive( *aActivePanel ); in impl_updateDockingWindowTitle()
/aoo42x/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx693 ::boost::optional< size_t > aActivePanel( rController.GetToolPanelDeck().GetActivePanel() ); in IMPL_LINK()
694 …size_t nNewPanelPos = !aActivePanel ? rController.GetToolPanelDeck().GetPanelCount() : *aActivePan… in IMPL_LINK()

Completed in 52 milliseconds