Home
last modified time | relevance | path

Searched refs:mpViewShell (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/sd/source/ui/view/
H A Dsdwindow.cxx75 mpViewShell(NULL), in Window()
107 if (mpViewShell != NULL) in ~Window()
109 WindowUpdater* pWindowUpdater = mpViewShell->GetWindowUpdater(); in ~Window()
119 if (mpViewShell != NULL) in SetViewShell()
121 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
126 mpViewShell = pViewSh; in SetViewShell()
129 if (mpViewShell != NULL) in SetViewShell()
131 pWindowUpdater = mpViewShell->GetWindowUpdater(); in SetViewShell()
223 if( mpViewShell && mpViewShell->GetViewFrame() ) in Resize()
224 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_ATTR_ZOOMSLIDER ); in Resize()
[all …]
H A Ddrtxtob1.cxx103 ->GetViewByWindow(mpViewShell->GetActiveWindow()); in Execute()
115 OSL_ASSERT (mpViewShell->GetViewShell()!=NULL); in Execute()
116 …FunctionReference xFunc( FuTemplate::Create( mpViewShell, static_cast< ::sd::Window*>( mpViewShell in Execute()
125 if( mpViewShell && mpViewShell->GetViewFrame() ) in Execute()
126mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_STYLE_APPLY ); in Execute()
132 if( mpViewShell && mpViewShell->GetViewFrame() ) in Execute()
133mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_STYLE_DESIGNER, SFX_CALLMODE_ASYNCHRON … in Execute()
239mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
252mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
267mpViewShell->GetViewFrame()->GetBindings().Invalidate( SID_PREVIEW_STATE, sal_True, sal_False ); in Execute()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx279 …ConstructScAccessibleSpreadsheet( rParent.mpAccDoc, rParent.mpViewShell, rParent.mnTab, rParent.me… in ScAccessibleSpreadsheet()
286 if (mpViewShell) in ~ScAccessibleSpreadsheet()
287 mpViewShell->RemoveAccessibilityObject(*this); in ~ScAccessibleSpreadsheet()
296 mpViewShell = pViewShell; in ConstructScAccessibleSpreadsheet()
306 maVisCells = GetVisCells(GetVisArea(mpViewShell, meSplitPos)); in ConstructScAccessibleSpreadsheet()
307 if (mpViewShell) in ConstructScAccessibleSpreadsheet()
309 mpViewShell->AddAccessibilityObject(*this); in ConstructScAccessibleSpreadsheet()
311 const ScViewData& rViewData = *mpViewShell->GetViewData(); in ConstructScAccessibleSpreadsheet()
319 ScDocument* pScDoc= GetDocument(mpViewShell); in ConstructScAccessibleSpreadsheet()
330 if (mpViewShell) in disposing()
[all …]
H A DAccessibleText.cxx58 ScTabViewShell* mpViewShell; member in ScViewForwarder
75 mpViewShell(pViewShell), in ScViewForwarder()
87 return mpViewShell != NULL; in IsValid()
93 if (mpViewShell) in GetVisArea()
95 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetVisArea()
105 …Point aBaseCellPos(mpViewShell->GetViewData()->GetScrPos(mpViewShell->GetViewData()->GetPosX(eWhic… in GetVisArea()
106 mpViewShell->GetViewData()->GetPosY(eWhichV), meSplitPos, sal_True)); in GetVisArea()
107 …Point aCellPos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos,… in GetVisArea()
120 if (mpViewShell) in LogicToPixel()
122 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in LogicToPixel()
[all …]
H A DAccessibleDocumentPagePreview.cxx101 ScPreviewShell* mpViewShell; member in ScNotesChilds
122 : mpViewShell(pViewShell), in ScNotesChilds()
149 (new ScAccessibleNoteTextData(mpViewShell, rString, aCellPos, bMarkNote)); in CreateTextHelper()
205 if (mpViewShell && !mnParagraphs) in Init()
208 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Init()
472 if (mpViewShell && mpAccDoc) in DataChanged()
477 …mnParagraphs = CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_True, maMarks, aNewMarks… in DataChanged()
480 …mnParagraphs += CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_False, maNotes, aNewNot… in DataChanged()
513 if (mpViewShell) in GetDocument()
514 pDoc = mpViewShell->GetDocument(); in GetDocument()
[all …]
H A DAccessibleDocument.cxx302 ScTabViewShell* mpViewShell; member in ScChildrenShapes
326 mpViewShell(pViewShell), in ScChildrenShapes()
364 if (mpViewShell) in ~ScChildrenShapes()
366 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in ~ScChildrenShapes()
374 if (mpViewShell) in SetDrawBroadcaster()
376 SfxBroadcaster* pDrawBC = mpViewShell->GetViewData()->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster()
381 …maShapeTreeInfo.SetModelBroadcaster( new ScDrawModelBroadcaster(mpViewShell->GetViewData()->GetDoc… in SetDrawBroadcaster()
382 maShapeTreeInfo.SetSdrView(mpViewShell->GetViewData()->GetScDrawView()); in SetDrawBroadcaster()
384 maShapeTreeInfo.SetWindow(mpViewShell->GetWindowByPos(meSplitPos)); in SetDrawBroadcaster()
582 if(mpViewShell) in GetAt()
[all …]
H A DAccessiblePageHeader.cxx98 mpViewShell( pViewShell ), in ScAccessiblePageHeader()
104 if (mpViewShell) in ScAccessiblePageHeader()
105 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePageHeader()
121 if (mpViewShell) in disposing()
123 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
124 mpViewShell = NULL; in disposing()
235 if((mnChildCount < 0) && mpViewShell) in getAccessibleChildCount()
238 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleChildCount()
243 …SheetBase* pStyle = pDoc->GetStyleSheetPool()->Find(pDoc->GetPageStyle(mpViewShell->GetLocationDat… in getAccessibleChildCount()
248 …nPageWhichId = mpViewShell->GetLocationData().IsHeaderLeft() ? ATTR_PAGE_HEADERLEFT : ATTR_PAGE_HE… in getAccessibleChildCount()
[all …]
H A DAccessiblePreviewTable.cxx61 mpViewShell( pViewShell ), in ScAccessiblePreviewTable()
65 if (mpViewShell) in ScAccessiblePreviewTable()
66 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePreviewTable()
82 if (mpViewShell) in disposing()
84 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
85 mpViewShell = NULL; in disposing()
250 if ( mpViewShell && mpTableInfo && nColumn >= 0 && nRow >= 0 && in getAccessibleRowExtentAt()
262 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleRowExtentAt()
284 if ( mpViewShell && mpTableInfo && nColumn >= 0 && nRow >= 0 && in getAccessibleColumnExtentAt()
296 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleColumnExtentAt()
[all …]
H A DAccessiblePreviewHeaderCell.cxx63 mpViewShell( pViewShell ), in ScAccessiblePreviewHeaderCell()
71 if (mpViewShell) in ScAccessiblePreviewHeaderCell()
72 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePreviewHeaderCell()
77 if (mpViewShell) in ~ScAccessiblePreviewHeaderCell()
78 mpViewShell->RemoveAccessibilityObject(*this); in ~ScAccessiblePreviewHeaderCell()
84 if (mpViewShell) in disposing()
86 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
87 mpViewShell = NULL; in disposing()
333 if (mpViewShell) in GetBoundingBoxOnScreen()
335 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
[all …]
H A DAccessiblePreviewCell.cxx55 mpViewShell( pViewShell ), in ScAccessiblePreviewCell()
58 if (mpViewShell) in ScAccessiblePreviewCell()
59 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePreviewCell()
76 if (mpViewShell) in disposing()
78 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
79 mpViewShell = NULL; in disposing()
229 if (mpViewShell) in GetBoundingBoxOnScreen()
231 mpViewShell->GetLocationData().GetCellPosition( maCellAddress, aCellRect ); in GetBoundingBoxOnScreen()
232 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
246 if (mpViewShell) in GetBoundingBox()
[all …]
H A DAccessibleCell.cxx77 mpViewShell(pViewShell), in ScAccessibleCell()
109 if (mpViewShell) in disposing()
111 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
112 mpViewShell = NULL; in disposing()
141 if (getAccessibleParent().is() && mpViewShell) in grabFocus()
147 mpViewShell->SetCursor(maCellAddress.Col(), maCellAddress.Row()); in grabFocus()
156 if (mpViewShell) in GetBoundingBoxOnScreen()
158 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBoxOnScreen()
173 if (mpViewShell) in GetBoundingBox()
176 mpViewShell->GetViewData()->GetMergeSizePixel( in GetBoundingBox()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx92 mpViewShell(pViewSh), in FuPoor()
183 !SlideShow::IsRunning( mpViewShell->GetViewShellBase() ) ) in ForceScroll()
194 const Rectangle& rRect = mpViewShell->GetAllWindowRect(); in ForceScroll()
216 mpViewShell->ScrollLines(dx, dy); in ForceScroll()
257 sal_Bool bSlideShow = SlideShow::IsRunning( mpViewShell->GetViewShellBase() ); in IMPL_LINK_INLINE_END()
266 if(mpViewShell && mpViewShell->ISA(DrawViewShell)) in IMPL_LINK_INLINE_END()
269 static_cast<DrawViewShell*>(mpViewShell); in IMPL_LINK_INLINE_END()
300 mpViewShell->GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK_INLINE_END()
306 mpViewShell->GetViewFrame()->GetDispatcher()->Execute( in IMPL_LINK_INLINE_END()
327 mpViewShell->ActivateObject( static_cast< SdrOle2Obj* >( pObj ), 0 ); in IMPL_LINK_INLINE_END()
[all …]
H A Dfuscale.cxx98 if( mpViewShell && mpViewShell->ISA( DrawViewShell ) && in DoExecute()
99 static_cast<DrawViewShell*>(mpViewShell)->IsZoomOnPage() ) in DoExecute()
109 if( mpViewShell ) in DoExecute()
111 if( mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
120 else if( mpViewShell->ISA( OutlineViewShell ) ) in DoExecute()
171 mpViewShell->SetZoom( nValue ); in DoExecute()
173 mpViewShell->GetViewFrame()->GetBindings().Invalidate( SidArrayZoom ); in DoExecute()
179 if( mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
183mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_ALL, SFX_CALLMODE_ASYNCHRON | SFX_… in DoExecute()
189mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_SIZE_PAGE_WIDTH, SFX_CALLMODE_ASYNCHRON… in DoExecute()
[all …]
H A Dfuprlout.cxx135 if( mpViewShell && mpViewShell->ISA(DrawViewShell)) in DoExecute()
138 static_cast<DrawViewShell*>(mpViewShell)->GetEditMode(); in DoExecute()
174 …AbstractSdPresLayoutDlg* pDlg = pFact ? pFact->CreateSdPresLayoutDlg(mpDocSh, mpViewShell, NULL, a… in DoExecute()
211 if( mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute()
236 if (mpViewShell->ISA(DrawViewShell) && !bCheckMasters ) in DoExecute()
246 if (mpViewShell->ISA(DrawViewShell)) in DoExecute()
249 static_cast<DrawViewShell*>(mpViewShell)->GetView(); in DoExecute()
252 if (static_cast<DrawViewShell*>(mpViewShell)->GetPageKind() == PK_NOTES) in DoExecute()
260mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_MASTERPAGE, SFX_CALLMODE_ASYNCHRON | SFX… in DoExecute()
269 if( mpViewShell && mpViewShell->ISA( DrawViewShell ) ) in DoExecute()
[all …]
H A Dfusel.cxx232 …if ( eHit == SDRHIT_TEXTEDITOBJ && ( mpViewShell->GetFrameView()->IsQuickEdit() || dynamic_cast< s… in MouseButtonDown()
287 mpViewShell->GetViewFrame()->GetDispatcher()-> in MouseButtonDown()
300 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonDown()
320 && mpViewShell->ISA(DrawViewShell) in MouseButtonDown()
381 OSL_ASSERT (mpViewShell->GetViewShell()!=NULL); in MouseButtonDown()
383 mpViewShell->GetViewShell()->GetIPClient()); in MouseButtonDown()
690 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
723 && (mpViewShell->GetFrameView()->IsClickChangeRotation() in MouseButtonUp()
794mpViewShell->GetViewFrame()->GetDispatcher()->Execute( SID_UNDO, SFX_CALLMODE_ASYNCHRON ); in MouseButtonUp()
865mpViewShell->GetViewFrame()->GetDispatcher()->Execute(SID_OBJECT_SELECT, SFX_CALLMODE_SYNCHRON); in MouseButtonUp()
[all …]
H A Dfuformatpaintbrush.cxx90 if( mpViewShell && mpViewShell->GetViewFrame() ) in implcancel()
92 SfxViewFrame* pViewFrame = mpViewShell->GetViewFrame(); in implcancel()
111 …if( (eHit == SDRHIT_TEXTEDIT) || (eHit == SDRHIT_TEXTEDITOBJ && ( mpViewShell->GetFrameView()->IsQ… in MouseButtonDown()
204 if(mpViewShell) in MouseButtonUp()
205 mpViewShell->GetViewFrame()->GetBindings().Invalidate(SID_FORMATPAINTBRUSH); in MouseButtonUp()
217 if( (rKEvt.GetKeyCode().GetCode() == KEY_ESCAPE) && mpViewShell ) in KeyInput()
227 mbOldIsQuickTextEditMode = mpViewShell->GetFrameView()->IsQuickEdit(); in Activate()
230 mpViewShell->GetFrameView()->SetQuickEdit(sal_True); in Activate()
239 mpViewShell->GetFrameView()->SetQuickEdit(sal_False); in Deactivate()
262 …String sLabel( mpViewShell->GetViewShellBase().RetrieveLabelFromCommand( rtl::OUString( RTL_CONSTA… in Paste()
H A Dfuhhconv.cxx80 if ( mpViewShell->ISA(DrawViewShell) ) in FuHangulHanjaConversion()
85 else if ( mpViewShell->ISA(OutlineViewShell) ) in FuHangulHanjaConversion()
133 mpViewShell = pBase->GetMainViewShell().get(); in StartConversion()
135 if( mpViewShell ) in StartConversion()
137 if ( pSdOutliner && mpViewShell->ISA(DrawViewShell) && !bOwnOutliner ) in StartConversion()
145 else if ( pSdOutliner && mpViewShell->ISA(OutlineViewShell) && bOwnOutliner ) in StartConversion()
161 mpViewShell = pBase->GetMainViewShell().get(); in StartConversion()
162 if (mpViewShell != NULL) in StartConversion()
164 mpView = mpViewShell->GetView(); in StartConversion()
165 mpWindow = mpViewShell->GetActiveWindow(); in StartConversion()
H A Dfutext.cxx202 mpViewShell->GetViewShellBase().GetToolBarManager()->SetToolBarShell( in DoExecute()
242mpViewShell->GetViewShellBase().GetToolBarManager()->AddToolBarShell( ToolBarManager::TBG_FUNCTION… in DoExecute()
387 SfxViewFrame* pFrame = mpViewShell->GetViewFrame(); in MouseButtonDown()
500 mpViewShell->GetViewFrame()->GetBindings().Invalidate(SidArray); in MouseButtonDown()
554 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
565 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
583 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesForNewTextObject()
610 … SfxItemSet aSet(mpViewShell->GetPool(), SDRATTR_TEXT_AUTOGROWHEIGHT, SDRATTR_TEXT_AUTOGROWWIDTH); in ImpSetAttributesFitToSize()
622 SfxItemSet aSet(mpViewShell->GetPool(), in ImpSetAttributesFitToSizeVertical()
641 SfxItemSet aSet(mpViewShell->GetPool()); in ImpSetAttributesFitCommon()
[all …]
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx164 if( mpViewShell ) in KeyInput()
166 mpViewShell->KeyInput(rKEvt,this); in KeyInput()
175 if( mpViewShell ) in KeyInput()
176 mpViewShell->SetActiveWindow( this ); in KeyInput()
189 else if( mpViewShell ) in MouseButtonDown()
191 mpViewShell->SetActiveWindow( this ); in MouseButtonDown()
236 if( mpViewShell ) in MouseMove()
237 mpViewShell->SetActiveWindow( this ); in MouseMove()
289 else if(mpViewShell ) in Paint()
291 mpViewShell->Paint(rRect, this); in Paint()
[all …]
H A Dslideshowimpl.cxx541 , mpViewShell(pViewSh) in SlideshowImpl()
581 if( mpViewShell ) in SlideshowImpl()
582 mpOldActiveWindow = mpViewShell->GetActiveWindow(); in SlideshowImpl()
702 if( mpViewShell ) in disposing()
704 mpViewShell->SetActiveWindow(mpOldActiveWindow); in disposing()
736 if( mpViewShell && !mpViewShell->ISA(PresentationViewShell)) in disposing()
740 mpViewShell->GetViewShellBase().ShowUIControls (true); in disposing()
745 mpViewShell->ShowUIControls (true); in disposing()
759 if ( mpViewShell ) in disposing()
763 ::sd::Window* pActWin = mpViewShell->GetActiveWindow(); in disposing()
[all …]
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx166 if ( mpViewShell ) in SetPrinter()
168 ::sd::View* pView = mpViewShell->GetView(); in SetPrinter()
400 if( mpViewShell ) in LoadFrom()
401 pWait = new WaitObject( (Window*) mpViewShell->GetActiveWindow() ); in LoadFrom()
693 if( mpViewShell ) in SaveCompleted()
695 if( mpViewShell->ISA( OutlineViewShell ) ) in SaveCompleted()
696 static_cast<OutlineView*>(mpViewShell->GetView()) in SaveCompleted()
699 SdrOutliner* pOutl = mpViewShell->GetView()->GetTextEditOutliner(); in SaveCompleted()
702 SdrObject* pObj = mpViewShell->GetView()->GetTextEditObject(); in SaveCompleted()
712 SfxViewFrame* pFrame = ( mpViewShell && mpViewShell->GetViewFrame() ) ? in SaveCompleted()
[all …]
H A Ddocshel3.cxx86 if(mpViewShell && SlideShow::IsRunning( mpViewShell->GetViewShellBase() )) in Execute()
159 if( !xFuSearch.is() && mpViewShell ) in Execute()
161 ::sd::View* pView = mpViewShell->GetView(); in Execute()
162 …SetDocShellFunction( FuSearch::Create( mpViewShell, mpViewShell->GetActiveWindow(), pView, mpDoc, … in Execute()
213 if( mpViewShell ) in Execute()
215 …ference aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindow(), mpVie… in Execute()
223 if( mpViewShell ) in Execute()
225 …ference aFunc( FuHangulHanjaConversion::Create( mpViewShell, mpViewShell->GetActiveWindow(), mpVie… in Execute()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsTransferableData.cxx68 : mpViewShell(pViewShell), in TransferableData()
71 if (mpViewShell != NULL) in TransferableData()
72 StartListening(*mpViewShell); in TransferableData()
80 if (mpViewShell != NULL) in ~TransferableData()
81 EndListening(*mpViewShell); in ~TransferableData()
89 if (mpViewShell != NULL) in DragFinished()
90 mpViewShell->DragFinished(nDropAction); in DragFinished()
110 if (rHint.ISA(SfxSimpleHint) && mpViewShell!=NULL) in Notify()
119 EndListening(*mpViewShell); in Notify()
120 mpViewShell = NULL; in Notify()
[all …]
/trunk/main/sc/source/ui/view/
H A Dspelldialog.cxx51 mpViewShell( 0 ), in SFX_IMPL_CHILDWINDOW()
127 if( mpViewShell && (mpViewShell == PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) ) in Reset()
147 mpViewShell->KillEditView( sal_True ); in Reset()
149 mpViewShell->UpdateInputHandler(); in Reset()
156 mpViewShell = 0; in Reset()
166 if( mpViewShell ) in Init()
168 if( (mpViewShell = PTR_CAST( ScTabViewShell, SfxViewShell::Current() )) == 0 ) in Init()
171 mpViewData = mpViewShell->GetViewData(); in Init()
247 mpViewShell->MakeEditView( mxEngine.get(), nCol, nRow ); in Init()
263 …if( !mxOldSel.get() || !mpViewShell || (mpViewShell != PTR_CAST( ScTabViewShell, SfxViewShell::Cur… in IsSelectionChanged()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx98 ::boost::shared_ptr<sd::ViewShell> mpViewShell;
179 OSL_ASSERT((*iView)->mpViewShell.unique()); in disposing()
261 ::boost::shared_ptr<ViewShell> pViewShell ((*iViewShell)->mpViewShell); in releaseResource()
354 pDescriptor->mpViewShell = CreateViewShell( in CreateView()
362 if (pDescriptor->mpViewShell.get() != NULL) in CreateView()
364 pDescriptor->mpViewShell->Init(bIsCenterPane); in CreateView()
365 mpBase->GetViewShellManager()->ActivateViewShell(pDescriptor->mpViewShell.get()); in CreateView()
368 pDescriptor->mpViewShell, in CreateView()
491 rpDescriptor->mpViewShell->Shutdown (); in ReleaseView()
492 mpBase->GetDocShell()->Disconnect(rpDescriptor->mpViewShell.get()); in ReleaseView()
[all …]

1234