Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/toolpanel/
H A Ddrawerlayouter.cxx279 const size_t nPanelPos = impl_getPanelPositionFromWindow( pWindowEvent->GetWindow() ); in IMPL_LINK() local
280 if ( nPanelPos != m_rPanelDeck.GetActivePanel() ) in IMPL_LINK()
282 m_rPanelDeck.ActivatePanel( nPanelPos ); in IMPL_LINK()
286 PToolPanel pPanel( m_rPanelDeck.GetPanel( nPanelPos ) ); in IMPL_LINK()
/aoo4110/main/sfx2/source/dialog/
H A Dtaskpane.cxx610 size_t nPanelPos = m_aPanelDeck.GetPanelCount(); in impl_initFromConfiguration() local
614 while ( nPanelPos > 0 ) in impl_initFromConfiguration()
618 GetPanelResourceURL( --nPanelPos ) in impl_initFromConfiguration()
622 ++nPanelPos; in impl_initFromConfiguration()
627 nPanelPos = m_aPanelDeck.InsertPanel( pCustomPanel, nPanelPos ); in impl_initFromConfiguration()

Completed in 29 milliseconds