Home
last modified time | relevance | path

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

/aoo41x/main/extensions/source/propctrlr/
H A Dpropertyeditor.hxx55 struct HiddenPage struct in pcr::OPropertyEditor
59 HiddenPage() : nPos( 0 ), pPage( NULL ) { } in HiddenPage() function
60 HiddenPage( sal_uInt16 _nPos, TabPage* _pPage ) : nPos( _nPos ), pPage( _pPage ) { } in HiddenPage() function
74 ::std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
H A Dpropertyeditor.cxx460 … m_aHiddenPages[ _nPageId ] = HiddenPage( nPagePos, m_aTabControl.GetTabPage( _nPageId ) ); in ShowPropertyPage()
465 … ::std::map< sal_uInt16, HiddenPage >::iterator aPagePos = m_aHiddenPages.find( _nPageId ); in ShowPropertyPage()

Completed in 23 milliseconds