Home
last modified time | relevance | path

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

/AOO41X/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx681 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()
[all …]
H A Dpropcontroller.hxx159 HashString2Int16 m_aPageIds; member in pcr::OPropertyBrowserController