Lines Matching refs:nPagePos
256 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
257 UpdateEnabled( nPagePos, sal_True ); in ProcessWindowEvent()
266 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
267 UpdateEnabled( nPagePos, sal_False ); in ProcessWindowEvent()
281 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
282 UpdateSelected( nPagePos, sal_True ); in ProcessWindowEvent()
291 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
292 UpdateSelected( nPagePos, sal_False ); in ProcessWindowEvent()
301 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
302 InsertChild( nPagePos ); in ProcessWindowEvent()
346 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() local
347 UpdatePageText( nPagePos ); in ProcessWindowEvent()