Home
last modified time | relevance | path

Searched refs:m_pTabPage (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/accessibility/source/standard/
H A Dvclxaccessibletabpagewindow.cxx45 m_pTabPage = static_cast< TabPage* >( GetWindow() ); in VCLXAccessibleTabPageWindow()
46 if ( m_pTabPage ) in VCLXAccessibleTabPageWindow()
48 Window* pParent = m_pTabPage->GetAccessibleParentWindow(); in VCLXAccessibleTabPageWindow()
57 if ( m_pTabControl->GetTabPage( nPageId ) == m_pTabPage ) in VCLXAccessibleTabPageWindow()
82 if ( m_pTabPage ) in implGetBounds()
84 Rectangle aRect = Rectangle( m_pTabPage->GetPosPixel(), m_pTabPage->GetSizePixel() ); in implGetBounds()
102 m_pTabPage = NULL; in disposing()
/aoo4110/main/sfx2/source/dialog/
H A Dbasedlgs.cxx839 delete pImpl->m_pTabPage; in ~SfxSingleTabDialog()
872 if ( pImpl->m_pTabPage ) in SetPage()
873 delete pImpl->m_pTabPage; in SetPage()
876 pImpl->m_pTabPage = pNewPage; in SetPage()
878 if ( pImpl->m_pTabPage ) in SetPage()
881 pImpl->m_pTabPage->SetPosPixel( Point() ); in SetPage()
907 pImpl->m_pTabPage->Show(); in SetPage()
910 SetText( pImpl->m_pTabPage->GetText() ); in SetPage()
913 SetHelpId( pImpl->m_pTabPage->GetHelpId() ); in SetPage()
941 if ( pImpl->m_pTabPage ) in SetTabPage()
[all …]
/aoo4110/main/sfx2/inc/sfx2/
H A Dbasedlgs.hxx174 TabPage* m_pTabPage; member
182 m_pTabPage( NULL ), m_pSfxPage( NULL ), m_pLine( NULL ), m_pInfoImage( NULL ) {} in SingleTabDlgImpl()
/aoo4110/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessibletabpagewindow.hxx42 TabPage* m_pTabPage; member in VCLXAccessibleTabPageWindow

Completed in 23 milliseconds