Lines Matching refs:pImpl

103 	pImpl = new FmXFormView(::comphelper::getProcessServiceFactory(),this);  in Init()
104 pImpl->acquire(); in Init()
156 pImpl->notifyViewDying(); in ~FmFormView()
157 pImpl->release(); in ~FmFormView()
158 pImpl = NULL; in ~FmFormView()
177 if ( pImpl->m_pMarkedGrid && pImpl->m_pMarkedGrid != pObj ) in MarkListHasChanged()
179 pImpl->m_pMarkedGrid = NULL; in MarkListHasChanged()
180 if ( pImpl->m_xWindow.is() ) in MarkListHasChanged()
182 pImpl->m_xWindow->removeFocusListener(pImpl); in MarkListHasChanged()
183 pImpl->m_xWindow = NULL; in MarkListHasChanged()
225 pImpl->addWindow( *pPageWindow ); in AddWindowToPaintView()
233 pImpl->removeWindow( pPageWindow->GetControlContainer() ); in DeleteWindowFromPaintView()
261 pImpl->Deactivate( sal_True ); in ChangeDesignMode()
283 pImpl->Activate(); in ChangeDesignMode()
316 pImpl->AutoFocus(); in ChangeDesignMode()
329 pImpl->AutoFocus( _bForceSync ); in GrabFirstControlFocus()
363 pImpl->Activate(); in ShowSdrPage()
379 pImpl->Deactivate( sal_True ); in HideSdrPage()
406 pImpl->addWindow(rPageWindow); in ActivateControls()
419 pImpl->removeWindow(rPageWindow.GetControlContainer() ); in DeactivateControls()
426 return pImpl->implCreateFieldControl( _rColumnDescriptor ); in CreateFieldControl()
432 return pImpl->implCreateXFormsControl(_rDesc); in CreateXFormsControl()
452 return pImpl->implCreateFieldControl( aColumnDescriptor ); in CreateFieldControl()
469 pImpl->addWindow(rPageWindow); in InsertControlContainer()
482 pImpl->removeWindow( xCC ); in RemoveControlContainer()
490 pImpl->suspendTabOrderUpdate(); in BeginCompleteRedraw()
498 pImpl->resumeTabOrderUpdate(); in EndCompleteRedraw()
523 pImpl->m_pMarkedGrid = pObj; in KeyInput()
524 pImpl->m_xWindow = xWindow; in KeyInput()
526 pImpl->m_xWindow->addFocusListener(pImpl); in KeyInput()
554 Reference< ::com::sun::star::awt::XControl> xControl(pImpl->m_xWindow,UNO_QUERY); in checkUnMarkAll()
617 return pImpl->getFormController( _rxForm, _rDevice ); in GetFormController()