/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 170 m_pView = 0; in Invalidate() 762 if(m_pView) in getViewSettings() 944 if (m_pView && m_pView->GetTmpSelectionDoc().Is()) in NotifySelChanged() 1189 if(m_pView) in IsTextSelection() 1225 if(m_pView) in getPosition() 1250 if(m_pView) in collapseToStart() 1275 if(m_pView) in collapseToEnd() 1301 if(m_pView) in isCollapsed() 1321 if(m_pView) in goLeft() 1340 if(m_pView) in goRight() [all …]
|
H A D | unodispatch.cxx | 54 m_pView(&rVw) in SwXDispatchProviderInterceptor() 213 m_pView = 0; in Invalidate() 219 m_pView(&rVw), in SwXDispatch() 229 if(m_bListenerAdded && m_pView) in ~SwXDispatch() 242 if(!m_pView) in dispatch() 244 SwWrtShell& rSh = m_pView->GetWrtShell(); in dispatch() 305 if(!m_pView) in addStatusListener() 307 ShellModes eMode = m_pView->GetShellMode(); in addStatusListener() 366 if(m_aListenerList.empty() && m_pView) in removeStatusListener() 379 ShellModes eMode = m_pView->GetShellMode(); in selectionChanged() [all …]
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 88 ,m_pView(NULL) in DBG_NAME() 134 if ( m_pView ) in ~OReportSection() 136 m_pView = NULL; in ~OReportSection() 300 m_pView->MarkObj( pNeuObj, m_pView->GetSdrPageView() ); in Paste() 322 m_pView->BrkAction(); in Delete() 323 m_pView->DeleteMarked(); in Delete() 431 if ( m_pView ) in SelectAll() 443 m_pView->MarkObj( pObjIter, m_pView->GetSdrPageView() ); in SelectAll() 499 m_pView->EndAction(); in Command() 704 if ( m_pView ) in getCurrentControlModel() [all …]
|
H A D | propbrw.cxx | 114 ,m_pView( NULL ) in DBG_NAME() 510 if ( m_pView ) in Update() 512 EndListening( *(m_pView->GetModel()) ); in Update() 513 m_pView = NULL; in Update() 540 m_pView = pNewView; in Update() 560 else if ( m_xLastSection != m_pView->getReportSection()->getSection() ) in Update() 562 uno::Reference< uno::XInterface> xTemp(m_pView->getReportSection()->getSection()); in Update() 571 StartListening( *(m_pView->GetModel()) ); in Update() 586 if ( m_pView ) in Update() 588 EndListening( *(m_pView->GetModel()) ); in Update() [all …]
|
H A D | ReportWindow.cxx | 67 ,m_pView(_pView) in DBG_NAME() 165 const Fraction aZoom(m_pView->getController().getZoomValue(),100); in GetTotalWidth() 167 …const sal_Int32 nPaperWidth = getStyleProperty<awt::Size>(m_pView->getController().getReportDefini… in GetTotalWidth() 182 … Fraction aStartWidth(long(REPORT_STARTMARKER_WIDTH)*m_pView->getController().getZoomValue(),100); in Resize() 308 m_pView->UpdatePropertyBrowserDelayed(pSectionWindow->getReportSection().getSectionView()); in showProperties() 408 …const sal_Int32 nPaperWidth = getStyleProperty<awt::Size>(m_pView->getController().getReportDefini… in impl_getRealPixelWidth() 421 nZoom = m_pView->getController().getZoomValue(); in getZoomFactor()
|
/trunk/main/svx/source/form/ |
H A D | fmvwimp.cxx | 438 ,m_pView(_pView) in FmXFormView() 481 m_pView = NULL; in notifyViewDying() 518 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated() 525 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated() 696 if ( !m_pView ) 703 …if (m_pView->GetFormShell() && m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDev… 783 return m_pView ? m_pView->GetFormShell() : NULL; in GetFormShell() 997 FmFormShell* pShell = m_pView ? m_pView->GetFormShell() : NULL; in onCreatedFormObject() 1734 if ( m_pView ) in saveMarkList() 1792 if ( !m_pView ) in restoreMarkList() [all …]
|
/trunk/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 64 ,m_pView ( NULL ) in RichTextControlImpl() 81 m_pView = new EditView( m_pEngine, m_pViewport ); in RichTextControlImpl() 82 m_pEngine->InsertView( m_pView ); in RichTextControlImpl() 83 m_pViewport->setView( *m_pView ); in RichTextControlImpl() 90 m_pView->SetControlWord( nViewControlWord ); in RichTextControlImpl() 104 m_pEngine->RemoveView( m_pView ); in ~RichTextControlImpl() 106 delete m_pView; in ~RichTextControlImpl() 159 if ( m_pSelectionListener && m_pView ) in updateAllAttributes() 281 ScriptType nScript = m_pView->GetSelectedScriptType(); in getSelectedScriptType() 553 m_pView->SetReadOnly( _bReadOnly ); in SetReadOnly() [all …]
|
H A D | richtextviewport.cxx | 47 m_pView = &_rView; in setView() 54 m_pView->Paint( _rRect ); in Paint() 61 m_pView->SetSelectionMode( EE_SELMODE_STD ); in GetFocus() 62 m_pView->ShowCursor( sal_True ); in GetFocus() 68 m_pView->HideCursor(); in LoseFocus() 69 m_pView->SetSelectionMode( m_bHideInactiveSelection ? EE_SELMODE_HIDDEN : EE_SELMODE_STD ); in LoseFocus() 76 if ( !m_pView->PostKeyEvent( _rKEvt ) ) in KeyInput() 86 m_pView->MouseMove( _rMEvt ); in MouseMove() 93 m_pView->MouseButtonDown( _rMEvt ); in MouseButtonDown() 101 m_pView->MouseButtonUp( _rMEvt ); in MouseButtonUp() [all …]
|
H A D | richtextimplcontrol.hxx | 67 EditView* m_pView; member in frm::RichTextControlImpl 74 inline EditView* getView( const GrantAccess& ) const { return m_pView; } in getView()
|
/trunk/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 291 : m_pView( 0 ), in SwMailMergeWizardExecutor() 306 if ( m_pView ) in ExecuteMailMergeWizard() 312 m_pView = ::GetActiveView(); // not owner! in ExecuteMailMergeWizard() 313 DBG_ASSERT(m_pView, "no current view?"); in ExecuteMailMergeWizard() 314 if(m_pView) in ExecuteMailMergeWizard() 329 if(m_pView->IsMailMergeSourceView()) in ExecuteMailMergeWizard() 330 m_pMMConfig->SetSourceView( m_pView ); in ExecuteMailMergeWizard() 341 m_pMMConfig->SetSourceView(m_pView); in ExecuteMailMergeWizard() 450 m_pView = pNewView; in IMPL_LINK() 453 m_pMMConfig->SetSourceView( m_pView ); in IMPL_LINK() [all …]
|
/trunk/main/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 63 m_pView(pSwView), in SwDrawBase() 321 m_pView->LeaveDrawCreate(); in MouseButtonUp() 402 m_pView->NoRotate(); in MouseButtonUp() 413 m_pView->LeaveDrawCreate(); in MouseButtonUp() 417 m_pView->NoRotate(); in MouseButtonUp() 462 m_pView->NoRotate(); in MouseButtonUp() 472 m_pView->LeaveDrawCreate(); in MouseButtonUp() 476 m_pView->NoRotate(); in MouseButtonUp() 562 m_pView->LeaveDrawCreate(); in KeyInput() 694 m_pView->LeaveDrawCreate(); in EnterSelectMode() [all …]
|
H A D | conrect.cxx | 68 m_pView->NoRotate(); in MouseButtonDown() 69 if (m_pView->IsDrawSelMode()) in MouseButtonDown() 71 m_pView->FlipDrawSelMode(); in MouseButtonDown() 72 m_pSh->GetDrawView()->SetFrameDragSingles(m_pView->IsDrawSelMode()); in MouseButtonDown() 135 m_pView->BeginTextEdit( pObj, pPV, m_pWin, sal_True ); in MouseButtonUp() 137 m_pView->LeaveDrawCreate(); // In Selektionsmode wechseln in MouseButtonUp()
|
/trunk/main/dbaccess/source/ui/relationdesign/ |
H A D | RelationTableView.cxx | 131 TTableWindowData* pTabWinDataList = m_pView->getController().getTableWindowData(); in ReSync() 191 return !m_pView->getController().isReadOnly(); in IsAddAllowed() 348 m_pView->getController().getTableWindowData()->push_back( pNewTabWinData); in AddTabWin() 374 m_pView->getController().ClearUndoManager(); in RemoveTabWin() 377 m_pView->getController().InvalidateFeature(SID_RELATION_ADD_RELATION); in RemoveTabWin() 378 m_pView->getController().InvalidateFeature(ID_BROWSER_UNDO); in RemoveTabWin() 379 m_pView->getController().InvalidateFeature(ID_BROWSER_REDO); in RemoveTabWin() 445 m_pView->getController().ClearUndoManager(); in _elementRemoved() 448 m_pView->getController().InvalidateFeature(SID_RELATION_ADD_RELATION); in _elementRemoved() 449 m_pView->getController().InvalidateFeature(ID_BROWSER_UNDO); in _elementRemoved() [all …]
|
/trunk/main/fpicker/source/office/ |
H A D | asyncfilepicker.cxx | 47 ,m_pView ( _pView ) in DBG_NAME() 53 DBG_ASSERT( m_pView, "AsyncPickerAction::AsyncPickerAction: invalid view!" ); in DBG_NAME() 86 if ( m_pView ) in cancel() 87 m_pView->CancelRunningAsyncAction(); in cancel() 126 eResult = m_pView->PreviousLevel( pActionDescriptor.get() ); in execute() 130 eResult = m_pView->Initialize( _rURL, _rFilter, pActionDescriptor.get(), rBlackList ); in execute() 137 eResult = m_pView->ExecuteFilter( _rFilter, pActionDescriptor.get() ); in execute() 193 m_pDialog->UpdateControls( m_pView->GetViewURL() ); in IMPL_LINK() 198 m_pView->SetNoSelection(); in IMPL_LINK()
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | QueryTableView.cxx | 414 m_pView->getController().setModified(sal_True); in ClearAll() 677 m_pView->getController().addUndoActionAndInvalidate( pUndoAction ); in AddTabWin() 868 SfxUndoManager& rUndoMgr = m_pView->getController().GetUndoManager(); in RemoveTabWin() 881 m_pView->getController().addUndoActionAndInvalidate( pUndoAction ); in RemoveTabWin() 991 m_pView->getController().InvalidateFeature(ID_BROWSER_ADDTABLE); in HideTabWin() 997 m_pView->getController().setModified( sal_True ); in HideTabWin() 998 m_pView->getController().InvalidateFeature(SID_BROWSER_CLEAR_QUERY); in HideTabWin() 1055 m_pView->getController().InvalidateFeature(ID_BROWSER_ADDTABLE); in ShowTabWin() 1073 if(!m_pView->getController().isReadOnly()) in ShowTabWin() 1074 m_pView->getController().setModified( sal_True ); in ShowTabWin() [all …]
|
H A D | JoinTableView.cxx | 230 ,m_pView( pView ) in OJoinTableView() 312 m_pView->getController().removeConnectionData( _pConn->GetData() ); in RemoveConnection() 392 m_pView->getController().getTableWindowData()->push_back( pNewTabWinData); in AddTabWin() 450 OJoinController& rController = m_pView->getController(); in RemoveTabWin() 716 if (m_pView->getController().isReadOnly()) in BeginChildMove() 740 if (m_pView->getController().isReadOnly()) in BeginChildSizing() 1225 m_pView->getController().addUndoActionAndInvalidate(_pAction); in invalidateAndModify() 1253 if (m_pView->getController().isReadOnly()) in IsAddAllowed() 1258 Reference< XConnection> xConnection = m_pView->getController().getConnection(); in IsAddAllowed() 1653 m_pView->getController().setModified(sal_True); in HideTabWins() [all …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 106 ,m_pView(NULL) in DBG_NAME() 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() 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() 1323 m_pView->activatePage( m_aPageIds.begin()->second ); in UpdateUI() [all …]
|
H A D | propcontroller.hxx | 130 OPropertyBrowserView* m_pView; member in pcr::OPropertyBrowserController 267 sal_Bool haveView() const { return NULL != m_pView; } in haveView() 268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 46 ,m_pView(pParent) in DBG_NAME() 83 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in KeyInput() 124 … OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in IMPL_LINK() 142 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController(); in IMPL_LINK() 156 OJoinController& rController = m_pView->getContainerWindow()->getDesignView()->getController();
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | brwview.cxx | 375 :m_pView(_pView) in DBG_NAME() 379 if (m_pView) in DBG_NAME() 380 m_pView->showStatus(_rStatus); in DBG_NAME() 386 if (m_pView) in ~BrowserViewStatusDisplay() 387 m_pView->showStatus(String()); in ~BrowserViewStatusDisplay()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | propbrw.hxx | 67 OSectionView* m_pView; member in rptui::PropBrw 101 void Update( OSectionView* m_pView ); 103 inline OSectionView* GetCurView() const { return m_pView; } in GetCurView()
|
H A D | ReportSection.hxx | 51 OSectionView* m_pView; member in rptui::OReportSection 123 inline OSectionView& getSectionView() const { return *m_pView; } in getSectionView()
|
H A D | ReportWindow.hxx | 60 ODesignView* m_pView; member in rptui::OReportWindow 88 inline ODesignView* getReportView() const { return m_pView; } in getReportView()
|
/trunk/main/sw/source/ui/inc/ |
H A D | unotxvw.hxx | 72 SwView* m_pView; member in SwXTextView 151 SwView* GetView() {return m_pView;} in GetView() 177 SwView* m_pView; member in SwXTextViewCursor 260 void Invalidate(){m_pView = 0;} in Invalidate()
|
/trunk/main/dbaccess/inc/ |
H A D | genericcontroller.hxx | 218 ODataView* m_pView; // our (VCL) "main window" member in dbaui::OGenericUnoController 412 ODataView* getView() const { return m_pView; } in getView() 413 void setView( ODataView& i_rView ) { m_pView = &i_rView; } in setView() 414 void clearView() { m_pView = NULL; } in clearView()
|