Lines Matching refs:m_aPageIds
681 for ( HashString2Int16::const_iterator pageId = m_aPageIds.begin(); in updateViewDataFromActivePage()
682 pageId != m_aPageIds.end(); in updateViewDataFromActivePage()
704 HashString2Int16::const_iterator pagePos = m_aPageIds.find( _rCategoryName ); in impl_getPageIdForCategory_nothrow()
705 if ( pagePos != m_aPageIds.end() ) in impl_getPageIdForCategory_nothrow()
904 for ( HashString2Int16::const_iterator erase = m_aPageIds.begin(); in stopInspection()
905 erase != m_aPageIds.end(); in stopInspection()
909 clearContainer( m_aPageIds ); in stopInspection()
1204 …OSL_PRECOND( m_aPageIds.empty(), "OPropertyBrowserController::impl_buildCategories_throw: duplicat… in impl_buildCategories_throw()
1215 OSL_ENSURE( m_aPageIds.find( category->ProgrammaticName ) == m_aPageIds.end(), in impl_buildCategories_throw()
1218 m_aPageIds[ category->ProgrammaticName ] = in impl_buildCategories_throw()
1271 m_aPageIds[ aDescriptor.Category ] = in UpdateUI()
1297 for ( HashString2Int16::iterator pageId = m_aPageIds.begin(); in UpdateUI()
1298 pageId != m_aPageIds.end(); in UpdateUI()
1307 m_aPageIds.swap( aSurvivingPageIds ); in UpdateUI()
1316 if ( !m_aPageIds.empty() ) in UpdateUI()
1320 m_pView->activatePage( m_aPageIds[ aCategories[0].ProgrammaticName ] ); in UpdateUI()
1323 m_pView->activatePage( m_aPageIds.begin()->second ); in UpdateUI()