Home
last modified time | relevance | path

Searched refs:m_pView (Results 1 – 25 of 37) sorted by relevance

12

/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx116 m_pView(pSwView), in SwXTextView()
170 m_pView = 0; in Invalidate()
538 m_pView->StopShellTimer(); in getSelection()
540 SwWrtShell& rSh = m_pView->GetWrtShell(); in getSelection()
541 ShellModes eSelMode = m_pView->GetShellMode(); in getSelection()
607 uno::Reference< frame::XModel > xModel = m_pView->GetDocShell()->GetBaseModel(); in getSelection()
762 if(m_pView) in getViewSettings()
767 …pxViewSettings = static_cast < HelperBaseNoState * > ( new SwXViewSettings( sal_False, m_pView ) ); in getViewSettings()
783 SwWrtShell& rSh = m_pView->GetWrtShell(); in getRubyList()
784 ShellModes eSelMode = m_pView->GetShellMode(); in getRubyList()
[all …]
H A Dunodispatch.cxx54 m_pView(&rVw) in SwXDispatchProviderInterceptor()
56 …uno::Reference< frame::XFrame> xUnoFrame = m_pView->GetViewFrame()->GetFrame().GetFrameInterface(); in SwXDispatchProviderInterceptor()
86 if(m_pView && !aURL.Complete.compareToAscii(cURLStart, 23)) in queryDispatch()
94 m_xDispatch = new SwXDispatch(*m_pView); in queryDispatch()
213 m_pView = 0; in Invalidate()
219 m_pView(&rVw), in SwXDispatch()
229 if(m_bListenerAdded && m_pView) in ~SwXDispatch()
231 uno::Reference<view::XSelectionSupplier> xSupplier = m_pView->GetUNOObject(); in ~SwXDispatch()
242 if(!m_pView) in dispatch()
244 SwWrtShell& rSh = m_pView->GetWrtShell(); in dispatch()
[all …]
/AOO41X/main/reportdesign/source/ui/report/
H A DReportSection.cxx88 ,m_pView(NULL) in DBG_NAME()
133 ::std::auto_ptr<OSectionView> aTemp( m_pView); in ~OReportSection()
134 if ( m_pView ) in ~OReportSection()
135 m_pView->EndListening( *m_pModel ); in ~OReportSection()
136 m_pView = NULL; in ~OReportSection()
145 if ( m_pView && m_nPaintEntranceCount == 0) in Paint()
149 SdrPageView* pPgView = m_pView->GetSdrPageView(); in Paint()
172 m_pView->CompleteRedraw(this,aPaintRectRegion); in Paint()
195 m_pView = new OSectionView( m_pModel.get(), this, m_pParent->getViewsWindow()->getView() ); in fill()
202 m_pView->ShowSdrPage( m_pPage ); in fill()
[all …]
H A Dpropbrw.cxx114 ,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()
543 OViewsWindow* pViews = m_pView->getReportSection()->getSectionWindow()->getViewsWindow(); 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()
[all …]
H A DReportWindow.cxx67 ,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()
/AOO41X/main/svx/source/form/
H A Dfmvwimp.cxx438 ,m_pView(_pView) in FmXFormView()
480 DBG_ASSERT( m_pView, "FmXFormView::notifyViewDying: my view already died!" ); in notifyViewDying()
481 m_pView = NULL; in notifyViewDying()
518 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated()
519 m_pView->GetFormShell()->GetImpl()->formActivated( rEvent ); in formActivated()
525 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated()
526 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated()
696 if ( !m_pView )
703 …if (m_pView->GetFormShell() && m_pView->GetActualOutDev() && m_pView->GetActualOutDev()->GetOutDev…
705 … Window* pWindow = const_cast<Window*>(static_cast<const Window*>(m_pView->GetActualOutDev()));
[all …]
/AOO41X/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx64 ,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()
88 sal_uLong nViewControlWord = m_pView->GetControlWord(); in RichTextControlImpl()
90 m_pView->SetControlWord( nViewControlWord ); in RichTextControlImpl()
94 m_pView->SetVisArea( Rectangle( Point( ), m_pViewport->GetOutputSize() ) ); in RichTextControlImpl()
104 m_pEngine->RemoveView( m_pView ); in ~RichTextControlImpl()
106 delete m_pView; in ~RichTextControlImpl()
130 … SvxScriptSetItem aNormalizedSet( (WhichId)_pHandler->first, *m_pView->GetAttribs().GetPool() ); in implUpdateAttribute()
[all …]
H A Drichtextviewport.cxx47 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 Drichtextimplcontrol.hxx67 EditView* m_pView; member in frm::RichTextControlImpl
74 inline EditView* getView( const GrantAccess& ) const { return m_pView; } in getView()
/AOO41X/main/sw/source/ui/app/
H A Dapphdl.cxx269 SwView* m_pView; // never owner member in __anoned000d0e0111::SwMailMergeWizardExecutor
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()
322 …static_cast<SwMailMergeChildWindow*>(m_pView->GetViewFrame()->GetChildWindow(FN_MAILMERGE_CHILDWIN… in ExecuteMailMergeWizard()
327 m_pMMConfig = m_pView->GetMailMergeConfigItem(); in ExecuteMailMergeWizard()
328 nRestartPage = m_pView->GetMailMergeRestartPage(); in ExecuteMailMergeWizard()
329 if(m_pView->IsMailMergeSourceView()) in ExecuteMailMergeWizard()
[all …]
/AOO41X/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx63 m_pView(pSwView), in SwDrawBase()
82 … if (m_pView->GetWrtShellPtr()) // Im view-Dtor koennte die wrtsh bereits geloescht worden sein... in ~SwDrawBase()
321 m_pView->LeaveDrawCreate(); in MouseButtonUp()
350 SfxItemSet aSet(m_pView->GetPool(),RES_COL,RES_COL); in MouseButtonUp()
395 m_pView->LeaveDrawCreate(); // In Selektionsmode wechseln in MouseButtonUp()
402 m_pView->NoRotate(); in MouseButtonUp()
413 m_pView->LeaveDrawCreate(); in MouseButtonUp()
417 m_pView->NoRotate(); in MouseButtonUp()
455 m_pView->LeaveDrawCreate(); // In Selektionsmode wechseln in MouseButtonUp()
462 m_pView->NoRotate(); in MouseButtonUp()
[all …]
H A Dconrect.cxx76 m_pView->NoRotate(); in MouseButtonDown()
77 if (m_pView->IsDrawSelMode()) in MouseButtonDown()
79 m_pView->FlipDrawSelMode(); in MouseButtonDown()
80 m_pSh->GetDrawView()->SetFrameDragSingles(m_pView->IsDrawSelMode()); in MouseButtonDown()
145 m_pView->BeginTextEdit( pObj, pPV, m_pWin, sal_True ); in MouseButtonUp()
147 m_pView->LeaveDrawCreate(); // In Selektionsmode wechseln in MouseButtonUp()
/AOO41X/main/dbaccess/source/ui/relationdesign/
H A DRelationTableView.cxx117 Reference< XConnection> xConnection = m_pView->getController().getConnection(); in ReSync()
131 TTableWindowData* pTabWinDataList = m_pView->getController().getTableWindowData(); in ReSync()
159 TTableConnectionData* pTabConnDataList = m_pView->getController().getTableConnectionData(); 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()
[all …]
/AOO41X/main/fpicker/source/office/
H A Dasyncfilepicker.cxx47 ,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()
/AOO41X/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx343 TTableWindowData* pTabWinDataList = m_pView->getController().getTableWindowData(); in ReSync()
383 TTableConnectionData* pTabConnDataList = m_pView->getController().getTableConnectionData(); in ReSync()
414 m_pView->getController().setModified(sal_True); in ClearAll()
478 Reference< XConnection> xConnection = m_pView->getController().getConnection(); in AddTabWin()
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()
954 TTableWindowData* pTabWinDataList = m_pView->getController().getTableWindowData(); in HideTabWin()
991 m_pView->getController().InvalidateFeature(ID_BROWSER_ADDTABLE); in HideTabWin()
997 m_pView->getController().setModified( sal_True ); in HideTabWin()
[all …]
H A DJoinTableView.cxx230 ,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 …]
/AOO41X/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx106 ,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()
[all …]
/AOO41X/main/dbaccess/source/ui/control/
H A Dsqledit.cxx46 ,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();
/AOO41X/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx375 :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()
/AOO41X/main/reportdesign/source/ui/inc/
H A Dpropbrw.hxx67 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 DReportSection.hxx51 OSectionView* m_pView; member in rptui::OReportSection
123 inline OSectionView& getSectionView() const { return *m_pView; } in getSectionView()
H A DReportWindow.hxx60 ODesignView* m_pView; member in rptui::OReportWindow
88 inline ODesignView* getReportView() const { return m_pView; } in getReportView()
/AOO41X/main/sw/source/ui/inc/
H A Dunotxvw.hxx72 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()
/AOO41X/main/dbaccess/inc/
H A Dgenericcontroller.hxx218 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()
/AOO41X/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx121 OJoinDesignView* m_pView; member in dbaui::OJoinTableView
181 OJoinDesignView* getDesignView() const { return m_pView; } in getDesignView()

12