Searched refs:aActivePanel (Results 1 – 7 of 7) sorted by relevance
72 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 …]
77 ::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()
158 ::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()
1055 const ::boost::optional< size_t > aActivePanel( m_pImpl->m_rPanelDeck.GetActivePanel() ); in Paint() local1066 if ( i == aActivePanel ) in Paint()1080 if ( !!aActivePanel ) in Paint()1081 m_pImpl->DrawItem( *aActivePanel, aLogicalPaintRect ); in Paint()
199 ::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()
1153 ::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()
693 ::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 51 milliseconds