Lines Matching refs:m_pView
106 ,m_pView(NULL) in DBG_NAME()
402 m_xFrame->setComponent( VCLUnoHelper::GetInterface( m_pView ), this ); in attachFrame()
553 m_pView = NULL; in dispose()
646 m_pView = NULL; in disposing()
678 const sal_uInt16 nCurrentPage = m_pView->getActivaPage(); in updateViewDataFromActivePage()
716 m_pView->activatePage( nNewPage ); in selectPageFromViewData()
728 m_pView = new OPropertyBrowserView(m_aContext.getLegacyServiceFactory(), _pParentWin); in Construct()
729 m_pView->setPageActivationHandler(LINK(this, OPropertyBrowserController, OnPageActivation)); in Construct()
734 m_xView = VCLUnoHelper::GetInterface(m_pView); in Construct()
743 m_pView->Show(); in Construct()
1134 if( m_pView ) in getMinimumSize()
1135 return m_pView->getMinimumSize(); in getMinimumSize()
1320 m_pView->activatePage( m_aPageIds[ aCategories[0].ProgrammaticName ] ); in UpdateUI()
1323 m_pView->activatePage( m_aPageIds.begin()->second ); in UpdateUI()
1439 InfoBox(m_pView, eVetoException.Message).Execute(); in Commit()
1508 …NSTASCII_USTRINGPARAM( "DialogParentWindow" ) ), makeAny( VCLUnoHelper::GetInterface( m_pView ) ) ) in getPropertyHandlers()